]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_system.py
stats: add /statistics web page to show them, add tests
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_system.py
2008-04-14 Brian Warnerstats: add /statistics web page to show them, add tests
2008-04-14 Brian Warnerhelper stats: fix the /helper_status page, the recent...
2008-04-03 robk-tahoekey_generator: service related cleanups, incorporation...
2008-03-25 Brian Warnerintroweb.py: add ?t=json, to provide machine-readable...
2008-03-24 Brian Warnerdisable plaintext hashes in shares, but leave a switch...
2008-03-23 Brian WarnerUNDO: upload: stop putting plaintext and ciphertext...
2008-03-24 Zooko O'Whielacronxuse added secret to protect convergent encryption
2008-03-23 Brian Warnerupload: stop putting plaintext and ciphertext hashes...
2008-03-13 Brian Warnermutable.py: split replace() into update() and overwrite...
2008-03-12 Brian Warnerintroweb: combine announcement and subscriber informati...
2008-03-12 Brian Warneradd a webserver for the Introducer, showing service...
2008-03-04 Brian Warnertest_system: improve test coverage of publish/retrieve...
2008-03-04 Brian Warnerstats: make StatsGatherer happy about sharing a process...
2008-03-04 Brian Warnertest_system: add test coverage for download-status...
2008-03-01 Brian Warnerretain 10 most recent upload/download status objects...
2008-02-15 Brian Warnertest_system.py: improve coverage of webish.py
2008-02-14 Brian Warnerunicode handling: declare dirnodes to contain unicode...
2008-02-13 Brian Warneradd test coverage for the /stats web page
2008-02-13 Zooko O'Whielacronxuse base62 encoding for storage indexes, on disk and...
2008-02-12 Brian Warneradd 'tahoe catalog-shares' tool, to make a one-line...
2008-02-11 Brian Warnertest_system.py: refactor bounce_client, probably make...
2008-02-08 Brian Warnertest_system: remove the hackish debug_interrupt= attrib...
2008-02-08 Brian Warnertest_system.py: remove that ugly debug_stash_Remoteencr...
2008-02-06 Brian Warnertest_system: deferred-handling logic in test_upload_and...
2008-02-06 Brian Warneradd 'tahoe find-shares' command, to locate share files...
2008-02-06 Brian Warnerdump-cap: include UEB_hash in output
2008-02-06 Brian Warnerupload: return an UploadResults instance (with .uri...
2008-02-06 Brian Warnerstorage: change service name from 'storageserver' to...
2008-02-06 Brian Warnerwebish: add extra introducer data (version, timestamps...
2008-02-05 Brian Warnerbig introducer refactoring: separate publish+subscribe...
2008-01-31 Zooko O'Whielacronxstorage: make two levels of share directories so as...
2008-01-31 Brian Warnerupload-helper: avoid duplicate uploads: check the grid...
2008-01-30 Zooko O'Whielacronxmake content-hash-key encryption a parameter of uploading
2008-01-18 robk-tahoeoffloaded: fix failure in unit test on windows
2008-01-17 Brian Warneroffloaded: update unit tests: assert that interrupt...
2008-01-16 Brian Warnermegapatch: overhaul encoding_parameters handling: now...
2008-01-15 Brian Warnertest_system: fix pyflakes warnings
2008-01-15 Brian Warneroffloaded: improve logging, pass through options, get...
2008-01-14 Brian Warnerremove wait_for_numpeers and the when_enough_peers...
2008-01-11 Brian Warneroffloaded: add a system test, make it pass. files are...
2008-01-10 Brian Warnertest_system: slight refactoring to eventually make...
2008-01-08 Brian Warnertest_system: assert that BASEDIR/node.url is created...
2008-01-08 Zooko O'Whielacronxrename "dir-uri" to "dir-cap"
2008-01-04 Zooko O'Whielacronxa few formatting tidy-ups
2008-01-04 Zooko O'Whielacronxremove automatic private dir
2007-12-20 Zooko O'Whielacronxremove some no-longer needed replacements of "/" with...
2007-12-18 Brian Warnermove my_private_dir.cap into private/
2007-12-18 Zooko O'Whielacronxrename "my_private_dir.uri" to "my_private_dir.cap"
2007-12-17 Zooko O'Whielacronxput all private state in $BASEDIR/private
2007-12-14 Brian Warnertest_system.py: oops, match change in RIControl
2007-12-12 Zooko O'Whielacronxfix unit test to pass forward-slashes to the CLI since...
2007-12-12 Brian Warnertest_system: write test data in 'b' verbatim mode,...
2007-12-05 Brian Warnerchecker: improve test coverage a little bit
2007-12-04 Brian Warnerimprove test coverage on FileNode.check
2007-12-04 Brian Warnerremove leftover defer.setDebugging(), to speed up tests...
2007-11-15 Brian Warnertest_mutable: workaround: use more peers to avoid rando...
2007-12-03 Zooko O'Whielacronxmerge patch to integrate decentralized directories...
2007-11-14 Brian Warnermutable: handle bad hashes, improve test coverage,...
2007-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-11-29 Zooko O'Whielacronxunit tests: bump up a timeout which I encountered when...
2007-11-09 Brian Warnerconsolidate dirnode/filenode-creation code into Client
2007-11-08 Brian Warnertest_system: RSA keys are even more variable than I...
2007-11-08 Brian Warnermutable: add basic test coverage of new-dirnodes-using...
2007-11-08 Brian Warnermutable: fix multiple-versions-interfering-with-each...
2007-11-08 Brian Warnertest_system: RSA keys vary in size, expand valid ranges...
2007-11-08 Brian Warnermutable: rearrange order of Publish to allow replace...
2007-11-08 Brian Warnermutable: wire in RSA for real, using pycryptopp
2007-11-07 Brian Warnermutable: test roundtrip, make it work
2007-11-07 Brian Warnertest_system.mutable: make sure we exercise FEC padding
2007-11-07 Brian Warnerdump-share: emit SDMF information too
2007-11-07 Brian Warneradd container_size to mutable dump-share output
2007-11-07 Brian Warnertest_system.mutable: add test coverage for the 'dump...
2007-11-07 Brian Warnertest_system: add early test for mutable slots, currentl...
2007-10-23 Brian Warnerchecker: remember checker results, but only in ram...
2007-10-21 Brian Warnercli: improve test coverage
2007-10-17 Brian Warnerchecker: return more information per CHK file, includin...
2007-10-16 Brian Warneradd an equally-simple file-verifier
2007-10-15 Brian Warneradd a simple checker, for both files and directories
2007-10-12 Brian Warnercli: implement 'mv'. Closes #162.
2007-10-12 Brian Warnercli: add test coverage
2007-09-26 Brian Warnercontrol: add measure_peer_response_time(), to estimate...
2007-09-26 Brian Warnertest_system.py minor typo
2007-09-26 Brian Warnertest_system.py: add coverage for allmydata.control
2007-09-25 Brian Warnertest_system.py: do one upload, then test debug scripts...
2007-09-22 Zooko O'Whielacronxfix test_vdrive (fixes #144)
2007-09-19 Brian Warnertest_system.py: do a large-file test (1.5MB) to trigger...
2007-09-02 Brian Warnerdebug: 'dump-uri-extension' command becomes 'dump-share...
2007-08-28 Brian Warnerdeletion phase3: add a sqlite database to track renew...
2007-08-22 Brian Warnerweb: remove /vdrive/private, replace with a start.html...
2007-08-17 Brian Warnertest_system: weaken the assertion about the 410 error...
2007-08-17 Brian Warnertest_system.py: verify that we can replace files in...
2007-08-16 Brian Warnertest_system.py: many (failing) web tests were accidenta...
2007-08-12 Brian Warnerfix pyflakes warnings from recent b32decode change
2007-08-12 Brian Warnertest_system.py: add coverage for get_permuted_peers()
2007-08-12 Zooko O'Whielacronxdon't over-encode the nodeid many times with ascii...
2007-07-22 Brian WarnerCHK: remove the storage index from the URI, deriving...
2007-07-21 Brian Warneruri: implement URI-processing classes, IFileURI/IDirnod...
2007-07-13 Brian Warnerfix dump-uri-extension
2007-07-12 Brian Warnerfix several methods to handle LIT URIs correctly, rathe...
2007-07-12 Brian Warnerallow the introducer to set default encoding parameters...
next