]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2007-07-17 Brian Warnercheck_memory.py: fix benign-but-noisy vdrive.furl handl...
2007-07-17 Brian Warnercheck_memory: update it, write stats to a file, disable...
2007-07-17 Brian Warnerclient.py: add a 'debug_no_storage' option to throw...
2007-07-17 Brian Warnerclient.py: write control.furl in the right place
2007-07-17 robk-orgadded unit test to webish's rename function
2007-07-16 Brian Warnerrunner.py: make 'allmydata-tahoe --version' emit versio...
2007-07-16 Brian Warnerreduce MAX_SEGMENT_SIZE from 2MB to 1MB, to compensate...
2007-07-16 Brian Warnermisc/storage-overhead.py: tool to estimate storage...
2007-07-16 Brian Warnerwebish: test error cases more thoroughly by looking...
2007-07-16 Brian Warnerwebish: oops, handle POST without localfile= too
2007-07-16 Brian Warnerwebish.py: disallow slashes in POSTed filenames. Closes...
2007-07-14 Brian Warnerwebish.Directory: add a 'text/plain' link for files...
2007-07-14 Brian Warnerstorage.py: add a test for the next_power_of_k fix...
2007-07-14 Brian Warnerwebish.py: test that _get_or_create_directories fix...
2007-07-14 Brian Warnersimplejson: lower our minimum-required-version of setup...
2007-07-14 Brian Warnerwebish: handle PUTs to direct children of the root
2007-07-14 Brian Warnerstorage.py: turn some assertions into preconditions
2007-07-14 Brian Warnerstorage.py: handle num_segments != power-of-two without...
2007-07-14 Brian Warnerinterfaces: increase ShareSize now that our default...
2007-07-14 Brian Warnerrename storageserver.py to just storage.py, since it...
2007-07-14 Brian Warnerwelcome.xhtml: add a link to allmydata.org
2007-07-14 Brian Warnerencode.py: minor typo
2007-07-13 Brian Warnerfix dump-uri-extension
2007-07-13 Brian Warnerstorageserver.ReadBucketProxy: break out _parse_offsets...
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-09 Brian Warnercontrol.py: make get_memory_usage() callable from elsewhere
2007-07-12 robk-orgadd a 'rename' button to the webish dir view
2007-07-12 robk-orgfix bug in arg handling around 'delete' button in direc...
2007-07-12 robk-orgfix a typo in webapi.txt
2007-07-11 robk-orginclude the filename on URI-link urls for files
2007-06-13 robk-orgadded notes on pywin32 version support to README
2007-07-13 Brian Warnerwebish.DirnodeWalkerMixin: comment out the code that...
2007-07-12 Brian Warnermisc/figleaf.excludes: exclude simplejson too, since...
2007-07-12 Brian Warnernote that setting k=1 is equivalent to replication
2007-07-12 Brian Warnerfix several methods to handle LIT URIs correctly, rathe...
2007-07-12 Brian Warnermake it possible to download LIT uris. oops.
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-12 Brian Warnerinterfaces.py: increase RIVirtualDriveServer.list const...
2007-07-11 Brian Warnercease producing .debs for dapper, since they'd depend...
2007-07-11 Brian Warnerdebian: make all .debs dependent upon python-simplejson...
2007-07-11 Brian WarnerMakefile: factor out deb-foolscap-ARCH to a separate...
2007-07-11 Brian WarnerMakefile: make it clear that it requires GNU Make
2007-07-11 Brian Warnerrename GNUmakefile to Makefile: I've mis-typed the...
2007-07-11 Brian Warnerboringfile: exclude some foolscap.deb-generated files
2007-07-11 Brian Warnermakefile: fix deb-edgy-head and deb-etch-head targets
2007-07-11 Brian Warnermakefile: refactor .deb-producing rules
2007-07-11 Brian Warnercli: implement 'get'
2007-07-11 Zooko O'Whielacronxtahoe_ls: remove a couple of vestigial or debugging...
2007-07-11 Brian Warnercli: implement 'allmydata-tahoe ls'
2007-07-11 Brian Warnermakefile: use --single-version-externally-managed for...
2007-07-11 Brian Warnerstartstop_node.py: refactor find_twistd() out so it...
2007-07-11 Brian Warnerrunner.py: further refactoring
2007-07-11 Brian Warnerrunner.py: start to refactor into separate files
2007-07-10 Brian Warnertahoe-ls.py: hush a pyflakes warning
2007-07-10 Brian Warnerpatch simplejson's ezsetup to take a min_version, and...
2007-07-10 Brian Warnerfinish removing simplejson.egg-info from the repo
2007-07-10 Brian Warnerremove simplejson.egg-info from the repo (and boringfil...
2007-07-10 Brian Warnerimport simplejson directly, and remove our local copies...
2007-07-10 Brian Warnertahoe-ls.py: initial version of an 'ls' CLI utility
2007-07-10 Brian Warnerboringfile: add simplejson generated files
2007-07-10 Brian Warnermakefile: build simplejson along with zfec/foolscap/etc
2007-07-10 Brian Warnerimport simplejson-1.7.1 into src/simplejson
2007-07-10 Brian Warnerwebapi: normalized API: use t=upload or t=download...
2007-07-10 Brian Warnerimport the decoder portion of simplejson-1.7.1 too
2007-07-10 Brian Warnerwebapi.txt: note that the 'curl' utility can be used...
2007-07-10 Brian Warnerwebish: cosmetic: fix missing whitespace in HTML
2007-07-10 Zooko O'Whielacronxtahoe-get.py: fix bug: actually respect the optional...
2007-07-10 Zooko O'Whielacronxtahoe-get.py: add optional target-local-file argument
2007-07-10 Zooko O'Whielacronxtahoe-get.py: accept vdrive and server options (using...
2007-07-10 Zooko O'Whielacronxtahoe-get.py: the first, most primitive command-line...
2007-07-09 Brian Warnerstorage: wrap buckets in a local proxy
2007-07-08 Brian Warnerdirectory.xhtml: oops, missed a comma
2007-07-08 Brian Warnerdirectory.xhtml: remove the leftover XML link
2007-07-08 Brian Warnerweb: indent the JSON to make it easier for humans to...
2007-07-08 Brian Warnerweb: use real JSON instead of the fake stubs
2007-07-08 Brian Warnertest_web.test_welcome: give the rooturl a trailing...
2007-07-08 Brian Warnerfigleaf.excludes: ignore allmydata.Crypto, since so...
2007-07-08 Brian Warnerweb: remove t=XML, and other dead code
2007-07-08 Brian Warnerweb: improve test coverage
2007-07-08 Brian Warnerweb: make sure we present read-only directories properly
2007-07-08 Brian Warnerweb: remove more dead code
2007-07-08 Brian Warnerwebish.py: remove dead code
2007-07-08 Brian Warnerweb: /uri/ must escape slashes, we use bangs for this
2007-07-08 Brian Warnerweb: replace welcome-page download-URI form with new...
2007-07-08 Brian Warnerweb: survive bogus URIs when displaying sizes
2007-07-08 Brian Warnerweb: show the root name of the vdrive
2007-07-08 Brian Warnerweb: change title to say 'Tahoe', not tahoe2
2007-07-08 Brian Warnerweb: add a 'return to welcome page' link
2007-07-08 Brian Warnerweb: add when_done to all POST operations, use it from...
2007-07-08 Brian Warnerweb: make 'delete' buttons work again
2007-07-08 Brian Warnerweb: change per-directory forms to match new POST scheme
2007-07-08 Brian Warnerweb: remove debug prints
2007-07-08 Brian Warnerweb: more test work, now all tests pass, POST too,...
2007-07-08 Brian Warnertest_system.py: change/remove the tests that currently...
2007-07-07 Brian Warnerwebish.py: add links to JSON/etc representations of...
2007-07-07 Brian Warnerrunner.py: add --force flag to restart, to restart...
2007-07-07 Brian Warnerwebish: fix ?t=manifest, ?t=xml so they don't throw...
next