]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_encode.py
Add assertions to make sure that set_default_encoding_parameters is always called...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_encode.py
2012-06-19 david-sarahAdd assertions to make sure that set_default_encoding_p...
2012-05-22 Brian Warnerswitch UploadResults to use get_uri(), hide internal...
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch adds...
2010-02-26 david-sarahChange relative imports to absolute
2009-11-16 Kevan CarstensenChange stray "shares_of_happiness" to "servers_of_happi...
2010-05-14 Kevan CarstensenRevisions of the #778 tests, per reviewers' comments
2009-12-05 Kevan CarstensenReplace "UploadHappinessError" with "UploadUnhappinessE...
2009-11-23 Kevan CarstensenAdd tests for the behavior described in #834.
2009-11-04 Kevan CarstensenAlter tests to use the new form of set_shareholders
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: remove trivial unused...
2009-12-01 Brian WarnerSimplify immutable download API: use just filenode...
2009-06-21 Brian Warnerclean up storage_broker interface: should fix #732
2009-06-10 Zooko O'Whielacronxtest: multiple by 10 or so all timeouts that Zandr...
2009-06-05 Zooko O'Whielacronxtests: bump up the timeout on a bunch of tests that...
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-01-08 Zooko O'Whielacronximmutable: add a monitor API to CiphertextDownloader...
2009-01-08 Zooko O'Whielacronxnaming: Rename a few things which I touched or changed...
2009-01-08 Zooko O'Whielacronximmutable: refactor download to do only download-and...
2009-01-08 Zooko O'Whielacronxtrivial: tiny changes to test code
2009-01-07 Zooko O'Whielacronximmutable: refactor uploader to do just encoding-and...
2009-01-06 Zooko O'Whielacronxtrivial: fix inline comment in test code
2009-01-05 Zooko O'Whielacronximmutable: refactor downloader to be more reusable...
2008-12-21 Zooko O'Whielacronximmutable, checker, and tests: improve docstrings,...
2008-12-05 Zooko O'Whielacronxminor: fix unused imports -- thanks, pyflakes
2008-12-05 Zooko O'Whielacronxdownload: refactor handling of URI Extension Block...
2008-10-29 Brian Warnermove testutil into test/common_util.py, since it doesn...
2008-10-27 Brian Warnerinterfaces.py: promote immutable.encode.NotEnoughShares...
2008-07-21 Zooko O'Whielacronximmutable file download: make the ciphertext hash tree...
2008-07-16 Brian Warnermove encode/upload/download/checker.py into a new immut...
2008-07-14 Brian Warnerdownload: fix stopProducing failure ('self._paused_at...
2008-04-15 Brian Warnermutable WIP: rename NotEnoughPeersError to NotEnoughSha...
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-23 Brian Warnerdownload: make plaintext and ciphertext hashes in the...
2008-03-04 Brian Warnerwebish: download-results: add server_problems
2008-02-07 Brian Warnerupload: rework passing of default encoding parameters...
2008-01-28 Brian Warnerencode.py: don't allow a shareholder which dies in...
2008-01-16 Brian Warnermegapatch: overhaul encoding_parameters handling: now...
2008-01-15 Brian Warnerupload: add Encoder.abort(), to abandon the upload...
2007-12-19 Brian Warnerthe new pyflakes is stricter, complaining about functio...
2007-11-20 Brian Warnerdownload: use hierarchical logging
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-10-16 Zooko O'Whielacronxtests: make test_encode specify the erasure coding...
2007-07-24 Brian Warnerrefactor upload/encode, to split encrypt and encode...
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-20 Brian Warnerupload: finish refactoring, all unit tests pass now
2007-07-13 Brian Warnermore #85 work, system test still fails
2007-07-13 Brian Warnerstorage: use one file per share instead of 7 (#85)...
2007-07-09 Brian Warnerstorage: wrap buckets in a local proxy
2007-06-10 Brian Warnerrename fileid/verifierid to plaintext_hash/crypttext_hash
2007-06-08 Brian Warnerrename thingA to 'uri extension'
2007-06-08 Brian Warnerremove several leftover defintions of netstring()
2007-06-08 Brian Warnermove almost all hashing to SHA256, consolidate into...
2007-06-08 Brian Warnertest_encode.py: even more testing of merkle trees,...
2007-06-08 Brian Warneradd tests for bad/inconsistent plaintext/crypttext...
2007-06-08 Brian Warnertest_encode.py: further refactoring of send_and_recover
2007-06-08 Brian Warnertest_encode.py: refactor send_and_recover a bit
2007-06-07 Brian Warnerfetch plaintext/crypttext merkle trees during download...
2007-06-07 Brian Warnerencode: add plaintext/crypttext merkle trees to the...
2007-06-06 Brian Warnerencode: tolerate lost peers, as long as we still get...
2007-06-02 Brian Warnermove validation data to thingA, URI has storage_index...
2007-04-26 Brian Warneruse real encryption, generate/store/verify verifierid...
2007-04-19 Brian Warnermake test_encode less CPU-intense by using 4-out-of...
2007-04-17 Brian Warnertest_encode.Roundtrip: cover more combinations of data...
2007-04-17 Brian Warnertest_encode.Encode: cover more combinations of data...
2007-04-17 Brian Warnertest_encode: test filesizes which are an exact multiple...
2007-04-17 Brian Warnerencode: make MAX_SEGMENT_SIZE controllable, to support...
2007-04-17 Brian Warnerdownload: more test coverage
2007-04-17 Brian Warnerdownload: validate handling of missing sharehashes too
2007-04-16 Brian Warnerdownload: verify that bad blocks or hashes are caught...
2007-04-12 Brian Warnerverify hash chains on incoming blocks
2007-04-06 Brian Warnerencode: clean up some weirdness that was there to make...
2007-04-06 Brian Warnerrename encode_new.py to encode.py, now that there isn...
2007-03-30 Brian Warnerfinish making the new encoder/decoder/upload/download...
2007-03-30 Brian Warneradd new test for doing an encode/decode round trip...
2007-03-30 Brian Warnerswitch upload to use encode_new, fix a few things ...
2007-03-30 Brian Warnertest_encode: make sure encode_new can produce the data...
2007-03-29 Zooko O'Whielacronxchange #!/usr/bin/python to #!/usr/bin/env python
2006-12-14 Brian Warnerencode: start to fix a few problems, still a lot of...
2006-12-14 Brian Warnermake initial simple encode_new test pass
2006-12-14 Brian Warnermove all packages into src/, fix allmydata.Crypto build...