2007-09-14 |
Zooko O'Whielacronx | ez_setup.py: don't warn about the need to download... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Zooko O'Whielacronx | Makefile: prepend src/ to the PYTHONPATH |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Zooko O'Whielacronx | re-port Makefile to Windows and remove a bunch of no... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Zooko O'Whielacronx | Makefile: add suggestion about how to use the distutils... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Zooko O'Whielacronx | add simplejson into misc/dependencies |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Zooko O'Whielacronx | set the zip_safe flag to False |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Zooko O'Whielacronx | fix Makefile not to assume that ":" is the PYTHONPATH... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Zooko O'Whielacronx | change setup.py to find dependency tarballs in misc... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Zooko O'Whielacronx | change ez_setup.py to find tarballs in misc/dependencies |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Zooko O'Whielacronx | add zfec tarball to misc/dependencies |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Zooko O'Whielacronx | add setuptools eggs for py2.4 and py2.5 to misc/depende... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Zooko O'Whielacronx | add foolscap tarball to misc/dependencies |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Zooko O'Whielacronx | insert misc/dependencies |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Zooko O'Whielacronx | use ez_setup.py to bootstrap setuptools |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Zooko O'Whielacronx | Makefile: re-order targets and let user's PYTHONPATH... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Brian Warner | setup.py: remove nevow dependency: we need it, but... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Brian Warner | packaging: add 'build-deps' target, to automatically... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Brian Warner | packaging: move to setuptools |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Brian Warner | setup.py: fix move to _version.py |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Brian Warner | remove zfec source from our tree, users should grab... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Brian Warner | debian: depend upon python-zfec, stop including zfec... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Brian Warner | Makefile: oops, fix clean-simplejson target. Might... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Brian Warner | Makefile: improve 'clean' behavior even more, maybe... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Brian Warner | Makefile: improve 'clean' behavior by removing foolscap... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Brian Warner | remove simplejson source from our tree, users should... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Brian Warner | remove foolscap source from our tree, users should... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Zooko O'Whielacronx | README: update the wording of the "LICENCE" section... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Brian Warner | storage: always record lease expiration times as integers |
commit | commitdiff | tree | snapshot |
2007-09-07 |
nejucomo | Add some passing unit tests for testutil.PollMixin. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Brian Warner | provisioning: include the cost of replacing failed... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Brian Warner | provisioning: add cost information |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Zooko O'Whielacronx | loosen constraint on share data size |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Brian Warner | provisioning: oops, fix test_provisioning too |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Brian Warner | provisioning.py: update test with new encoding-paramete... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Brian Warner | provisioning: require at least one drive per server |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Brian Warner | provisioning: explain the 'survival' number better |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Brian Warner | provisioning: more repair/survivability data |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Brian Warner | provisioning: add some drive failure and repair rate... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Brian Warner | provisioning.py: add file/server availability numbers |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Brian Warner | webish: implement 'PUT /uri?t=mkdir' (to create anonymo... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Brian Warner | webish: implement 'PUT /uri' (to create anonymous files) |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Brian Warner | client.py: only import webish.py if 'webport' is set... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Brian Warner | storage: add version number to share data. Closes #90. |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Brian Warner | storage: don't add a duplicate lease, renew the old... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Brian Warner | storage: remove get_or_add_owner, since I don't know... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Brian Warner | storage: remove unused delete_bucket() method, lease... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Brian Warner | storage: handle simultanous uploads: add a lease for... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Brian Warner | debug: 'dump-uri-extension' command becomes 'dump-share... |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Brian Warner | storage: replace sqlite with in-share lease records |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Brian Warner | test_uri.py: remove tiny whitespace |
commit | commitdiff | tree | snapshot |
2007-08-29 |
wilcoxjg | created DirnodeURI schema |
commit | commitdiff | tree | snapshot |
2007-08-09 |
wilcoxjg | changed MakeFile comment to clarify what "test.test_int... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Brian Warner | storage: use sqlite from either python2.5's stdlib... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Brian Warner | deletion phase3: add a sqlite database to track renew... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Brian Warner | deletion phase2b: create renew/cancel secrets for real. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Brian Warner | node: change get_or_create_config to strip whitespace... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Brian Warner | node.py: change get_or_create_config() to accept a... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Brian Warner | deletion phase2a: improve creation of renew/cancel... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Brian Warner | node.py: refactor config-file getting and setting |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Brian Warner | deletion phase1: send renew/cancel-lease secrets, but... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Brian Warner | test_web: improve provisioning.py test coverage a bit... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Brian Warner | add a provisioning utility page which shows necessary... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Brian Warner | debug.py: add share-overhead size info to dump-uri... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Brian Warner | webish: strip leading/tailing whitespace from user... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Brian Warner | webish: strip leading/tailing whitespace from user... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Brian Warner | munin/tahoe-sharesperfile: don't truncate to an int... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zooko O'Whielacronx | README: update wording of licence |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zooko O'Whielacronx | change name of the query "allow_local_access()?" to... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian Warner | README: updated debian-packaging section a bit, replace... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian Warner | Makefile: fix race condition in test-clean that caused... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Brian Warner | Makefile: stop producing foolscap .debs |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian Warner | tahoe_put.py: hush pyflakes by removing unused 'sys... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
tahoe | trying to introduce old style humanreadablied logs... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zooko O'Whielacronx | TAG allmydata-tahoe-0.5.1 allmydata-tahoe-0.5.1 |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zooko O'Whielacronx | relnotes.txt: v0.5.1 |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Zooko O'Whielacronx | TAG allmydata-tahoe-0.5.0 allmydata-tahoe-0.5.0 |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian Warner | setup.py: oops, I inserted a typo by commenting out... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian Warner | setup.py: don't install allmydata.Crypto.PublicKey... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian Warner | setup.py: disable building RSA for now, since it requir... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian Warner | crypto: fix compiler warnings in the .c files |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian Warner | copy RSA from PyCrypto into the allmydata/ tree, we... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Brian Warner | Makefile: use a different rm *.so command for the ... |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Zooko O'Whielacronx | Makefile: more portable way to make clean succeed when... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian Warner | Makefile: fix 'clean' target to work even if there... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian Warner | hush pyflakes warning in Crypto.Util.number |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian Warner | remove PyCrypto, copy AES/SHA256/Util.number into the... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Zooko O'Whielacronx | merge duplicate patches re: zfec setuptools |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Zooko O'Whielacronx | merge duplicate patches to shebang /usr/bin/python |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Zooko O'Whielacronx | zfec: fix bug in argparse |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Brian Warner | webish: modify JSON to match zooko's proposed API chang... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zooko O'Whielacronx | command-line: remove the --vdrive option (it is now... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zooko O'Whielacronx | webapi.txt: minor edits |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zooko O'Whielacronx | webapi.txt edits (thanks to Brian Warner) |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Zooko O'Whielacronx | new improved webapi.txt |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Brian Warner | web: replace FILE links with /uri -based ones, to preve... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian Warner | MANIFEST.in: include .html and .css files from allmydat... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian Warner | web: oops, forgot to add start.html |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Brian Warner | web: remove /vdrive/private, replace with a start.html... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Zooko O'Whielacronx | refactor reading of configuration files in client.py |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Brian Warner | client.py: add a newline to "myself.furl" contents |
commit | commitdiff | tree | snapshot |
next |