]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/interfaces.py
wui: improved columns in welcome page server list
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / interfaces.py
2009-01-10 Zooko O'Whielacronxtrivial: minor changes to in-line comments -- mark...
2009-01-10 Zooko O'Whielacronximmutable: fix edit-o in interfaces.py documentation...
2009-01-10 Zooko O'Whielacronximmutable: redefine the "sharemap" member of the upload...
2009-01-08 Zooko O'Whielacronxnaming: Rename a few things which I touched or changed...
2009-01-07 Zooko O'Whielacronximmutable: define a new interface IImmutableFileURI...
2009-01-07 Zooko O'Whielacronximmutable: refactor uploader to do just encoding-and...
2009-01-07 Zooko O'Whielacronxtrivial: whitespace and docstring tidyups
2009-01-06 Zooko O'Whielacronxrename "checker results" to "check results", because...
2009-01-05 Zooko O'Whielacronximmutable: refactor downloader to be more reusable...
2008-12-31 Zooko O'Whielacronximmutable: more detailed tests for checker/verifier...
2008-12-28 Zooko O'Whielacronxdoc: sundry amendments to docs and in-line code comments
2008-12-21 Zooko O'Whielacronximmutable, checker, and tests: improve docstrings,...
2008-12-19 Zooko O'Whielacronxtry to tidy up uri-as-string vs. uri-as-object
2008-12-19 Zooko O'Whielacronximmutable: remove the last bits of code (only test...
2008-12-08 Zooko O'Whielacronxrename "get_verifier()" to "get_verify_cap()"
2008-12-06 Brian WarnerMutableFileNode.modify: pass first_time= and servermap...
2008-12-05 Zooko O'Whielacronxdownload: refactor handling of URI Extension Block...
2008-11-24 Brian Warnerdirnode manifest: add verifycaps, both to internal...
2008-11-22 Brian Warner#538: fetch version and attach to the rref. Make Introd...
2008-11-22 Brian Warner#538: add remote_get_version() to four main Referenceab...
2008-11-19 Brian Warnermanifest: add storage-index strings to the json results
2008-11-19 Brian Warnermanifest: include stats in results. webapi is unchanged.
2008-11-07 Brian Warnerchecker: add is_recoverable() to checker results, make...
2008-10-30 Brian Warnerweb: add 'Repair' button to checker results when they...
2008-10-28 Brian Warner#527: support HTTP 'Range:' requests, using a cachefile...
2008-10-27 Brian Warnerinterfaces.py: promote immutable.encode.NotEnoughShares...
2008-10-27 Brian Warnerinterfaces.IMutableFileNode.download_best_version(...
2008-10-27 Brian Warnerdirnode lookup: use distinct NoSuchChildError instead...
2008-10-24 Brian Warnerstorage: add remote_advise_corrupt_share, for clients...
2008-10-23 Brian Warnerdeep-check: add webapi links to detailed per-file/dir...
2008-10-23 Brian Warnerinterface.py: fix typo
2008-10-22 Brian Warnermore #514: pass a Monitor to all checker operations...
2008-10-22 Brian WarnerChange deep-size/stats/check/manifest to a start+poll...
2008-10-14 Zooko O'Whielacronxrepairer: test all different kinds of corruption that...
2008-10-09 Zooko O'Whielacronxinterfaces: loosen a few max-size constraints which...
2008-10-07 Brian Warnerweb: change t=manifest to return a list of (path,read...
2008-10-03 Brian Warnerinterfaces: fix minor typo
2008-10-03 Brian Warnerdirnode: add get_child_and_metadata_at_path
2008-09-25 Zooko O'Whielacronxrepairer: add basic test of repairer, move tests of...
2008-09-10 Brian Warnerdisallow deep-check on non-directories, simplifies...
2008-09-10 Brian Warnerdirnode: refactor recursive-traversal methods, add...
2008-09-10 Brian Warnerchecker results: add output=JSON to webapi, add tests...
2008-09-10 Brian Warnerchecker results: more tests, update interface docs
2008-09-09 Brian Warnerinterfaces.py: minor improvement to IDirectoryNode...
2008-09-07 Brian Warnerchecker: overhaul checker results, split check/check_an...
2008-08-13 Brian Warnermutable: add get_size_of_best_version to the interface...
2008-08-12 Brian WarnerIFilesystemNode: add get_storage_index(), it makes...
2008-08-12 Brian Warnerchecker: add information to results, add some deep...
2008-07-30 Zooko O'Whielacronxstorage: make storage servers declare oldest supported...
2008-07-22 Brian Warnerstorage: remove update_write_enabler method, it won...
2008-07-18 Brian Warnerfirst pass at a mutable repairer. not tested at all...
2008-07-18 Brian Warnerinterfaces: add IRepairable
2008-07-17 Brian Warnerdeep-check: add webapi, add 'DEEP-CHECK' button to...
2008-07-17 Brian Warnerfirst pass at deep-checker, no webapi yet, probably...
2008-07-16 Brian Warnerchecker: re-enable checker web results (although they...
2008-07-16 Brian Warneroverhaul checker invocation
2008-07-14 Brian Warnerdownload: fix stopProducing failure ('self._paused_at...
2008-07-10 Brian Warnerstorage: add add_lease/update_write_enabler to remote...
2008-07-07 Brian Warnerinterfaces: add verify= and repair= args to check()
2008-06-19 Brian Warnerintroducer: move the relevant interfaces out to introdu...
2008-06-03 Brian Warnermove FileTooLargeError out to a common location
2008-05-16 Brian Warnerdirnode: add overwrite= to most API calls, defaulting...
2008-05-08 Brian Warnerdirnode: add a deep_stats(), like deep-size but with...
2008-05-07 Zooko O'Whielacronxdocs: fix a few stale comments in code
2008-04-18 Brian Warnermutable: replace MutableFileNode API, update tests...
2008-04-17 Brian Warnermutable WIP: add servermap update status pages
2008-04-12 Brian Warnerremove size constraint on ShareData: large directories...
2008-04-02 robk-tahoeadded offloaded key generation
2008-03-24 Zooko O'Whielacronxuse added secret to protect convergent encryption
2008-03-13 Brian Warnermutable.py: split replace() into update() and overwrite...
2008-03-12 Brian Warnerclient: publish a 'stub client' announcement to the...
2008-03-11 Brian Warnerincrease remote-interface size limits to 16EiB by not...
2008-03-05 Brian Warnerweb: status: add 'started' timestamps to all operations
2008-03-04 Brian Warnerwebish: add primitive publish/retrieve status pages
2008-03-04 Brian Warnerwebish: download-results: add per-server response times
2008-03-04 Brian Warnerwebish: download-results: add server_problems
2008-03-04 Brian Warnerwebish download results: add servermap, decrypt time
2008-03-04 Brian Warnerwebish: add 'download results', with some basic timing...
2008-03-03 Brian Warnerwebish: make upload timings visible on the recent uploa...
2008-03-01 Brian Warnerretain 10 most recent upload/download status objects...
2008-03-01 Zooko O'Whielacronxwapi: add POST /uri/$DIRECTORY?t=set_children
2008-02-26 Brian Warnerwebish status: distinguish active uploads/downloads...
2008-02-14 Brian Warnerunicode handling: declare dirnodes to contain unicode...
2008-02-12 Brian Warnermake current upload/download status objects available...
2008-02-12 Brian Warneradd download-status objects, to track download progress
2008-02-12 Brian Warneradd upload-status objects, to track upload progress
2008-02-09 Brian Warnerdirnode: add ctime/mtime to metadata, update metadata...
2008-02-07 Brian Warnerupload: rework passing of default encoding parameters...
2008-02-06 Brian Warnerinterfaces: remove spurious line that counted against...
2008-02-06 Brian Warneradd upload-results timing info for helper uploads....
2008-02-06 Brian Warnerupload: return an UploadResults instance (with .uri...
2008-02-06 Brian Warnerwebish: add extra introducer data (version, timestamps...
2008-02-05 Brian Warnerbig introducer refactoring: separate publish+subscribe...
2008-02-02 Brian Warnerintroducer: allow nodes to refrain from publishing...
2008-02-01 robk-tahoestats: added IStatsProducer interface, fixed stats...
2008-01-31 robk-tahoestats: add a simple stats gathering system
2008-01-31 Brian Warnerupload: oops, fix breakage after removing upload_file...
2008-01-30 Brian Warnerspeedcheck: track SSK creation time separately
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...
next