]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2009-03-15 Brian Warnertahoe cp -r: add --caps-only flag, to write filecaps...
2009-03-13 Brian Warnerdirnode deep_traverse: insert a turn break (fireEventua...
2009-03-13 Brian Warnerconsolidate: remove pointless 'else' after for loop
2009-03-13 Brian Warnerconsolidate: add eta, flush stdout
2009-03-13 Brian Warnerconsolidate: tolerate unicode dirnames
2009-03-13 Brian Warnerdirnode.py: when doing deep-traverse, walk each directo...
2009-03-13 Brian Warnerconsolidator: add progress to scan-old-directory passes
2009-03-13 Brian Warnerconsolidator: fix cycle detection to not trigger on...
2009-03-13 Brian Warnerconsolidator: re-use more directories, add total direct...
2009-03-13 Brian Warnertahoe_backup.py: tolerate more time formats
2009-03-12 Brian Warnerconsolidator: add more verbose traversal of directories
2009-03-12 Brian Warnerconsolidate: create multiple numbered backups of the...
2009-03-12 Brian Warneradd 'tahoe debug consolidate' command, to merge directo...
2009-03-12 Brian Warnertahoe_cp.py: return 0 for success, instead of None
2009-03-11 Zooko O'Whielacronxsetup: specify in the debian/control files that tahoe...
2009-03-11 Zooko O'Whielacronxsetup: update the debian/copyright text to reflect...
2009-03-09 Brian Warnerexpirer: fix prediction math, thanks to Zandr for the...
2009-03-09 Brian Warnerstorage.expirer: oops, fix upgrade-handler code
2009-03-09 Brian Warnerstorage.expirer: handle upgrades better
2009-03-09 Brian Warnerstorage.expirer: exercise the last missing line of...
2009-03-09 Brian Warnerexpirer: tolerate corrupt shares, add them to the state...
2009-03-09 Brian Warnerstorage/immutable: raise a specific error upon seeing...
2009-03-09 Brian Warnerstorage: add test coverage for BucketReader.__repr__
2009-03-09 Brian Warnerstorage/mutable: raise a specific error upon seeing...
2009-03-08 Zooko O'Whielacronxnodeadmin: node stops itself if a hotline file hasn...
2009-03-07 Brian Warnerexpirer: make web display a bit more consistent
2009-03-07 Brian Warnerweb/storage.py: tolerate unknown-future displays, I...
2009-03-07 Brian Warnertahoe_cp.py: improve error reporting slightly: don...
2009-03-07 Brian Warnertest_cli.py: assert that 'ls' on an unrecoverable file...
2009-03-07 Brian Warnertest_web: test behavior of broken-dirnode GET, both...
2009-03-07 Brian Warnerweb: when a dirnode can't be read, emit a regular HTML...
2009-03-07 Brian Warnerweb/common: split out exception-to-explanation+code...
2009-03-07 Brian Warnertest_cli: use explicit (and stable) testdirs, instead...
2009-03-07 Brian Warnertest_storage: solaris doesn't appear to give the same...
2009-03-07 Brian Warnertahoe_cp.py: don't be verbose unless --verbose is passe...
2009-03-07 Brian Warnersetup.cfg: use allmydata.org as a mirror for some of...
2009-03-07 Brian Warnerstorage: add a lease-checker-and-expirer crawler, plus...
2009-03-07 Zooko O'Whielacronxsetup: comment-out the use of the directory full of...
2009-03-06 Zooko O'Whielacronxsetup: create a "make deb-lenny-head" target
2009-03-05 Zooko O'Whielacronxtrivial: remove unused import detected by pyflakes...
2009-03-05 Zooko O'Whielacronxsetup: enable build of .debs for Ubuntu Intrepid, thank...
2009-02-22 Zooko O'Whielacronxtrivial: use more specific function for ascii-encoding...
2009-02-22 Zooko O'Whielacronxdoc: update how_to_make_a_tahoe_release.txt
2009-03-04 Brian Warnertest_cli: validate non-HTML error response of 'tahoe...
2009-03-04 Brian Warnerweb: full patch for HTML-vs-plaintext traceback renderi...
2009-03-04 Brian Warnerweb/common.py: use 'Accept:' header to control HTML...
2009-03-04 Brian Warnertest/common: rearrange shouldHTTPError
2009-03-04 Brian Warnerweb: move plural() to common.py
2009-03-04 Brian Warneradd more information to NotEnoughSharesError, split...
2009-03-03 Brian Warnertest_web: move shouldHTTPError into common.WebErrorMixin
2009-03-03 Brian Warnertest_web: clean up shouldHTTPError methods
2009-02-27 Brian Warnerimmutable checker add-lease: catch remote IndexError...
2009-02-27 Brian Warnerservermap add-lease: fix the code that's supposed to...
2009-02-27 Brian Warnerrrefutil: add check_remote utility function
2009-02-27 Brian Warnerrrefutil: add trap_remote utility and friends
2009-02-27 Brian Warnerweb: improve layout of storage status with a table
2009-02-27 Brian Warnercrawler: add ETA to get_progress()
2009-02-26 Alberto BertiFix for bug #645, correct path handling logic so that...
2009-02-26 Zooko O'Whielacronxwui: s/Provisioning/Reliability/ ; suggested by Terrell
2009-02-26 Brian Warnerstartstop_node.py: when restarting, tolerate a stale...
2009-02-25 Brian Warnerweb: fix the ERROR: line to work the same in python2...
2009-02-25 Brian Warnertest_cli/test_web: fix spurious test failure on solaris...
2009-02-25 Brian WarnerCLI: modify 'tahoe manifest' and 'tahoe deep-check...
2009-02-25 Brian Warnerwebapi: modify streaming deep-manifest/deep-checker...
2009-02-25 Brian Warnerscripts/common: fix alias handling on windows again...
2009-02-25 Brian Warner#165: make 'tahoe restart --force' the default behavior...
2009-02-25 Brian Warnertest_deepcheck: switch deep-check tests to use no-netwo...
2009-02-25 Brian Warnertest_deepcheck: convert MutableChecker to no-network...
2009-02-25 Brian Warnertests/no_network: move GET into the GridTestMixin class
2009-02-25 Brian Warnercommon_web.py: oops, add .fields to the other FakeRequest
2009-02-25 Brian Warnertest_cli: exercise the recent tolerate-'c:\dir\file...
2009-02-25 Brian Warnerscripts/common: on windows, tolerate paths like 'c...
2009-02-25 Brian Warnertest/common_web.py: add a .fields attribute to our...
2009-02-24 Alberto BertiTwo small fixes on documentation for cli backup command.
2009-02-24 Brian Warnertest_web: add (disabled) test to see what happens when...
2009-02-24 Alberto BertiAdd elapsed timestamp to cli backup command final summary.
2009-02-24 Alberto BertiAdded documentation for '--exclude' and friends cli...
2009-02-24 Brian Warnertest_repairer: change to use faster no_network.GridTest...
2009-02-24 Brian Warnerimmutable/checker.py: trap ShareVersionIncompatible...
2009-02-24 Brian Warnerimmutable/layout.py: wrap to 80 cols, no functional...
2009-02-24 Brian Warnertest_repairer: change Repairer to use much-faster no_ne...
2009-02-24 Brian Warnertest/no_network.py: add a basic stats provider
2009-02-23 Brian Warnertests: stop using setUpClass/tearDownClass, since they...
2009-02-23 Brian Warnertest_checker: improve test coverage for checker results
2009-02-23 Alberto BertiFixed tests again so they will pass on windows.
2009-02-23 Brian Warnermisc/*: remove RuntimeError too
2009-02-23 Brian Warnerscripts: stop using RuntimeError, for #639
2009-02-23 Brian Warnermutable/publish: stop using RuntimeError, for #639
2009-02-23 Brian Warnerremove more RuntimeError from unit tests, for #639
2009-02-23 Brian Warnerstop using RuntimeError in unit tests, for #639
2009-02-23 Brian Warnerftpd/sftpd: stop using RuntimeError, for #639
2009-02-22 Alberto BertiAdded tests for the cse when listdir is an iterator
2009-02-22 Alberto BertiFixed tests so that they pass also on buildbots.
2009-02-22 Alberto BertiUse failUnlessEqual instead of failUnless(a == b)
2009-02-22 Alberto BertiBetter implementation of filtering algorithm.
2009-02-22 Alberto BertiRemoved '.hgrags' from vcs excludes
2009-02-22 Zooko O'Whielacronxdocs: CREDITS to Alberto Berti
2009-02-22 Alberto BertiAdded tests for the --exclude* options of backup command.
2009-02-22 Alberto BertiAdded --exclude, --exclude-from and --exclude-vcs optio...
2009-02-22 Alberto BertiRaise a more explanatory exception for errors encounter...
next