]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src
docs: NEWS: merge two additions
[tahoe-lafs/tahoe-lafs.git] / src /
2010-11-09 david-sarahtest_client.py: change overzealous use of failUnlessRea...
2010-11-02 david-sarahtest_runner.py: fix test failure in test_the_right_code... trac-4800
2010-11-01 Zooko O'Whielacronxsetup: FreeStorm's WinXP-x86-py2.6 buildslave has infor...
2010-11-01 david-sarahallmydata/__init__.py: move the call to require_auto_de...
2010-10-31 david-sarahallmydata/__init__.py: put the _auto_deps.require_auto_...
2010-10-31 david-sarahallmydata/__init__.py: suppress a DeprecationWarning...
2010-10-31 david-sarahallmydata/__init__.py: call require_auto_deps() after...
2010-10-31 david-sarahallmydata.__init__.py: temporary hack to debug failure...
2010-10-31 david-sarahtahoe backup: perform tilde expansion in exclude-from...
2010-10-30 Zooko O'Whielacronxsetup: run require_auto_deps() before attempting to...
2010-10-30 david-sarahscripts/runner.py: fix unused import of allmydata....
2010-10-29 david-sarahscripts/runner.py: remove pkg_resources.require() calls...
2010-10-29 david-sarahtest_runner.py: fix error in BinTahoe.test_version_no_n...
2010-10-29 david-sarahtest_runner.py: also allow 'from pkg_resources import...
2010-10-29 david-sarahtest_runner.py: if the only noise is 'UserWarning:...
2010-10-27 david-sarahmake ResponseCache smarter to avoid memory leaks: don...
2010-10-27 david-sarahwindows/fixups.py: limit length of string passed in...
2010-10-29 Brian Warnerscripts/tahoe_backup.py: oops, fix missing import,...
2010-10-29 Brian Warnermutable/servermap.py: update comment. Closes #1231.
2010-10-29 Francois Deppierraztahoe_cp.py: Don't call urllib.quote with an Unicode...
2010-10-29 Brian Warnerfix #1223, crash+inefficiency during repair due to...
2010-10-28 david-sarahstartstop_node.py: pyflakes import fix. refs #1190
2010-10-27 Brian Warner'tahoe start': use import+call rather than find+spawn
2010-10-24 david-sarahtest_mutable.py: add test for ResponseCache memory...
2010-10-23 david-sarahtest_encodingutil.py: test_argv_to_unicode modified...
2010-10-15 Zooko O'Whielacronxdoc: add explanation of the motivation for the surprisi...
2010-10-05 Zooko O'Whielacronxsetup: add --multi-version to the "setup.py develop...
2010-09-06 Zooko O'Whielacronxsetup: use execfile to access _auto_deps.py in its...
2010-09-03 Zooko O'Whielacronxtrivial: M-x whitespace-cleanup
2010-09-30 Zooko O'Whielacronxminor: remove unused interface declaration, change...
2010-09-27 Kevan Carstensenimmutable/repairer.py: don't use the default happiness...
2010-09-12 david-sarahtest_download.py: simplify and possibly fix test_lost_s...
2010-09-11 david-sarahtest_runner.py: fix spurious failures of test_path...
2010-09-10 Zooko O'Whielacronxtest: make tests stop relying on pyutil version class...
2010-09-10 Brian Warnerimmutable download: have the finder inform its share...
2010-09-09 Zooko O'Whielacronximmutable downloader: add a test specifically of whethe...
2010-09-04 Zooko O'Whielacronxtests: assign the storage servers to a fixed order...
2010-09-02 Zooko O'Whielacronxdownload status: fix bug from me committing the wrong...
2010-09-02 francoisDownloadStatus: show active immutable downloads in...
2010-09-02 Zooko O'Whielacronxtests: bump up the allowed number of reads
2010-09-01 Brian WarnerSegmentFetcher: use new diversity-seeking share-selecti...
2010-09-01 Brian WarnerShare: drop received data after each block finishes...
2010-08-15 francoisweb: refactor rate computation, fixes #1166
2010-08-10 Brian WarnerDownloadStatus: put real numbers in progress/status...
2010-08-09 Brian Warnerweb download-status: tolerate DYHBs that haven't retire...
2010-08-09 Brian Warnerimmutable/filenode.py: put off DownloadStatus creation...
2010-08-09 Brian WarnerShare: hush log entries in the main loop() after the...
2010-08-08 david-sarahtest_runner.py: correct and simplify normalization...
2010-08-08 david-sarahtest_runner.py: make test_path work for test-from-insta...
2010-08-08 david-sarahsrc/allmydata/__init__.py: make the package paths more...
2010-08-08 david-sarahtest_runner.py: another try at calculating the rootdir...
2010-08-08 david-sarahtest_runner.py: calculate the location of bin/tahoe...
2010-08-06 Brian Warnerdownloader.Segmentation: unregisterProducer when asked...
2010-08-06 david-sarahtest_util.py: use SHA-256 from pycryptopp instead of...
2010-08-06 david-sarahtest_runner.py: increase timeout to cater for Francois...
2010-08-06 david-sarahtest_util.py: remove use of 'a if p else b' syntax...
2010-08-05 Brian Warnertest_download.DownloadTest.test_simultaneous_goodguess...
2010-08-05 Brian WarnerDownloadNode: fix lost-progress in fetch_failed, tolera...
2010-08-05 Brian Warnerutil/spans.py: __nonzero__ cannot return a long either...
2010-08-05 david-sarahtest_storage.py: change skip note for test_large_share...
2010-08-04 Brian WarnerOne fix for bug #1154: webapi GETs with a 'Range' heade...
2010-08-04 Brian Warnertest_download: minor cleanup
2010-08-04 Brian Warnerfetcher.py: improve comments
2010-08-04 Brian Warnerlazily create DownloadNode upon first read()/get_segment()
2010-08-04 Brian Warnertest_hung_server: update comments, remove dead "stage_4...
2010-08-04 Brian Warnercopy the rest of David-Sarah's changes to make my tree...
2010-08-04 Brian WarnerShareFinder: add 10s OVERDUE timer, send new requests...
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch adds...
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch include...
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch rearran...
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch adds...
2010-08-04 Brian Warnerutil/observer.py: add EventStreamObserver
2010-08-04 Brian WarnerAdd a byte-spans utility class, like perl's Set::IntSpa...
2010-08-03 david-sarahtest_storage.py: avoid spurious test failure by accepti...
2010-08-03 david-sarahCLI: further improve consistency of basedir options...
2010-08-03 david-sarahCLI: make the synopsis for 'tahoe unlink' say unlink...
2010-08-03 david-sarahCLI: make all of the option descriptions imperative...
2010-08-03 david-sarahtest_cli.py: make 'tahoe mkdir' tests slightly less...
2010-08-03 david-sarahtest_cli.py: use u-escapes instead of UTF-8.
2010-08-02 david-sarahtest_runner.py: add test_run_with_python_options, which...
2010-08-02 david-sarahtest_runner.py: fix missing import of get_filesystem_en...
2010-08-02 david-sarahmisc/build_helpers/run_trial.py: check that the root...
2010-07-28 david-sarahSkip option arguments to the python interpreter when...
2010-07-27 david-sarahwindows/fixups.py: improve comments and reference some...
2010-07-26 david-sarahwindows/fixups.py: make errors reported to original_std...
2010-07-26 david-sarahwindows/fixups.py: fix paste-o in name of Unicode stder...
2010-07-26 david-sarahwindows/fixups.py: Don't rely on buggy MSVCRT library...
2010-07-25 david-sarahtest_runner.py: change to code for locating the bin...
2010-07-25 david-sarahAdd missing windows/fixups.py (for setting up Unicode...
2010-07-25 david-sarahChanges to Tahoe needed to work with new zetuptoolz...
2010-08-02 david-sarahscripts/common.py: fix an error introduced when rebasin...
2010-08-02 david-sarahBasedir/node directory option improvements for ticket79...
2010-08-02 david-sarahscripts/create_node.py: allow nickname to be Unicode...
2010-08-02 david-sarahtest_runner.py: Fix error in message arguments to ...
2010-08-02 david-sarahAdditional Unicode basedir changes for ticket798 branch.
2010-08-01 david-sarahUnicode basedir changes for ticket798 branch.
2010-07-25 david-sarahfileutil: change WindowsError to OSError in abspath_exp...
2010-07-24 david-sarahtest_system: correct a failure in _test_runner caused...
2010-07-25 david-sarahFix test failures due to Unicode basedir patches.
2010-07-23 david-sarahutil.encodingutil: change quote_output to do less unnec...
next