]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2007-08-09 wilcoxjgedited README "The Python Way" installs to /usr/bin
2007-08-09 Zooko O'WhielacronxREADME: clarify/edit build, install, and test instructions
2007-08-09 Zooko O'Whielacronxclarify licence
2007-08-09 Zooko O'WhielacronxREADME: point people to allmydata.org if they are looki...
2007-08-09 Zooko O'WhielacronxREADME: edit to arch_o_median's contribution re: instal...
2007-08-09 Zooko O'WhielacronxREADME: add note about what "darcs get" will do and...
2007-08-09 wilcoxjgchanged README install "Python Way" section
2007-08-09 Brian Warnernow that the buildslave is moved to a new machine,...
2007-08-08 warner-tahoefoolscap: fix .deb-breaking bug (foolscap.lothar.com...
2007-08-08 warner-tahoeupdate foolscap to foolscap-0.1.5, the latest release
2007-08-08 Zooko O'Whielacronxshebang /usr/bin/env python in ez_setup.py
2007-08-07 Zooko O'Whielacronxfix missing import -- this bug was introduced by the...
2007-08-07 Zooko O'Whielacronxin relnotes.txt, make the safety warnings slightly...
2007-08-07 Zooko O'Whielacronxrequire setuptools >= 0.6c6 on cygwin, and >= 0.6a9...
2007-08-07 Zooko O'Whielacronxupdate Arno's entry in CREDITS
2007-08-07 Zooko O'Whielacronxupdate README to reflect existence of "make install...
2007-08-07 Zooko O'Whielacronxupdate README to reflect requirement of setuptools...
2007-07-31 tahoeadd install target, works at lest on sudo-free cygwin
2007-07-31 tahoesetuptools upgrade to 0.6c6
2007-07-26 Zooko O'Whielacronxrefactor test_uri and add a test of the empty file
2007-07-25 Brian Warnermove nodelogs from BASEDIR/twistd.log* to BASEDIR/logs...
2007-07-25 Brian Warnertest_web.py: oops, fix syntax error caused by removing...
2007-07-25 Brian Warnertest_web.py: remove spurious '# YES' lines, now that...
2007-07-25 Brian Warnervdrive: eventually create public/private dirnodes event...
2007-07-25 Brian Warnerinterfaces: move signatures into docstrings, to reduce...
2007-07-25 Brian Warnerremove unused imports: hush pyflakes warnings
2007-07-24 Zooko O'Whielacronxswitch from rfc 3548 base-32 to z-base-32 except for...
2007-07-24 Brian WarnerURI: we now derive the storage index from the encryptio...
2007-07-24 Brian Warnerrefactor upload/encode, to split encrypt and encode...
2007-07-23 Brian Warnerupdate architecture.txt a little bit
2007-07-23 Brian Warnertruncate storage index to 128 bits, since it's derived...
2007-07-23 Zooko O'Whielacronxsmall edit of relnotes
2007-07-23 Zooko O'Whielacronxupdate relnotes.txt to reflect NJS's comments
2007-07-22 Brian WarnerCHK: remove the storage index from the URI, deriving...
2007-07-22 Brian Warneruri.py: get keys and index from the URI instance
2007-07-22 Brian Warnerdocs/uri.txt: document current URI formats
2007-07-21 Brian Warneruri: implement URI-processing classes, IFileURI/IDirnod...
2007-07-21 Brian Warnerdirnode.build_manifest(): tolerate cycles in the direct...
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-17 Brian Warnerwebish: improve test coverage further
2007-07-17 Brian Warnerwebish: improve test coverage of WebDownloadTarget
2007-07-17 Brian WarnerMakefile/check-memory: put all stats in ./memstats.out
2007-07-17 Brian Warnercheck_memory.py: test POST-based uploads as well as...
2007-07-17 Brian Warnervdrive.py: log a note when we successfully retrieve...
2007-07-17 Brian Warnerintroducer.py: minor rearrangement of methods
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...
next