]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/web/directory.py
webapi: pass client through constructor arguments, remove IClient, should make it...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / web / directory.py
2009-02-20 Brian Warnerwebapi: pass client through constructor arguments,...
2009-02-18 Brian Warneradd --add-lease to 'tahoe check', 'tahoe deep-check...
2009-02-17 Brian Warnerwebapi #590: add streaming deep-check. Still need a...
2009-02-04 Brian Warnerwebapi: add verifycap (spelled 'verify_url') to the...
2009-01-31 Brian Warnerweb/directory: add a link from readwrite directories...
2009-01-24 Brian Warnermake streaming-manifest stop doing work after the HTTP...
2009-01-23 Brian Warner#590: add webish t=stream-manifest
2009-01-10 Zooko O'Whielacronxnaming: finish renaming "CheckerResults" to "CheckResults"
2009-01-09 Brian Warnerwebapi/deep-manifest t=JSON: don't return the (large...
2009-01-06 Zooko O'Whielacronxrename "checker results" to "check results", because...
2008-12-06 Brian Warnerweb/directory.py: really really fix #553. Unfortunately...
2008-12-05 Zooko O'Whielacronxweb: fix more info links again
2008-12-05 Zooko O'Whielacronxweb: fix moreinfo link
2008-12-05 Zooko O'Whielacronxweb: "More Info" link describes the same file that...
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-19 Brian Warnermanifest: add storage-index strings to the json results
2008-11-19 Brian Warnermanifest: include stats in results. webapi is unchanged.
2008-10-29 Brian Warnerweb: test (and fix) PUT DIRURL t=uri, which replaces...
2008-10-29 Brian Warnerweb/directory.py: slight shuffle to improve test coverage
2008-10-27 Brian Warnerdirnode lookup: use distinct NoSuchChildError instead...
2008-10-23 Brian Warnerwebapi: fix t=rename from==to, it used to delete the...
2008-10-22 Brian Warnermore #514: pass a Monitor to all checker operations...
2008-10-22 Brian Warnermore #514 log-webop status/cancel: add handle-expiratio...
2008-10-22 Brian Warner#514: improve test coverage
2008-10-22 Brian WarnerChange deep-size/stats/check/manifest to a start+poll...
2008-10-07 Brian Warnerweb/directory: t=manifest output=html: make the caps...
2008-10-07 Brian Warnerweb/directory: factor out the get_root function
2008-10-07 Brian Warnerweb/directory.py: remove unused imports
2008-10-07 Brian Warnerweb: change t=manifest to return a list of (path,read...
2008-10-07 Brian Warnerweb: rewrite t=deep-size in terms of deep-stats, update...
2008-09-30 Brian Warnertolerate simplejson-2.0.0 and newer, which frequently...
2008-09-24 Brian Warnerwebapi: survive slashes in filenames better: make t...
2008-09-18 Brian Warnerweb: add 'more info' pages for files and directories...
2008-09-15 Brian Warnerwebish: add an extra newline to JSON output
2008-09-10 Brian Warnerweb: fix output=JSON, add buttons for repair/json to...
2008-09-10 Brian Warnerchecker results: add output=JSON to webapi, add tests...
2008-09-07 Brian Warnerchecker: overhaul checker results, split check/check_an...
2008-08-13 Brian WarnerCLI: add 'tahoe debug corrupt-share', and use it for...
2008-08-12 Brian Warnerweb/directory: enable verify=true in t=deep-check
2008-07-17 Brian Warnerdeep-check: add webapi, add 'DEEP-CHECK' button to...
2008-07-16 Brian Warnerchecker: re-enable checker web results (although they...
2008-07-16 Brian Warneroverhaul checker invocation
2008-06-18 Brian Warnerweb: stop using absolute links (or url.here) in forms...
2008-06-11 robk-tahoewebish: re-fix the addSlash issue in directory rendering
2008-06-11 Brian Warnerdirectory.py: revert that addSlash, it causes a test...
2008-06-11 robk-tahoewebish: fix directory url redirection
2008-06-11 Zooko O'Whielacronxwapi/wui: add a trailing slash to the targets of hyperl...
2008-06-04 Brian Warnerweb: add test for unicode POST when the name comes...
2008-05-20 Brian Warnerweb t=json: add 'mutable' key to the information dict
2008-05-20 Brian Warnerweb: improve test coverage, remove some dead code
2008-05-20 Brian Warnerweb/directory: fix rw_uri output in t=JSON to reflect...
2008-05-19 Brian Warnerweb: factor out identical renderHTTP methods
2008-05-19 Brian Warnerwebish: complete rewrite, break into smaller pieces...