2007-11-08 |
Brian Warner | docs/configuration.txt: expand the 'sizelimit' docs |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian Warner | mutable: rearrange order of Publish to allow replace... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian Warner | Makefile: check-deps: check for pycryptopp |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian Warner | mutable: fix usage of NeedMoreDataError |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian Warner | mutable: wire in RSA for real, using pycryptopp |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian Warner | mutable: make error handling more robust |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Zooko O'Whielacronx | UNDO: hashutil: replace pycrypto's SHA256 with pycrypto... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Zooko O'Whielacronx | hashutil: replace pycrypto's SHA256 with pycryptopp... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Zooko O'Whielacronx | setup: tell setuptools that we depend on pycryptopp... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Zooko O'Whielacronx | setup: upgrade to pycryptopp v0.2.3 |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian Warner | mutable: test roundtrip, make it work |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian Warner | storage.py: add a little logging (disabled) |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Zooko O'Whielacronx | setup: print out the version number of pycryptopp in... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Zooko O'Whielacronx | CREDITS: more credit to nejucomo since we accepted... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Zooko O'Whielacronx | README: fix whitespace |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Zooko O'Whielacronx | setup: add Crypto++ and pycryptopp to dependencies |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Zooko O'Whielacronx | setup: add misc/dependencies/pycryptopp-0.2.1.tar.gz |
commit | commitdiff | tree | snapshot |
2007-11-05 |
nejucomo | Add "sizelimit" to configuration doc. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian Warner | test_system.mutable: make sure we exercise FEC padding |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian Warner | dump-share: emit SDMF information too |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian Warner | add container_size to mutable dump-share output |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian Warner | mutable: stub out pubkey creation until we wire in... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian Warner | test_system.mutable: add test coverage for the 'dump... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian Warner | test_system: add early test for mutable slots, currentl... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian Warner | test_mutable: remove dead code |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian Warner | debug: add mutable-slot support to 'dump-share' command |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian Warner | mutable: storage_index is always 16 bytes |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian Warner | mutable: fix use of storage API |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Brian Warner | stabilize on 20-byte nodeids everywhere, printed with... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian Warner | mutable: rearrange classes, putting MutableFileNode... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian Warner | mutable: parameterize Publish/Retrieve classes in Mutab... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian Warner | mutable: move IV into signed prefix, add more retrieval... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian Warner | mutable: get most of the retrieve-side code written... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian Warner | test_mutable.py: hush pyflakes |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian Warner | mutable.Publish: rearrange create() to use more of... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian Warner | mutable.Publish: more tests |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian Warner | mutable.Publish: create a dispatch_map for the benefit... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian Warner | mutable: use proper enable/renew/cancel secrets |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian Warner | Makefile: add 'find-trailing-spaces' tool and target |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian Warner | mutable: added send-messages-to-peers code, about 70... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Brian Warner | storage: rewrite slot API, now use testv_and_readv_and_... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian Warner | test_mutable: hush pyflakes warning |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian Warner | mutable: add peer-selection to Publish, and some basic... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Brian Warner | storage: add readv_slots: get data from all shares |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Brian Warner | mutable.py: start writing share-mapping code |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Brian Warner | Makefile: add simple 'repl' target to start a python... |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Brian Warner | mutable.py: add share-unpacking code, use it for more... |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Brian Warner | mutable.txt: need offset of EOF too |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Brian Warner | mutable.txt: more notes |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Brian Warner | mutable: implement filenode share-packing, still pretty... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Brian Warner | mutable.py: sketch out data-structure packing/unpacking... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Brian Warner | mutable: split dirnode stuff out to dirnode2.py, will... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Brian Warner | test_client: increase test_reloadable inter-run timeout... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Brian Warner | mutable: improve NewDirectoryNode test coverage |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Brian Warner | implement preliminary log publisher/gatherer |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Brian Warner | Client.tub_ready: upcall to Node |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | mutable: implement most remaining dirnode methods.... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | bencode.py: reencode as UTF-8 |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | trailing-whitespace eradication, no functional changes |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | mutable: first pass at dirnodes, filenodes, new URIs... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian Warner | move NotMutableError from dirnode.py into interfaces.py |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian Warner | docs/mutable.txt: put fingerprint in read-write URI... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian Warner | storage.py: fix tests, timestamps get updated when... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian Warner | storage.py: more test coverage, make sure leases surviv... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian Warner | storage.py: improve test coverage even more |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian Warner | storage.py: more mutable-slot coverage, renewing/cancel... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian Warner | test_node.py: more coverage of Node.log |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian Warner | test_node.py: improve test coverage of node.py |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian Warner | mutable slots: add some test coverage for lease-addition |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian Warner | mutable slots: finish up basic coding on server-side... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian Warner | mutable.txt: we're now sort of ready to handle lease... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian Warner | checkpointing mutable-file work. Storage layer is 80... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian Warner | mutable.txt: more updates: record offset of extra lease... |
commit | commitdiff | tree | snapshot |
next |