]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2009-04-03 Zooko O'Whielacronxtrivial: whitespace
2009-04-03 Zooko O'Whielacronxhashtree: a couple of tiny improvements
2009-04-03 Zooko O'Whielacronxleases, time_format: modify time stamping in lease...
2009-03-31 Brian Warnerhashtree: fix O(N**2) behavior, to improve fatal alacri...
2009-03-25 Zooko O'Whielacronxdocs: setup: Norm Hardy suggested that it would be...
2009-03-24 Brian Warnerexpirer: include crawler progress in the JSON status...
2009-03-24 Brian Warnerdocs/proposed: new Accounting overview, discuss in...
2009-03-24 Brian Warnerdocs/proposed: move old accounting docs out of the way
2009-03-23 Brian Warnermove GC docs out of proposed/, since it's all implement...
2009-03-23 Brian Warnerstorage: use constant-time comparison for write-enabler...
2009-03-23 Brian Warnerhashutil: add constant-time comparison function, to...
2009-03-20 Brian WarnerWUI: fix display of empty directories, it threw an...
2009-03-20 Brian Warnerstorage webstatus: insert spaces when we're configured...
2009-03-20 Brian Warnerexpirer: tolerate empty buckets, refactor bucketsize...
2009-03-19 Brian Warnerstorage: improve wording of status message
2009-03-19 Brian Warnerparse_date: insist that it returns an int
2009-03-19 Brian Warnerstorage status: report expiration-cutoff-date like...
2009-03-19 Brian Warnerexpirer: clean up constructor args, add tahoe.cfg contr...
2009-03-19 Brian Warnerutil/time_format: new routine to parse dates like 2009...
2009-03-19 Brian Warnerexpirer: change setup, config options, in preparation...
2009-03-18 Brian Warnerexpirer: track mutable-vs-immutable sharecounts and...
2009-03-17 Brian Warneradd utility function to parse durations, for lease...
2009-03-17 Brian Warnerexpirer: add mode to expire only-mutable or only-immuta...
2009-03-17 Brian Warnertahoe_ls.py: add comment about error cases to improve
2009-03-17 Brian WarnerGC: add date-cutoff -based expiration, add proposed...
2009-03-16 Brian Warnertest_deepcheck: remove the 10s timeout: our dapper...
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.
next