]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
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...
2011-07-18 david-sarahdocs/running.rst: use 'tahoe run ~/.tahoe' instead...
2011-07-17 david-sarahdocs/running.rst: say to put the introducer.furl in...
2011-07-17 david-sarahREADME.txt: say that quickstart.rst is in the docs...
2011-07-17 Zooko O'Whielacronxsetup: remove the dependency on foolscap's "secure_conn...
2011-07-16 david-sarahtest_sftp.py cleanup: remove a redundant definition...
2011-07-12 Zooko O'Whielacronxdocs: add missing link in NEWS.rst
2011-07-12 Zooko O'Whielacronxcontrib: remove the contributed fuse modules and the...
2011-06-29 Brian Warneradd Protovis.js-based download-status timeline visualiz...
2011-06-29 Brian Warneradd more download-status data, fix tests
2011-06-29 Brian Warnerprepare for viz: improve DownloadStatus events
2011-06-29 Zooko O'Whielacronxdocs: fix error in crypto specification that was notice...
2011-01-31 david-sarahsetup.py: don't make bin/tahoe.pyscript executable...
2011-06-26 david-sarahMakefile: remove targets relating to 'setup.py check_au...
2011-06-23 david-sarahMakefile: add 'make check' as an alias for 'make test...
2011-06-11 Brian WarnerRename test_package_initialization.py to (much shorter...
2011-06-11 Zooko O'Whielacronxtests: fix tests to accomodate [20110611153758-92b7f...
2011-06-11 Zooko O'Whielacronxwui: right-align the size column in the WUI
2011-06-10 Zooko O'Whielacronxdocs: three minor fixes
2011-06-09 david-sarahdocs/running.rst: fix stray HTML (not .rst) link notice...
2011-05-27 wilcoxjgserver.py: get_latencies now reports percentiles _only...
2011-04-25 secorpcorrected "k must never be smaller than N" to "k must...
2011-05-17 david-sarahdocs: revert link in relnotes.txt from NEWS.rst to...
2011-05-17 david-sarahdocs: convert NEWS to NEWS.rst and change all reference...
2011-05-12 david-sarahdocs: remove out-of-date docs/testgrid/introducer.furl...
2011-01-30 david-sarahscripts/common.py: don't assume that the default alias...
2011-01-28 Zooko O'Whielacronxsetup: don't catch all Exception from check_requirement...
2011-05-10 Zooko O'WhielacronxM-x whitespace-cleanup
2011-05-10 Zooko O'Whielacronxdocs: fix typo in running.rst, thanks to arch_o_median
2011-02-04 david-sarahrelnotes.txt: don't claim to work on Cygwin (which...
2011-02-04 david-sarahrelnotes.txt: forseeable -> foreseeable. refs #1342
2011-05-10 Zooko O'Whielacronxreplace remaining .html docs with .rst docs
2011-04-28 Zooko O'Whielacronxdocs: FTP-and-SFTP.rst: fix a minor error and update...
2011-04-28 francoismunin tahoe_files plugin: fix incorrect file count
2011-04-11 david-sarahFix a test failure in test_package_initialization on...
2011-04-10 david-sarahtests: add test for including the ImportError message...
2011-04-10 david-sarahallmydata/__init__.py: preserve the message and last...
2011-04-07 Zooko O'Whielacronxremove unused variable detected by pyflakes
2011-04-01 david-sarahallmydata/__init__.py: Nicer reporting of unparseable...
2011-03-25 Brian Warnerupdate FTP-and-SFTP.rst: the necessary patch is include...
2011-02-27 Brian Warnercontrol.py: remove all uses of s.get_serverid()
2011-02-27 Brian Warnerweb: remove some uses of s.get_serverid(), not all
2011-02-27 Brian Warnerimmutable/downloader/fetcher.py: remove all get_serveri...
2011-02-27 Brian Warnerimmutable/downloader/fetcher.py: fix diversity bug...
2011-02-27 Brian Warnerimmutable/downloader/share.py: reduce get_serverid...
2011-02-27 Brian Warnerimmutable/downloader/finder.py: reduce use of get_serve...
2011-02-27 Brian Warnerimmutable/offloaded.py: reduce use of get_serverid...
2011-02-27 Brian Warnerimmutable/upload.py: reduce use of get_serverid()
2011-02-27 Brian Warnerimmutable/checker.py: remove some uses of s.get_serveri...
2011-02-27 Brian Warneradd remaining get_* methods to storage_client.Server...
2011-02-27 Brian Warnerupload.py: rearrange _make_trackers a bit, no behavior...
2011-02-27 Brian Warnerhappinessutil.py: finally rename merge_peers to merge_s...
2011-02-27 Brian Warnertest_upload.py: factor out FakeServerTracker
2011-02-27 Brian Warnertest_upload.py: server-vs-tracker cleanup
2011-02-27 Brian Warnerhappinessutil.py: server-vs-tracker cleanup
2011-02-27 Brian Warnerupload.py: more tracker-vs-server cleanup
2011-02-27 Brian Warnerupload.py: fix var names to avoid confusion between...
2011-02-27 Brian Warnerrefactor: s/peer/server/ in immutable/upload, happiness...
2011-02-27 Brian Warnerstorage_client.py: clean up test_add_server/test_add_de...
2011-02-27 Brian Warnertest_client.py, upload.py:: remove KiB/MiB/etc constant...
2011-03-17 Zooko O'Whielacronxtest: increase timeout on a network test because Franco...
2011-02-22 Brian Warnerdocs/configuration.rst: add a "Frontend Configuration...
2011-02-21 Brian Warnerweb/filenode.py: avoid calling req.finish() on closed...
2011-02-21 david-sarahAdd unit tests for cross_check_pkg_resources_versus_imp...
2011-02-21 david-sarahallmydata/__init__.py: .name was used in place of the...
2011-02-21 Brian WarnerRefactor StorageFarmBroker handling of servers
2011-01-31 Brian WarnerTAG allmydata-tahoe-1.8.2 allmydata-tahoe-1.8.2
2011-01-31 Brian Warnerupdate docs for the 1.8.2 release trac-5000
2011-01-28 david-sarahSFTP: report unknown sizes as "0" instead of "?", to...
2011-01-28 david-sarahChange tests for check_requirement to ensure that it...
2011-01-31 Zooko O'Whielacronxsetup: comment out the setup_requires on setuptools_dar...
2011-01-28 Zooko O'Whielacronxdocs: edit running.html, change "allmydata.org" to...
2011-01-28 Zooko O'Whielacronxsetup: adjust tests to use the new interface of check_r...
2011-01-28 david-sarahsrc/allmydata/__init__.py: fix #1339, give an indicatio...
2011-01-26 Brian WarnerTAG allmydata-tahoe-1.8.2b1 allmydata-tahoe-1.8.2b1
2011-01-26 Brian Warnerupdate NEWS with all significant user-visible changes...
2011-01-23 david-sarahdocs/configuration.rst: fix a typo in the previous...
2011-01-23 david-sarahdocs/configuration.rst: correct an error in the Example...
2011-01-23 david-sarahdocs/configuration.rst: correct the name of 'tahoe...
2011-01-23 david-sarahCLI: improve help synopsis for 'tahoe create-key-genera...
2011-01-22 david-sarahDon't put debugging information in 'My versions' sectio...
2011-01-22 david-sarahNEWS, docs/quickstart.html: pywin32 is no longer requir...
2011-01-22 david-sarahMakefile, setup.py: add more source files to pyflakes...
2011-01-22 david-sarahRemove obsolete and bit-rotted 'setup.py check-auto...
2011-01-22 david-sarahMakefile: remove stale commented-out targets for figleaf.
2011-01-22 david-sarahmisc/build_helpers/run-with-pythonpath.py: fix pyflakes...
2011-01-22 david-sarahMakefile: remove a stale comment about a bug fixed...
2011-01-22 david-sarahtests: use verlib to compare versions, and get the...
2011-01-22 david-sarahsrc/allmydata/web/common.py: ensure that filenames...
next