2007-06-26 |
Brian Warner | remove old filetree code |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Brian Warner | vdrive: switch to URI:DIR and URI:DIR-RO, providing... |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Brian Warner | misc/count_dirs.py: dev tool to estimate filetree space... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Brian Warner | webish: log dirname in mkdir |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Brian Warner | webish: when mounting a shared directory, don't automat... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Brian Warner | webish: add option to export/import shared directories... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Brian Warner | test_system.py: match change to /global_vdrive URL |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Brian Warner | create a personal (non-shared) vdrive, in addition... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Brian Warner | webish: enable deletion of directories |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Brian Warner | webish.py: put the URI in a narrower auto-scrolling... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Brian Warner | runner.py: add 'dump-directory-node' command |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Brian Warner | make new vdrive work, implement convenience wrapper... |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Brian Warner | test_filetable: fix to match new vdrive approach |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Zooko O'Whielacronx | make-version.py invokes darcs as "darcs" instead of... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Zooko O'Whielacronx | update CREDITS file |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Brian Warner | revamp vdrive: nodes with furls. tests still fail. |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Brian Warner | filetable: switch to new approach with anonymous nodes |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Brian Warner | make-version.py: it is sys.platform, not os.platform |
commit | commitdiff | tree | snapshot |
2007-06-13 |
robk-org | make make-version.py exec darcs correctly on windows |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Brian Warner | upload.py: minor refactoring |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Brian Warner | roadmap.txt: update w.r.t. filetree and repairer |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Brian Warner | add 'allmydata-tahoe dump-uri-extension' utility command |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Brian Warner | refactor URI_extension handlers out of encode/download... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Brian Warner | webish: display program/library versions on the welcome... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Zooko O'Whielacronx | shebang usr bin env python |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Zooko O'Whielacronx | catch EnvironmentError from attempt to invoke darcs... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Brian Warner | URI-extension.txt: update docs, we aren't using bencode... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Zooko O'Whielacronx | zfec: import latest version.py module from pyutil library |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Zooko O'Whielacronx | zfec: fix bug in in-line doc |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Zooko O'Whielacronx | zfec: tweak licence text |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Zooko O'Whielacronx | fix the relnotes.txt -- don't incorrectly attribute... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Zooko O'Whielacronx | some edits to the README |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Zooko O'Whielacronx | TAG allmydata-tahoe-0.3.0 allmydata-tahoe-0.3.0 |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Zooko O'Whielacronx | update the relnotes.txt for v0.3 |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Brian Warner | webish: show vdrive and introducer connectedness separately |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Brian Warner | rename fileid/verifierid to plaintext_hash/crypttext_hash |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Brian Warner | thingA.txt has finally been renamed |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Brian Warner | update thingA/uri-extension docs |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Brian Warner | handle uri_extension with a non-bencode serialization... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Brian Warner | rename thingA to 'uri extension' |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Brian Warner | consolidate multiple definitions of NotEnoughPeersError |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Brian Warner | remove several leftover defintions of netstring() |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Brian Warner | test_client.py: improve test coverage a bit |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Brian Warner | docs/thingA.txt: describe what this does, even if it... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Brian Warner | move almost all hashing to SHA256, consolidate into... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Brian Warner | test_encode.py: even more testing of merkle trees,... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Brian Warner | add tests for bad/inconsistent plaintext/crypttext... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Brian Warner | test_encode.py: further refactoring of send_and_recover |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Brian Warner | test_encode.py: refactor send_and_recover a bit |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Brian Warner | client.py: allow operation without vdrive.furl, for... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Brian Warner | client.py: use persistent FURLs for our Node, to reduce... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Brian Warner | encode.py: hush pyflakes warnings |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Brian Warner | encode/download: reduce memory footprint by deleting... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Brian Warner | encode.py: fix generation of plaintext/crypttext merkle... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Brian Warner | hashtree.BadHashError: mention which leaf caused the... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Brian Warner | iputil.get_local_ip_for: tolerate running on a disconne... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Brian Warner | fetch plaintext/crypttext merkle trees during download... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Brian Warner | download.py: refactor get-thingA-from-somebody to reuse... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Brian Warner | encode.py: fix pyflakes warning |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Brian Warner | encode: add plaintext/crypttext merkle trees to the... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Brian Warner | runner.py: allow --multiple to enable starting/stopping... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
robk-org | log a prominent warning message in the case that the... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
robk-org | catch failures in startService() and abort process |
commit | commitdiff | tree | snapshot |
2007-06-05 |
robk-org | add a missing up-call in introducer.startService() |
commit | commitdiff | tree | snapshot |
2007-06-06 |
robk-org | change the 'ez_setup.py' script to have distinct desire... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Brian Warner | encode.py: clean up handling of lost peers during uploa... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Brian Warner | runner.py: allow all directory-using commands (create... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Brian Warner | bin/allmydata-tahoe: also update PYTHONPATH so that... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Brian Warner | bin/allmydata-tahoe: add a sys.path-modifying preamble... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Brian Warner | encode: tolerate lost peers, as long as we still get... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Brian Warner | roadmap.txt: minor cleanups |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Brian Warner | README: mention strports-ness of NODE/webport, closes #55 |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Brian Warner | move validation data to thingA, URI has storage_index... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Brian Warner | node.py: multi-class exception calls need parentheses |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Brian Warner | download.py: refactor bucket_failed() a bit, add some... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Brian Warner | test_system.py: minor reformatting |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Brian Warner | node.py: add logging of startup/shutdown, for the cygwi... |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Brian Warner | test_system.py: add a log message to help track down... |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Brian Warner | node.py: log twisted version along with tahoe/foolscap... |
commit | commitdiff | tree | snapshot |
2007-05-30 |
Brian Warner | check_memory: getting closer, now we have memusage... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Zooko O'Whielacronx | switch from FieldStorage.value to FieldStorage.file |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Zooko O'Whielacronx | amdlib.util: merge in changes to humanreadable.py that... |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Zooko O'Whielacronx | mark #22 finished in source:roadmap.txt |
commit | commitdiff | tree | snapshot |
2007-05-25 |
Brian Warner | check_memory.py: finish the failsafe-shutdown code |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Brian Warner | runner.py: spoke too soon. Really fix #51 this time. |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Brian Warner | runner.py: expanduser() basedirs, so '~' works. Closes... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Brian Warner | .darcs-boringfile: ignore the buildbot's source-stampfile |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Brian Warner | makefile: add a test-clean target |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Brian Warner | test_node.py: hush pyflakes warnings |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Brian Warner | node.py: hush pyflakes warnings |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Brian Warner | makefile: add a test-darcs-boringfile target |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Brian Warner | test_introducer_and_vdrive: remove the assumption that... |
commit | commitdiff | tree | snapshot |
2007-05-24 |
Brian Warner | test_system.py: check size in web-ui display. closes #37 |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Zooko O'Whielacronx | add in-line doc that Josh wrote as he was trying to... |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Zooko O'Whielacronx | add unit test for "advertised_ip_addresses" feature... |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Zooko O'Whielacronx | make stopService() defer until startService() completes... |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Zooko O'Whielacronx | fix one last use of "--root" in building which was... |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Brian Warner | node.py: use 'node.pem' for all nodes |
commit | commitdiff | tree | snapshot |
2007-05-23 |
Brian Warner | node.py: use Tub's certFile= argument instead of doing... |
commit | commitdiff | tree | snapshot |
2007-05-22 |
Zooko O'Whielacronx | rename all "*PBURL*" to "*FURL*" |
commit | commitdiff | tree | snapshot |
next |