2007-11-10 |
Zooko O'Whielacronx | remove parts of pycrypto that we are no longer going... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Zooko O'Whielacronx | setup: require pycryptopp >= 0.2.6 |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Zooko O'Whielacronx | setup: upgrade bundled pycryptopp from v0.2.5 to v0.2.6 |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Zooko O'Whielacronx | mutable.py: fix padding/shape-of-input-data to zfec |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Zooko O'Whielacronx | setup: automatically discover files to include in packages |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Zooko O'Whielacronx | setup: continue running setup.py even if ez_setup.py... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Zooko O'Whielacronx | hashutil.py: switch from pycrypto to pycryptopp SHA256 |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Zooko O'Whielacronx | setup: fix formatting of error messages from makefile |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Brian Warner | docs/webapi.txt: document the POST t=upload&mutable... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Brian Warner | webish: add preliminary mutable file support: upload... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Brian Warner | consolidate dirnode/filenode-creation code into Client |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian Warner | mutable: cheap padding hack to make zfec tolerate short... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Zooko O'Whielacronx | setup: require pycryptopp >= v0.2.5 |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Zooko O'Whielacronx | setup: upgrade the bundled pycryptopp tarball from... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian Warner | mutable: verify incoming share signatures during Publis... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian Warner | test_system: RSA keys are even more variable than I... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian Warner | mutable: add basic test coverage of new-dirnodes-using... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian Warner | mutable: fix multiple-versions-interfering-with-each... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian Warner | test_system: RSA keys vary in size, expand valid ranges... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Brian Warner | mutable: grab encprivkey when necessary during publish... |
commit | commitdiff | tree | snapshot |
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 |
next |