]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2007-11-10 Zooko O'Whielacronxmutable.py: fix padding/shape-of-input-data to zfec
2007-11-10 Zooko O'Whielacronxsetup: automatically discover files to include in packages
2007-11-09 Zooko O'Whielacronxsetup: continue running setup.py even if ez_setup.py...
2007-11-09 Zooko O'Whielacronxhashutil.py: switch from pycrypto to pycryptopp SHA256
2007-11-09 Zooko O'Whielacronxsetup: fix formatting of error messages from makefile
2007-11-09 Brian Warnerdocs/webapi.txt: document the POST t=upload&mutable...
2007-11-09 Brian Warnerwebish: add preliminary mutable file support: upload...
2007-11-09 Brian Warnerconsolidate dirnode/filenode-creation code into Client
2007-11-08 Brian Warnermutable: cheap padding hack to make zfec tolerate short...
2007-11-09 Zooko O'Whielacronxsetup: require pycryptopp >= v0.2.5
2007-11-09 Zooko O'Whielacronxsetup: upgrade the bundled pycryptopp tarball from...
2007-11-08 Brian Warnermutable: verify incoming share signatures during Publis...
2007-11-08 Brian Warnertest_system: RSA keys are even more variable than I...
2007-11-08 Brian Warnermutable: add basic test coverage of new-dirnodes-using...
2007-11-08 Brian Warnermutable: fix multiple-versions-interfering-with-each...
2007-11-08 Brian Warnertest_system: RSA keys vary in size, expand valid ranges...
2007-11-08 Brian Warnermutable: grab encprivkey when necessary during publish...
2007-11-08 Brian Warnerdocs/configuration.txt: expand the 'sizelimit' docs
2007-11-08 Brian Warnermutable: rearrange order of Publish to allow replace...
2007-11-08 Brian WarnerMakefile: check-deps: check for pycryptopp
2007-11-08 Brian Warnermutable: fix usage of NeedMoreDataError
2007-11-08 Brian Warnermutable: wire in RSA for real, using pycryptopp
2007-11-08 Brian Warnermutable: make error handling more robust
2007-11-08 Zooko O'WhielacronxUNDO: hashutil: replace pycrypto's SHA256 with pycrypto...
2007-11-08 Zooko O'Whielacronxhashutil: replace pycrypto's SHA256 with pycryptopp...
2007-11-08 Zooko O'Whielacronxsetup: tell setuptools that we depend on pycryptopp...
2007-11-08 Zooko O'Whielacronxsetup: upgrade to pycryptopp v0.2.3
2007-11-07 Brian Warnermutable: test roundtrip, make it work
2007-11-07 Brian Warnerstorage.py: add a little logging (disabled)
2007-11-07 Zooko O'Whielacronxsetup: print out the version number of pycryptopp in...
2007-11-07 Zooko O'WhielacronxCREDITS: more credit to nejucomo since we accepted...
2007-11-07 Zooko O'WhielacronxREADME: fix whitespace
2007-11-07 Zooko O'Whielacronxsetup: add Crypto++ and pycryptopp to dependencies
2007-11-07 Zooko O'Whielacronxsetup: add misc/dependencies/pycryptopp-0.2.1.tar.gz
2007-11-05 nejucomoAdd "sizelimit" to configuration doc.
2007-11-07 Brian Warnertest_system.mutable: make sure we exercise FEC padding
2007-11-07 Brian Warnerdump-share: emit SDMF information too
2007-11-07 Brian Warneradd container_size to mutable dump-share output
2007-11-07 Brian Warnermutable: stub out pubkey creation until we wire in...
2007-11-07 Brian Warnertest_system.mutable: add test coverage for the 'dump...
2007-11-07 Brian Warnertest_system: add early test for mutable slots, currentl...
2007-11-07 Brian Warnertest_mutable: remove dead code
2007-11-07 Brian Warnerdebug: add mutable-slot support to 'dump-share' command
2007-11-07 Brian Warnermutable: storage_index is always 16 bytes
2007-11-07 Brian Warnermutable: fix use of storage API
2007-11-07 Brian Warnerstabilize on 20-byte nodeids everywhere, printed with...
2007-11-06 Brian Warnermutable: rearrange classes, putting MutableFileNode...
2007-11-06 Brian Warnermutable: parameterize Publish/Retrieve classes in Mutab...
2007-11-06 Brian Warnermutable: move IV into signed prefix, add more retrieval...
2007-11-06 Brian Warnermutable: get most of the retrieve-side code written...
2007-11-06 Brian Warnertest_mutable.py: hush pyflakes
2007-11-06 Brian Warnermutable.Publish: rearrange create() to use more of...
2007-11-06 Brian Warnermutable.Publish: more tests
2007-11-06 Brian Warnermutable.Publish: create a dispatch_map for the benefit...
2007-11-06 Brian Warnermutable: use proper enable/renew/cancel secrets
2007-11-06 Brian WarnerMakefile: add 'find-trailing-spaces' tool and target
2007-11-06 Brian Warnermutable: added send-messages-to-peers code, about 70...
2007-11-06 Brian Warnerstorage: rewrite slot API, now use testv_and_readv_and_...
2007-11-05 Brian Warnertest_mutable: hush pyflakes warning
2007-11-05 Brian Warnermutable: add peer-selection to Publish, and some basic...
2007-11-05 Brian Warnerstorage: add readv_slots: get data from all shares
2007-11-03 Brian Warnermutable.py: start writing share-mapping code
2007-11-03 Brian WarnerMakefile: add simple 'repl' target to start a python...
2007-11-03 Brian Warnermutable.py: add share-unpacking code, use it for more...
2007-11-03 Brian Warnermutable.txt: need offset of EOF too
2007-11-03 Brian Warnermutable.txt: more notes
2007-11-03 Brian Warnermutable: implement filenode share-packing, still pretty...
2007-11-02 Brian Warnermutable.py: sketch out data-structure packing/unpacking...
2007-11-02 Brian Warnermutable: split dirnode stuff out to dirnode2.py, will...
2007-11-02 Brian Warnertest_client: increase test_reloadable inter-run timeout...
2007-11-02 Brian Warnermutable: improve NewDirectoryNode test coverage
2007-11-02 Brian Warnerimplement preliminary log publisher/gatherer
2007-11-02 Brian WarnerClient.tub_ready: upcall to Node
2007-11-01 Brian Warnermutable: implement most remaining dirnode methods....
2007-11-01 Brian Warnerbencode.py: reencode as UTF-8
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
next