]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/upload.py
display the Helper FURL and our connection status on the welcome page. Closes #285.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / upload.py
2008-01-28 Brian Warnerdisplay the Helper FURL and our connection status on...
2008-01-25 Brian Warneroffloaded upload: avoid tail-recursion problem that...
2008-01-25 Brian Warneroffloaded uploader: don't use a huge amount of memory...
2008-01-17 Brian Warneroffloaded: close the local filehandle after encoding...
2008-01-17 Brian Warnerupload.py: make it easier to have an IUploadable that...
2008-01-17 Brian Warneroffloaded: upload.py: handle forward skips, to allow...
2008-01-17 Brian Warneroffloaded: improve logging across the board
2008-01-16 Brian Warnermegapatch: overhaul encoding_parameters handling: now...
2008-01-15 Brian Warnerupload: add Encoder.abort(), to abandon the upload...
2008-01-15 Brian Warnerupload: improve logging
2008-01-15 Brian Warnerupload: pass options through to the encoder
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-11 Brian Warneroffloaded: more test coverage on client side, change...
2008-01-10 Brian Warneroffloaded: move interfaces to interfaces.py, start...
2008-01-10 Brian Warnerupload.py: start removing wait_for_numpeers code
2008-01-10 Brian Warneroffloaded: basic test for client-side of AssistedUploader
2008-01-10 Brian Warneroffloaded: more code, fix pyflakes problems, change...
2008-01-09 Brian Warneroffloaded: early code: most of client-side, defined...
2007-12-20 Zooko O'Whielacronxfix representation of node ids in PeerTracker objects
2007-12-04 Brian Warneruse AES from pycryptopp instead of pycrypto, also trunc...
2007-11-20 Brian Warnermore hierarchical logging: download/upload/encode
2007-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-09-19 Brian Warnerupload.py: fix signature of NonConvergentUploadMixin...
2007-09-17 Brian Warnerupload: make peer-selection a bit more uniform. Closes...
2007-09-16 Brian Warnerpeer-selection: if we must loop, send a minimal number...
2007-09-16 Brian Warnerupload: remove Tahoe3 peer-selection algorithm
2007-09-16 Brian Warnerupload: switch to Tahoe2, add test for uniform share...
2007-09-16 Brian Warnerupload.py: implement Tahoe2 peer-selection algorithm
2007-08-28 Brian Warnerdeletion phase2a: improve creation of renew/cancel...
2007-08-28 Brian Warnerdeletion phase1: send renew/cancel-lease secrets, but...
2007-08-10 Brian Warner#96: add flag to enable pushing data to ourselves,...
2007-07-24 Brian Warnerrefactor upload/encode, to split encrypt and encode...
2007-07-23 Brian Warnertruncate storage index to 128 bits, since it's derived...
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-20 Brian Warnerupload: refactor to enable streaming upload. not all...
2007-07-14 Brian Warnerrename storageserver.py to just storage.py, since it...
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-12 Brian Warnerimplement URI:LIT, which stores small (<55B) files...
2007-07-09 Brian Warnerstorage: wrap buckets in a local proxy
2007-06-12 Brian Warnerupload.py: minor refactoring
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 Warnerconsolidate multiple definitions of NotEnoughPeersError
2007-06-08 Brian Warnerremove several leftover defintions of netstring()
2007-06-08 Brian Warnermove almost all hashing to SHA256, consolidate into...
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-18 Brian Warnercomment out some verbose log messages, add commented...
2007-04-17 Brian Warnersystem_test: exercise multiple segments
2007-04-17 Brian Warnerencode: make MAX_SEGMENT_SIZE controllable, to support...
2007-04-06 Brian Warnerencode/upload: add more logging, to understand the...
2007-04-06 Brian Warnerrename encode_new.py to encode.py, now that there isn...
2007-03-30 Brian Warnerhandle foolscap's annoying tendency to turn everything...
2007-03-30 Brian Warnerfinish making the new encoder/decoder/upload/download...
2007-03-30 Zooko O'Whielacronxadd unit tests and fix bugs in upload
2007-03-30 Brian Warnerupload: change _compute_uri a bit, get infile in a...
2007-03-30 Brian Warnerswitch upload to use encode_new, fix a few things ...
2007-03-30 Zooko O'Whielacronxfinish storage server and write new download
2007-03-30 Zooko O'Whielacronxnew upload and storage server
2007-03-28 Zooko O'Whielacronxswitch to pyfec
2007-03-28 Zooko O'Whielacronxfix test_codec and test_upload to handle current API
2007-02-01 Zooko O'Whielacronxuse pyfec instead of py_ecc for erasure coding and...
2007-01-21 Brian Warnermove upload/download interfaces to allmydata.interfaces...
2007-01-20 Brian Warnermore filetree, it's actually starting to make sense now
2007-01-19 Brian Warnersnapshot filetree work: it's getting close
2007-01-17 Brian Warnerupdate URI format, include codec name
2007-01-17 Brian Warnerupload: fix typo in debug messages
2007-01-17 Brian Warnerupload: rearrange peer-selection code to be more readab...
2007-01-17 Brian Warneroops, fix that NotEnoughPeersError instrumentation
2007-01-17 Brian Warneradd better error reporting to NotEnoughPeersError
2007-01-16 Brian Warnerchange upload to push 2 shares instead of 3
2007-01-16 Brian Warnerrearrange encode/upload, add URIs, switch to Replicatin...
2007-01-12 Brian Warneruse the word 'codec' for erasure coding, for now. ...
2006-12-14 Brian Warnermove all packages into src/, fix allmydata.Crypto build...