2007-07-05 |
Brian Warner | add webapi.txt: explain our plans for the node's webserver |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Brian Warner | roadmap: move Storage to milestone v3 |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Brian Warner | storageserver: include metadata in the sizelimit, at... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Brian Warner | activate storage size limits in the client. Closes... |
commit | commitdiff | tree | snapshot |
2007-07-04 |
Brian Warner | storageserver: implement size limits. No code to enable... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian Warner | fileutil: add du() function |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian Warner | webish: provide a valid Content-Length header on downloads |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian Warner | webish: improve reporting of web download errors that... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian Warner | webish.py: handle errors during download better. Addres... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian Warner | dirnodes.txt: minor edits |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian Warner | test_util: improve test coverage of allmydata.util... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Brian Warner | document our current directory node (dirnode) design |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Brian Warner | makefile: pass COVERAGEDIR= properly to the target... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Brian Warner | makefile: change upload-figleaf target to create a... |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Zooko O'Whielacronx | relnotes.txt: reflow to 70-char width |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Zooko O'Whielacronx | TAG allmydata-tahoe-0.4.0 allmydata-tahoe-0.4.0 |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Brian Warner | relnotes.txt: mention the private filesystem |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Zooko O'Whielacronx | relnotes.txt reflow column width and editing |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Zooko O'Whielacronx | relnotes.txt update for v0.4 release |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Zooko O'Whielacronx | relnotes.txt: formatting for thinner columns |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Zooko O'Whielacronx | roadmap.txt: add mention of decentralized introduction... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Zooko O'Whielacronx | edit README and require Nevow 0.9.18 |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Zooko O'Whielacronx | clarify licence |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Brian Warner | webish: make each link in the directory name an href... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Brian Warner | update roadmap.txt a bit |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Brian Warner | test_system: stall for a second while bouncing the... |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Brian Warner | webish: fix link to private_vdrive |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Brian Warner | client.py: remove unused import |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Brian Warner | roadmap: update filesystem/filetree/dirnode items |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Brian Warner | client.py: remove unused code |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Brian Warner | interfaces.py: remove some unused 'pass' lines |
commit | commitdiff | tree | snapshot |
2007-06-29 |
Brian Warner | change IVirtualDrive.get_node_at_path to accept either... |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Brian Warner | test_system.py: more vdrive coverage |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Brian Warner | vdrive: add get_node_at_path(pathlist) |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Brian Warner | vdrive: make sure we really record global/private root... |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Brian Warner | Add the 'vdrive' service, for clients to access the... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Brian Warner | webish.py: add a web page to display the manifest for... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Brian Warner | dirnode: add build_manifest() and introduce 'refresh... |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Brian Warner | remove unused/obsoleted workqueue.py |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Brian Warner | merge vdrive.py and filetable.py into a single dirnode.py |
commit | commitdiff | tree | snapshot |
2007-06-26 |
Brian Warner | more runner.py test coverage: don't bypass argv parsing |
commit | commitdiff | tree | snapshot |
2007-06-26 |
Brian Warner | runner.py: improve test coverage further: implement... |
commit | commitdiff | tree | snapshot |
2007-06-26 |
Brian Warner | dump_uri_extension: improve test coverage of runner.py |
commit | commitdiff | tree | snapshot |
2007-06-26 |
Brian Warner | improve test coverage of runner.py |
commit | commitdiff | tree | snapshot |
2007-06-26 |
Brian Warner | webish: mark read-only directories as such when listing... |
commit | commitdiff | tree | snapshot |
2007-06-26 |
Brian Warner | vdrive: protect dirnode contents with an HMAC |
commit | commitdiff | tree | snapshot |
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 |
next |