]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/offloaded.py
helper stats: fix the /helper_status page, the recent conflict merging missed some...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / offloaded.py
2008-04-14 Brian Warnerhelper stats: fix the /helper_status page, the recent...
2008-04-11 robk-tahoestats_gatherer: fix typo in helper stats gathering.
2008-04-11 robk-tahoestats_gatherer: reconcile helper stats gathering
2008-03-28 robk-tahoeconflict reconciliation (part 1, stats gathering in...
2008-03-26 robk-tahoestats: added stats reporting to the upload helper
2008-03-27 Brian Warnerhelper: add more stats to webapi, at /helper_status
2008-03-27 Brian Warnerhelper: add stats for the gatherer, show some on the...
2008-03-06 Brian Warnerwebish: add more share information to upload status...
2008-03-04 Brian Warnerwebish: add 'download results', with some basic timing...
2008-02-27 Brian Warnerlog more peerinfo in download/upload/checker problems
2008-02-13 Zooko O'Whielacronxuse base62 encoding for storage indexes, on disk and...
2008-02-12 Brian Warneradd upload-status objects, to track upload progress
2008-02-07 Brian Warneroffloaded: oops, need more tricks to make the unit...
2008-02-07 Brian Warnerhelper: return full uri-extension data to the client...
2008-02-06 Brian WarnerUploadResults: add more helper timing stats (ciphertext...
2008-02-06 Brian Warneradd upload-results timing info for helper uploads....
2008-02-05 Brian Warnerbig introducer refactoring: separate publish+subscribe...
2008-01-31 Brian Warneroffloaded.py: fix logging a bit
2008-01-31 Brian Warnerupload-helper: avoid duplicate uploads: check the grid...
2008-01-29 Brian Warneroffloaded: when uploading a file that failed to upload...
2008-01-28 Brian WarnerCHK upload helper: don't let one failed upload prevent...
2008-01-25 Brian Warneroffloaded uploader: don't use a huge amount of memory...
2008-01-21 robk-tahoeoffloaded: reinstate fix for windows tests
2008-01-18 robk-tahoeUNDO: offloaded: close reader before removing its file
2008-01-18 robk-tahoeoffloaded: close reader before removing its file
2008-01-17 Brian Warneroffloaded: close the local filehandle after encoding...
2008-01-17 Brian Warneroffloaded.py: delete encoding tempfile when upload...
2008-01-17 Brian Warneroffloaded.py: when resuming, append new data to incomin...
2008-01-17 Brian Warneroffloaded.py: remove dead/redundant code
2008-01-17 Brian Warneroffloaded: improve logging across the board
2008-01-16 Brian Warnermegapatch: overhaul encoding_parameters handling: now...
2008-01-15 Brian Warneroffloaded: cleanup to handle multiple simultaneous...
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-11 Brian Warneroffloaded.py: hush pyflakes
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 Warneroffloaded: create a Helper if 'run_helper' is non-empty
2008-01-10 Brian Warneroffloaded: more code, fix pyflakes problems, change...
2008-01-09 Brian Warneroffloaded: early code: most of client-side, defined...