]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src
src/allmydata/web/filenode.py: delete a stale comment that was made incorrect by...
[tahoe-lafs/tahoe-lafs.git] / src /
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-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-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'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-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-05-27 wilcoxjgserver.py: get_latencies now reports percentiles _only...
2011-05-17 david-sarahdocs: convert NEWS to NEWS.rst and change all reference...
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'Whielacronxreplace remaining .html docs with .rst docs
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-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-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-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-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-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-sarahtests: use verlib to compare versions, and get the...
2011-01-22 david-sarahsrc/allmydata/web/common.py: ensure that filenames...
2011-01-22 david-sarahCLI: improve help synopses for some commands.
2011-01-22 david-sarahsrc/allmydata/_auto_deps.py: setuptools is still an...
2011-01-21 david-sarahMake bb-freeze (and probably other static packaging...
2011-01-21 david-sarahChange --version and --version-and-path to not exit...
2011-01-21 david-sarahsrc/allmydata/_auto_deps.py: 'pysqlite.dbapi2' module...
2011-01-21 david-sarahsrc/allmydata/util/iputil.py: correct an error in the...
2011-01-21 david-sarahAdd src/allmydata/util/verlib.py, which is a copy of...
2011-01-21 david-sarahRefactor _auto_deps.py and __init__.py, adding more...
2011-01-20 david-sarahsrc/allmydata/util/iputil.py: loosen regexps and ensure...
2011-01-20 david-sarahEliminate dependencies on pywin32, even via Twisted...
2011-01-19 david-sarahsrc/allmydata/test/test_runner.py: add test_import_from...
2011-01-19 david-sarahdocs/frontends/CLI.rst, src/allmydata/test/trialtest...
2011-01-19 david-sarahEliminate direct dependencies of Tahoe-LAFS on pywin32...
2011-01-19 david-sarahAdd support to bin/tahoe for invoking a runner command...
2011-01-19 david-sarahtrivial: add comment in scripts/debug.py about trial...
2011-01-19 david-sarahUpdate foolscap requirement to >= 0.6.1. fixes #1329
2011-01-19 david-sarahbin/tahoe-script.template, src/windows/fixups.py: simpl...
2011-01-19 david-sarahsrc/allmydata/test/test_cli.py: add test for 'tahoe...
2011-01-19 david-sarahAdd src/allmydata/test/trialtest.py needed by tests...
2011-01-19 david-sarahTests for 'tahoe debug trial' (rebased and fixed to...
2011-01-18 david-sarahMake 'mock' a run-time rather than setup-time dependenc...
2011-01-18 david-sarahsrc/allmydata/scripts/debug.py: add 'tahoe debug trial...
2011-01-17 david-sarahsrc/allmydata/webish.py: clean-ups and correction to...
2011-01-17 Brian Warner'tahoe debug catalog-shares': sort SIs and shnums
next