]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/encode.py
add upload-results timing info for helper uploads. This changes the Helper protocol...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / encode.py
2008-02-06 Brian Warneradd upload-results timing info for helper uploads....
2008-02-06 Brian Warneradd upload timings and rates to the POST /uri?t=upload...
2008-01-28 Brian Warnerencode.py: update logging levels
2008-01-28 Brian Warnerencode.py: don't allow a shareholder which dies in...
2008-01-28 Brian Warnerencode.py: don't record BAD log event unless there...
2008-01-25 Brian Warnerencode.py: improve error message when segment lengths...
2008-01-25 Brian Warneroffloaded uploader: don't use a huge amount of memory...
2008-01-24 Brian Warnerencode.py: log the contents of the uri_extension block
2008-01-17 Brian Warneroffloaded: close the local filehandle after encoding...
2008-01-17 Brian Warneroffloaded: improve logging across the board
2008-01-16 Brian Warnermegapatch: overhaul encoding_parameters handling: now...
2008-01-15 Brian Warnerencode: actually define the UploadAborted exception
2008-01-15 Brian Warnerupload: add Encoder.abort(), to abandon the upload...
2008-01-15 Brian Warnerupload: improve logging
2008-01-10 Brian Warneroffloaded: more code, fix pyflakes problems, change...
2007-12-13 Zooko O'Whielacronxa few documentation and naming convention updates
2007-11-20 Brian Warnerencode.py: trivial whitespace change
2007-11-20 Brian Warnermore hierarchical logging: download/upload/encode
2007-10-16 Brian Warnerencode.py: update comments, max_segment_size is now...
2007-10-16 Zooko O'Whielacronxupdate a few documents, comments, and defaults to menti...
2007-08-10 Brian Warnerencode.py: log a percentage complete as well as the...
2007-08-10 Brian WarnerEncoder.__repr__: mention the file being encoded
2007-08-10 Brian Warnerencode.py: add a reactor turn barrier between segments...
2007-07-24 Brian Warnerrefactor upload/encode, to split encrypt and encode...
2007-07-20 Brian Warnerupload: refactor to enable streaming upload. not all...
2007-07-16 Brian Warnerreduce MAX_SEGMENT_SIZE from 2MB to 1MB, to compensate...
2007-07-14 Brian Warnerencode.py: minor typo
2007-07-13 Brian Warnerstorage: we must truncate short segments. Now most...
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-12 Brian Warnerallow the introducer to set default encoding parameters...
2007-07-09 Brian Warnerstorage: wrap buckets in a local proxy
2007-06-12 Brian Warnerrefactor URI_extension handlers out of encode/download...
2007-06-08 Brian Warnerhandle uri_extension with a non-bencode serialization...
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-07 Brian Warnerencode.py: hush pyflakes warnings
2007-06-07 Brian Warnerencode/download: reduce memory footprint by deleting...
2007-06-07 Brian Warnerencode.py: fix generation of plaintext/crypttext merkle...
2007-06-07 Brian Warnerfetch plaintext/crypttext merkle trees during download...
2007-06-07 Brian Warnerencode.py: fix pyflakes warning
2007-06-07 Brian Warnerencode: add plaintext/crypttext merkle trees to the...
2007-06-06 Brian Warnerencode.py: clean up handling of lost peers during uploa...
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-30 Zooko O'Whielacronxglobally search and replace "mesh" with "grid" and...
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-19 Brian Warnerencode: handle uploads of the same file multiple times...
2007-04-18 Brian Warnerencode.py: remove unused pad() code
2007-04-18 Brian Warnerencode: fix multi-segment uploads: lambdas inside for...
2007-04-18 Brian Warnerfactor out the tagged hash function used for subshares...
2007-04-17 Brian Warnerencode: make MAX_SEGMENT_SIZE controllable, to support...
2007-04-13 Brian Warnerencode.py: remove an unused import
2007-04-13 Brian Warnerhash trees: further cleanup, to make sure we're validat...
2007-04-12 Brian Warnerrename chunk.py to hashtree.py
2007-04-07 Brian Warnerencode: add more logging to investigate occasional...
2007-04-06 Brian Warnerencode/upload: add more logging, to understand the...
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-01-12 Brian Warneruse the word 'codec' for erasure coding, for now. ...
2007-01-06 Brian Warnerdisable figleaf tracing during py_ecc, since it takes...
2007-01-05 Brian Warnerencode.py: add some timing comments
2007-01-05 Brian Warneronly run a single (short) py_ecc test on slave3, since...
2007-01-05 Brian Warnerencoding: fix the last py_ecc problem, tests pass now
2007-01-05 Brian Warnerfix our use of py_ecc (set log2FieldSize=8 explicitly)
2007-01-05 Brian Warnerestablish IEncoder/IDecoder, create suitable interfaces...
2006-12-14 Brian Warnermove all packages into src/, fix allmydata.Crypto build...