]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2007-09-13 Zooko O'Whielacronxadd simplejson into misc/dependencies
2007-09-13 Zooko O'Whielacronxset the zip_safe flag to False
2007-09-13 Zooko O'Whielacronxfix Makefile not to assume that ":" is the PYTHONPATH...
2007-09-13 Zooko O'Whielacronxchange setup.py to find dependency tarballs in misc...
2007-09-13 Zooko O'Whielacronxchange ez_setup.py to find tarballs in misc/dependencies
2007-09-13 Zooko O'Whielacronxadd zfec tarball to misc/dependencies
2007-09-13 Zooko O'Whielacronxadd setuptools eggs for py2.4 and py2.5 to misc/depende...
2007-09-13 Zooko O'Whielacronxadd foolscap tarball to misc/dependencies
2007-09-13 Zooko O'Whielacronxinsert misc/dependencies
2007-09-13 Zooko O'Whielacronxuse ez_setup.py to bootstrap setuptools
2007-09-13 Zooko O'WhielacronxMakefile: re-order targets and let user's PYTHONPATH...
2007-09-12 Brian Warnersetup.py: remove nevow dependency: we need it, but...
2007-09-12 Brian Warnerpackaging: add 'build-deps' target, to automatically...
2007-09-12 Brian Warnerpackaging: move to setuptools
2007-09-12 Brian Warnersetup.py: fix move to _version.py
2007-08-25 Brian Warnerremove zfec source from our tree, users should grab...
2007-08-21 Brian Warnerdebian: depend upon python-zfec, stop including zfec...
2007-08-18 Brian WarnerMakefile: oops, fix clean-simplejson target. Might...
2007-08-18 Brian WarnerMakefile: improve 'clean' behavior even more, maybe...
2007-08-18 Brian WarnerMakefile: improve 'clean' behavior by removing foolscap...
2007-08-25 Brian Warnerremove simplejson source from our tree, users should...
2007-08-25 Brian Warnerremove foolscap source from our tree, users should...
2007-09-12 Zooko O'WhielacronxREADME: update the wording of the "LICENCE" section...
2007-09-11 Brian Warnerstorage: always record lease expiration times as integers
2007-09-07 nejucomoAdd some passing unit tests for testutil.PollMixin.
2007-09-10 Brian Warnerprovisioning: include the cost of replacing failed...
2007-09-10 Brian Warnerprovisioning: add cost information
2007-09-11 Zooko O'Whielacronxloosen constraint on share data size
2007-09-07 Brian Warnerprovisioning: oops, fix test_provisioning too
2007-09-07 Brian Warnerprovisioning.py: update test with new encoding-paramete...
2007-09-07 Brian Warnerprovisioning: require at least one drive per server
2007-09-07 Brian Warnerprovisioning: explain the 'survival' number better
2007-09-07 Brian Warnerprovisioning: more repair/survivability data
2007-09-07 Brian Warnerprovisioning: add some drive failure and repair rate...
2007-09-06 Brian Warnerprovisioning.py: add file/server availability numbers
2007-09-06 Brian Warnerwebish: implement 'PUT /uri?t=mkdir' (to create anonymo...
2007-09-06 Brian Warnerwebish: implement 'PUT /uri' (to create anonymous files)
2007-09-04 Brian Warnerclient.py: only import webish.py if 'webport' is set...
2007-09-04 Brian Warnerstorage: add version number to share data. Closes #90.
2007-09-03 Brian Warnerstorage: don't add a duplicate lease, renew the old...
2007-09-02 Brian Warnerstorage: remove get_or_add_owner, since I don't know...
2007-09-02 Brian Warnerstorage: remove unused delete_bucket() method, lease...
2007-09-02 Brian Warnerstorage: handle simultanous uploads: add a lease for...
2007-09-02 Brian Warnerdebug: 'dump-uri-extension' command becomes 'dump-share...
2007-09-02 Brian Warnerstorage: replace sqlite with in-share lease records
2007-08-29 Brian Warnertest_uri.py: remove tiny whitespace
2007-08-29 wilcoxjgcreated DirnodeURI schema
2007-08-09 wilcoxjgchanged MakeFile comment to clarify what "test.test_int...
2007-08-29 Brian Warnerstorage: use sqlite from either python2.5's stdlib...
2007-08-28 Brian Warnerdeletion phase3: add a sqlite database to track renew...
2007-08-28 Brian Warnerdeletion phase2b: create renew/cancel secrets for real.
2007-08-28 Brian Warnernode: change get_or_create_config to strip whitespace...
2007-08-28 Brian Warnernode.py: change get_or_create_config() to accept a...
2007-08-28 Brian Warnerdeletion phase2a: improve creation of renew/cancel...
2007-08-28 Brian Warnernode.py: refactor config-file getting and setting
2007-08-28 Brian Warnerdeletion phase1: send renew/cancel-lease secrets, but...
2007-08-28 Brian Warnertest_web: improve provisioning.py test coverage a bit...
2007-08-27 Brian Warneradd a provisioning utility page which shows necessary...
2007-08-27 Brian Warnerdebug.py: add share-overhead size info to dump-uri...
2007-08-25 Brian Warnerwebish: strip leading/tailing whitespace from user...
2007-08-25 Brian Warnerwebish: strip leading/tailing whitespace from user...
2007-08-23 Brian Warnermunin/tahoe-sharesperfile: don't truncate to an int...
2007-08-23 Zooko O'WhielacronxREADME: update wording of licence
2007-08-22 Zooko O'Whielacronxchange name of the query "allow_local_access()?" to...
2007-08-22 Brian WarnerREADME: updated debian-packaging section a bit, replace...
2007-08-22 Brian WarnerMakefile: fix race condition in test-clean that caused...
2007-08-21 Brian WarnerMakefile: stop producing foolscap .debs
2007-08-17 Brian Warnertahoe_put.py: hush pyflakes by removing unused 'sys...
2007-08-11 tahoetrying to introduce old style humanreadablied logs...
2007-08-23 Zooko O'WhielacronxTAG allmydata-tahoe-0.5.1 allmydata-tahoe-0.5.1
2007-08-23 Zooko O'Whielacronxrelnotes.txt: v0.5.1
2007-08-17 Zooko O'WhielacronxTAG allmydata-tahoe-0.5.0 allmydata-tahoe-0.5.0
2007-08-16 Brian Warnersetup.py: oops, I inserted a typo by commenting out...
2007-08-16 Brian Warnersetup.py: don't install allmydata.Crypto.PublicKey...
2007-08-16 Brian Warnersetup.py: disable building RSA for now, since it requir...
2007-08-16 Brian Warnercrypto: fix compiler warnings in the .c files
2007-08-16 Brian Warnercopy RSA from PyCrypto into the allmydata/ tree, we...
2007-08-15 Brian WarnerMakefile: use a different rm *.so command for the ...
2007-08-15 Zooko O'WhielacronxMakefile: more portable way to make clean succeed when...
2007-08-14 Brian WarnerMakefile: fix 'clean' target to work even if there...
2007-08-14 Brian Warnerhush pyflakes warning in Crypto.Util.number
2007-08-14 Brian Warnerremove PyCrypto, copy AES/SHA256/Util.number into the...
2007-08-09 Zooko O'Whielacronxmerge duplicate patches re: zfec setuptools
2007-08-09 Zooko O'Whielacronxmerge duplicate patches to shebang /usr/bin/python
2007-08-09 Zooko O'Whielacronxzfec: fix bug in argparse
2007-08-23 Brian Warnerwebish: modify JSON to match zooko's proposed API chang...
2007-08-23 Zooko O'Whielacronxcommand-line: remove the --vdrive option (it is now...
2007-08-23 Zooko O'Whielacronxwebapi.txt: minor edits
2007-08-23 Zooko O'Whielacronxwebapi.txt edits (thanks to Brian Warner)
2007-08-23 Zooko O'Whielacronxnew improved webapi.txt
2007-08-23 Brian Warnerweb: replace FILE links with /uri -based ones, to preve...
2007-08-22 Brian WarnerMANIFEST.in: include .html and .css files from allmydat...
2007-08-22 Brian Warnerweb: oops, forgot to add start.html
2007-08-22 Brian Warnerweb: remove /vdrive/private, replace with a start.html...
2007-08-22 Zooko O'Whielacronxrefactor reading of configuration files in client.py
2007-08-18 Brian Warnerclient.py: add a newline to "myself.furl" contents
2007-08-17 Zooko O'Whielacronxcommand-line: fix ticket #111 by requiring input to...
2007-08-17 Zooko O'Whielacronxcommand-line: fix a few bugs in the "execute this pytho...
2007-08-17 Zooko O'Whielacronxrelnotes.txt a few tiny branding edits
2007-08-17 Brian Warnertahoe_put-web2ish.py: clean up imports to be pyflakes...
next