]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2011-08-19 david-sarahFix repeated 'the' in license text. pre-393
2011-08-19 david-sarahRemove Non-Profit Open Software License from the set...
2011-08-19 Zooko O'Whielacronxdocs: change links that pointed to COPYING.TGPPL.html...
2011-08-19 Zooko O'Whielacronxdocs: formatting: reflow to fill-column 77
2011-08-19 Zooko O'Whielacronxdocs: formatting: M-x whitespace-cleanup
2011-08-19 Zooko O'Whielacronxlicensing: add to the list of licenses that we grant...
2011-08-19 Zooko O'Whielacronxdocs: reflow the added text at the top of COPYING.GPL...
2011-08-19 Zooko O'Whielacronxdocs: reformat COPYING.TGPPL.html to COPYING.TGPPL.rst
2011-08-19 Zooko O'Whielacronxdocs: reflow docs/logging.rst to fill-column 77
2011-08-19 Zooko O'Whielacronxdoc: fix formatting error in docs/logging.rst
2011-08-18 david-sarahCleanups for suppression of UserWarnings. refs #1435
2011-08-17 Zooko O'Whielacronxsuppress warning emitted by newer zope.interface with...
2011-08-09 Zooko O'Whielacronxdoc: formatting: reflow to fill-column=77
2011-08-15 david-sarah_auto_deps.py: change the requirement for zope.interfac...
2011-08-15 david-sarahallmydata/__init__.py, test_version.py: make version...
2011-08-01 david-sarahMakefile and setup.py: remove setup.py commands that...
2011-08-11 Brian Warnerremove misc/debian[_helpers], rely upon official packag...
2011-08-01 david-sarahMakefile: remove targets that used misc/debian[_helpers...
2011-08-11 Brian Warnerreplace tabs with spaces in the #1441 'tahoe debug...
2011-07-24 david-sarahCorrect the information printed by '/usr/bin/tahoe...
2011-08-04 Zooko O'Whielacronxdoc: edit the explanation of K-of-N tradeoffs
2011-08-04 Zooko O'Whielacronxdoc: clean up formatting of doc/configuration.rst
2011-07-24 david-sarahAdd test for webopen. fixes #1149
2011-08-10 david-sarahtest_client.py: relax a check in test_create_drop_uploa...
2011-08-10 david-sarahtest/common_util.py: correct fix to mkdir_nonascii...
2011-08-10 david-sarahtest/common_util.py: fix a typo. refs #1472
2011-08-10 david-sarahtest_client.py, test_drop_upload.py: fix pyflakes warnings.
2011-08-10 david-sarahFactor out methods dealing with non-ASCII directories...
2011-08-10 david-sarahtest_client.py: add a test that the drop-uploader is...
2011-08-10 david-sarahdrop-upload: rename 'start' method to 'startService...
2011-08-10 david-sarahtest_drop_upload.py: add comment explaining why we...
2011-08-09 david-sarahtest_drop_upload.py: fix some grammatical and spelling...
2011-08-09 Zooko O'Whielacronxdrop-upload: report the configured local directory...
2011-08-09 Zooko O'Whielacronxdrop-upload: rename the 'upload.uri' parameter to ...
2011-08-09 Zooko O'Whielacronxdrop-upload test for non-existent local dir separately...
2011-08-09 Zooko O'Whielacronxdrop-upload: unit tests for the configuration options...
2011-07-19 david-sarahsrc/allmydata/storage/server.py: use the filesystem...
2011-08-09 david-sarahtest_storage.py: test that we are using the filesystem...
2011-08-09 david-sarahWork around ref #1472 by having test_drop_upload delete...
2011-08-09 david-sarahRemove all trailing whitespace from .py files.
2011-08-08 david-sarahtest_drop_upload.py: fix unused imports. refs #1429
2011-08-08 david-sarahDocumentation for drop-upload frontend. refs #1429
2011-08-08 david-sarahDrop-upload frontend, rerecorded for 1.9 beta (and...
2011-08-06 david-sarahnode.py: ensure that client and introducer nodes record...
2011-08-06 david-sarahtest_runner.py: fix a race condition in the test when...
2011-08-06 david-sarahtest_runner.py: cleanups of HOTLINE_FILE writing and...
2011-08-06 david-sarahtest_runner.py: remove an unused constant.
2011-08-06 david-sarahnode.py: fix the error path for a missing config option...
2011-08-06 david-sarahtest_runner.py: test that client and introducer nodes...
2011-08-04 david-sarahtest_runner.py: fix a bug in CreateNode.do_create intro...
2011-08-03 david-sarahtest_client.py: repair Basic.test_error_on_old_config_f...
2011-08-03 david-sarahtest_checker.py: increase timeout for TooParallel.test_...
2011-08-03 david-sarahtest_runner.py: fix RunNode.test_introducer to not...
2011-08-03 david-sarahFurther improve error message about old config files...
2011-08-03 david-sarahSlightly improve error message about old config files...
2011-08-03 david-sarahtest_checker.py: increase timeout for TooParallel.test_...
2011-08-03 david-sarahFix the bug that prevents an introducer from starting...
2011-08-03 david-sarahtest_runner.py: modify RunNode.test_introducer to test...
2011-08-02 david-sarahverifier: correct a bug introduced in changeset [5106...
2011-08-02 david-sarahtest_repairer: add a deterministic test of share data...
2011-08-02 Zooko O'Whielacronxverifier: serialize the fetching of blocks within a...
2011-08-02 Brian Warneradd docs about timing-channel attacks
2011-08-02 Brian Warner'test-coverage' now needs PYTHONPATH=. to find TOP...
2011-08-01 Brian Warnerremove nodeid from WriteBucketProxy classes and customers
2011-08-01 Brian Warnerremove get_serverid() from ReadBucketProxy and customer...
2011-08-01 Zooko O'Whielacronxreject old-style (pre-Tahoe-LAFS-v1.3) configuration...
2011-07-25 Zooko O'Whielacronxwhitespace-cleanup
2011-03-31 Zooko O'Whielacronxtests: use fileutil.write() instead of open() to ensure...
2011-08-01 david-sarahAddress Kevan's comment in #776 about Options classes...
2011-08-01 david-sarahdocs/frontends/webapi.rst: change some more instances...
2011-08-01 david-sarahcleanup: implement rm as a synonym for unlink rather...
2011-08-01 david-sarahdocs/webapi.rst: address Kevan's comments about use...
2011-07-13 david-sarahdocs: some changes of 'delete' or 'rm' to 'unlink'...
2011-07-13 david-sarahWUI: change the label of the button to unlink a file...
2011-08-01 david-sarahsrc/allmydata/web/filenode.py: delete a stale comment...
2011-08-01 Brian Warnerfix typo introduced during rebasing of 'remove get_serv...
2011-08-01 Zooko O'Whielacronxremove get_serverid from DownloadStatus.add_dyhb_reques...
2011-08-01 Zooko O'Whielacronxremove get_serverid from DownloadStatus.add_block_reque...
2011-08-01 Brian Warnerapply zooko's advice: storage_client get_known_servers...
2011-08-01 Brian Warnertest_immutable.Test: rewrite to use NoNetworkGrid,...
2011-08-01 Brian WarnerDownloadStatus.add_known_share wants to be used by...
2011-08-01 Brian Warnerreplace IServer.name() with get_name(), and get_longname()
2011-08-01 Zooko O'Whielacronxupload.py: apply David-Sarah's advice rename (un)contac...
2011-08-01 Brian WarnerCoalesce multiple Share.loop() calls, make downloads...
2011-08-01 david-sarahsrc/allmydata/_auto_deps.py: 'i686' is another way...
2011-01-22 david-sarahtahoe_rm.py: better error message when there is no...
2011-01-04 david-sarahtest_cli.py: Test for error message when 'tahoe rm...
2011-08-01 david-sarahsrc/allmydata/__init__.py: suppress a spurious warning...
2011-07-30 david-sarahtest_cli.py: use to_str on fields loaded using simplejs...
2011-07-29 Kevan Carstensencli: make 'tahoe cp' overwrite mutable files in-place
2011-07-29 david-sarahSFTP: write an error message to standard error for...
2011-07-28 david-sarahsrc/allmydata/scripts/cli.py: fix pyflakes warning.
2011-07-24 david-sarahFix the help synopses of CLI commands to include [optio...
2011-06-29 david-sarahencodingutil: argv and output encodings are always...
2011-07-24 david-sarahdocs/man/tahoe.1: add man page. fixes #1420
2011-07-21 david-sarahUpdate the dependency on zope.interface to fix an incom...
2011-07-22 david-sarahfrontends/ftpd.py: remove the check for IWriteFile...
2011-07-21 david-sarahUpdate the dependency on Twisted to >= 10.1. This allow...
2011-07-22 david-sarahmisc/build_helpers/run_trial.py: undo change to block...
2011-07-22 david-sarahmisc/build_helpers/run_trial.py: ensure that pywin32...
next