]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/common.py
util: move PollMixin to a separate file (pollmixin.py), so testutil can be moved...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / common.py
2008-10-29 Brian Warnerutil: move PollMixin to a separate file (pollmixin...
2008-10-29 Brian Warnerweb/filenode: oops, fix test failures, not everything...
2008-10-28 Brian Warner#527: support HTTP 'Range:' requests, using a cachefile...
2008-10-27 Brian Warnerinterfaces.py: promote immutable.encode.NotEnoughShares...
2008-10-24 Brian Warnertest_web: more test coverage
2008-10-23 Brian Warnerdeep-check: add webapi links to detailed per-file/dir...
2008-10-22 Brian Warnermore #514: pass a Monitor to all checker operations...
2008-10-22 Brian WarnerChange deep-size/stats/check/manifest to a start+poll...
2008-09-26 Zooko O'Whielacronxrepair: fix test to map from storage index to directory...
2008-09-26 Zooko O'Whielacronxrepairer: assert that the test code isn't accidentally...
2008-09-24 Brian Warnernode.py: add BASEDIR/keepalive_timeout and BASEDIR...
2008-09-07 Brian Warnerchecker: overhaul checker results, split check/check_an...
2008-08-13 Brian Warnermutable: add get_size_of_best_version to the interface...
2008-08-12 Brian Warnerchecker: add information to results, add some deep...
2008-08-06 Brian Warnertest/common: add ShouldFailMixin
2008-08-06 Brian Warnertest_system: factor out find_shares/replace_shares...
2008-07-30 Zooko O'Whielacronxtests: don't use SignalMixin
2008-07-28 Zooko O'Whielacronxtests: make it so that you can use common.py's SystemTe...
2008-07-28 Brian Warnertest/common.py: use pre-computed Tub certificates for...
2008-07-25 Brian Warnertest_system.py: factor SystemTestMixin out of SystemTest
2008-07-25 Brian Warnertest_system.py: move SystemTestMixin out into common...
2008-07-18 Brian Warneroops, fix import/pyflakes problems
2008-07-17 Brian Warnerdeep-check: add webapi, add 'DEEP-CHECK' button to...
2008-07-16 Brian Warnerchecker: re-enable checker web results (although they...
2008-07-16 Brian Warnermove encode/upload/download/checker.py into a new immut...
2008-07-16 Brian Warneroverhaul checker invocation
2008-06-03 Brian Warnerweb: transform FileTooLargeError into a friendlier...
2008-05-20 Brian Warnertest/common: oops, forgot the FakeMutableFileNode.get_r...
2008-05-20 Brian Warnerweb: improve test coverage
2008-04-18 Brian Warnerdirnode: return to 'delete fails if the child wasn...
2008-04-18 Brian Warnerdirnode: update to use MutableFileNode.modify
2008-04-18 Brian Warnermutable: replace MutableFileNode API, update tests...
2008-04-15 Brian Warnermutable WIP: rename NotEnoughPeersError to NotEnoughSha...
2008-04-02 robk-tahoeadded offloaded key generation
2008-03-13 Brian Warnermutable.py: split replace() into update() and overwrite...
2008-03-01 Zooko O'Whielacronxwapi: add POST /uri/$DIRECTORY?t=set_children
2008-01-14 Brian Warnerremove wait_for_numpeers and the when_enough_peers...
2008-01-14 Brian Warnerstorage: improve logging a bit
2007-12-05 Brian Warnertest_web.py: add coverage for directory listings that...
2007-12-05 Brian Warnerwebish: add POST t=mutable, make it replace files in...
2007-12-05 Brian Warnerrefactor web tests, and interfaces.IFileNode