]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2007-09-15 Brian Warnersetup.py: add Nevow to our dependency list
2007-09-15 Brian Warnersetup.py: minor reformatting, use explicit file: URLs...
2007-09-15 Brian Warnerbuild-deps-setup.py: provide dependency_links too
2007-09-15 Brian WarnerMakefile: clean: remove _trial_temp/ and _test_memory...
2007-09-15 Brian WarnerMakefile: check_memory.py now manages the combined...
2007-09-16 Brian Warnercheck_memory.py: preserve client.log and stats.out...
2007-09-15 Brian Warnerwebish: upload: when the localdir= doesn't exist, say...
2007-09-15 Brian Warnercheck_memory.py: have all clients write their logs...
2007-09-15 Brian WarnerMakefile: insert a linebreak after use of PP, since...
2007-09-15 Brian Warnercheck_memory: oops, only bail if the process ended...
2007-09-15 Brian WarnerMakefile: use absolute path to src/ in PP, since check...
2007-09-15 Brian Warnercheck-memory: if the child process fails to start,...
2007-09-15 Brian Warnerbuild-deps-setup.py: use ez_setup here too, for platfor...
2007-09-15 Brian Warnerbin/allmydata-tahoe: update to new src/ + support/...
2007-09-15 Brian WarnerMakefile build-deps: use a fake package named 'tahoe...
2007-09-14 Brian WarnerMakefile: use --reactor=poll on cygwin, since select...
2007-09-14 Brian WarnerMakefile: improve 'clean' behavior: rm ez_setup leftove...
2007-09-14 Brian Warnerboringfile: ignore the setuptools .egg that ez_setup...
2007-09-14 Brian Warnersetup.py: require simplejson>=1.4, since we use the...
2007-09-14 Brian Warnertest_client.py: remove unused 'stat' import
2007-09-14 Brian Warnerremove simplejson tarball from our dependencies/ directory
2007-09-14 Zooko O'Whielacronxez_setup.py: put back the warning about downloading...
2007-09-14 Zooko O'WhielacronxREADME: it works on Python 2.4 on Windows
2007-09-14 Zooko O'Whielacronxdon't try to use bindann
2007-09-14 Zooko O'WhielacronxMakefile: don't attempt to run trial tests if the depen...
2007-09-14 Zooko O'Whielacronxremove test in test_client -- we can't easily assert...
2007-09-14 Zooko O'Whielacronxez_setup.py: don't warn about the need to download...
2007-09-14 Zooko O'WhielacronxMakefile: prepend src/ to the PYTHONPATH
2007-09-14 Zooko O'Whielacronxre-port Makefile to Windows and remove a bunch of no...
2007-09-14 Zooko O'WhielacronxMakefile: add suggestion about how to use the distutils...
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
next