]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2007-04-19 Brian Warnerencode: handle uploads of the same file multiple times...
2007-04-19 Brian Warnerzfec.test.test_util: fix one last fec-to-zfec renaming
2007-04-19 Brian WarnerGNUmakefile: 'test' should use zfec, not fec
2007-04-18 Brian Warnertest_system: turn off test_connections, since it is...
2007-04-18 Brian Warnerinterfaces.py: remove spurious 'pass' statements (which...
2007-04-18 Brian Warnertest_storage: test StorageServer code too: allocation...
2007-04-18 Brian WarnerGNUmakefile: remove test-zfec target, since the normal...
2007-04-18 Brian Warner.darcs-boringfile: ignore zfec files instead of pyfec...
2007-04-18 Brian Warnerstorageserver.py: remove unused import
2007-04-19 Zooko O'Whielacronxiputil.list_async_addresses now "works" on cygwin
2007-04-19 Zooko O'Whielacronxcopy testutil from pyutil
2007-04-19 Zooko O'Whielacronxcopy repeatable_random from pyutil
2007-04-19 Zooko O'Whielacronxfinish renaminf "fec" to "zfec" in tahoe
2007-04-19 Zooko O'Whielacronxzfec: bump version number to 1.0.0a2-1-STABLE
2007-04-19 Zooko O'Whielacronxzfec: finish up some renaming of pyfec to zfec
2007-04-18 Zooko O'WhielacronxGNUmakefile: clean up better
2007-04-18 Zooko O'Whielacronxzfec: update docs, metadata, version number to 1.0...
2007-04-18 Brian Warnerrename bin/fec and bin/unfec to zfec and zunfec
2007-04-18 Brian Warnerrename top-level package from 'fec' to 'zfec'
2007-04-18 Zooko O'Whielacronxrename "pyfec" to "zfec" within tahoe build system...
2007-04-18 Brian Warnerencode.py: remove unused pad() code
2007-04-18 Brian Warnerdownload: remove unused import
2007-04-18 Brian Warnerdownload: oops, NotEnoughHashesError comes from hashtre...
2007-04-18 Brian Warnerencode: fix multi-segment uploads: lambdas inside for...
2007-04-18 Brian Warnertest_system: minor comment
2007-04-18 Brian Warnerfactor out the tagged hash function used for subshares...
2007-04-18 Brian Warnercomment out some verbose log messages, add commented...
2007-04-18 Brian Warnerstorageserver: assert that blocks are written in-order...
2007-04-18 Zooko O'WhielacronxGNUmakefile: rm -rf ./src/pyfec/build on clean
2007-04-18 Zooko O'WhielacronxGNUmakefile: don't stop clean if clean-pyfec fails
2007-04-18 Zooko O'Whielacronxpyfec: rename pyfec to zfec
2007-04-18 Zooko O'Whielacronxdon't clobber existing storefile every put block
2007-04-18 Zooko O'Whielacronxpyutil: fileutil.open_or_create()
2007-04-18 Brian Warnertest_storage: add (failing) test of the BucketWriter...
2007-04-17 Brian Warnerstorageserver: the last segment is not always going...
2007-04-17 Brian Warnersystem_test: exercise multiple segments
2007-04-17 Brian Warnerdownload.py: don't truncate tail segments that are...
2007-04-17 Brian Warnertest_encode.Roundtrip: cover more combinations of data...
2007-04-17 Brian Warnertest_encode.Encode: cover more combinations of data...
2007-04-17 Brian Warnertest_encode: test filesizes which are an exact multiple...
2007-04-17 Brian Warnerencode: make MAX_SEGMENT_SIZE controllable, to support...
2007-04-17 Brian Warnerdownload: more test coverage
2007-04-17 Brian Warnerdownload: remove some leftover (and not very useful...
2007-04-17 Brian Warnerdownload: validate handling of missing sharehashes too
2007-04-17 Brian Warneriputil.py: remove unused import
2007-04-16 Brian Warnerdownload: verify that bad blocks or hashes are caught...
2007-04-18 Zooko O'Whielacronxstorageserver: ignore files in verifierdir whose filena...
2007-04-18 Zooko O'Whielacronxpyutil: iputil: fix netbsd, irix, sunos
2007-04-16 Brian Warnertest_system: bump up timeout again, the new extra downl...
2007-04-16 Brian Warnertest_iputil: improve error message
2007-04-16 Brian Warnerdownload: log more information when hashtree checks...
2007-04-16 Brian Warnerdownload: improve test coverage on our IDownloadTarget...
2007-04-16 Brian Warnerdon't include test code itself in the test-coverage...
2007-04-16 Brian Warnerfec: add test for mathutil
2007-04-16 Brian Warnerfec: remove unused mathutil.linear_fit_slope
2007-04-16 Brian Warnerfec.util.mathutil.permute: fix docstring
2007-04-14 Brian Warnerinterfaces: use explicit TupleOf and ChoiceOf constrain...
2007-04-13 Brian Warnerencode.py: remove an unused import
2007-04-13 Brian Warnertest_hashtree.py: get full coverage for hashtree.py
2007-04-13 Brian Warnerhash trees: further cleanup, to make sure we're validat...
2007-04-12 Brian Warnerdownload: always validate the blockhash, and don't...
2007-04-12 Brian Warnerhashtree.py: reindent from 2-spaces to 4-spaces. No...
2007-04-12 Brian Warnerrename chunk.py to hashtree.py
2007-04-12 Brian Warnerverify hash chains on incoming blocks
2007-04-16 Zooko O'Whielacronxoops -- the previous commit of iputil wasn't the right...
2007-04-16 Zooko O'Whielacronxport iputil to Windows (and Irix, and NetBSD, and Solar...
2007-04-15 Zooko O'Whielacronxpyfec: bump version number to 1.0.0a1-2-STABLE
2007-04-15 Zooko O'Whielacronxpyfec: add mention of sha256sum to README
2007-04-15 Zooko O'Whielacronxpyfec: bump the performance measurement bragging up...
2007-04-15 Zooko O'Whielacronxpyfec: bump version number to 1.0.0a1-1-STABLE
2007-04-15 Zooko O'Whielacronxpyfec: add -f option to fec, add more user-friendly...
2007-04-15 Zooko O'Whielacronxpyfec: add bragging about how fec is way faster than...
2007-04-14 Zooko O'Whielacronxpyfec: more progress indicators, handling of already...
2007-04-14 Zooko O'Whielacronxpyfec: argparse: add a feature of exclusivecreate to...
2007-04-14 Zooko O'Whielacronxpyfec: argparse: simplify
2007-04-14 Zooko O'Whielacronxpyfec: fix up docs, version numbers, bump version to...
2007-04-14 Zooko O'Whielacronxpyfec: update README and bump version number to 0.9...
2007-04-14 Zooko O'Whielacronxpyfec: add bin/fec and bin/unfec, do better handling...
2007-04-14 Zooko O'Whielacronxpyfec: new filefec with compressed metadata, better...
2007-04-14 Zooko O'Whielacronxpyfec: import a copy of the argparse module
2007-04-14 Zooko O'Whielacronxpyfec: import a copy of mathutil.py from the pyutil...
2007-04-14 Zooko O'Whielacronxpyfec: import a copy of fileutil.py from the pyutil...
2007-04-14 Zooko O'Whielacronxpyfec: add easyfec.Decoder(), which is easier to use...
2007-04-14 Zooko O'Whielacronxpyfec: tighten internal datatype from int to short...
2007-04-11 Zooko O'Whielacronxgive it a version number -- v0.9
2007-04-11 Zooko O'Whielacronximport Version from pyutil
2007-04-11 Zooko O'Whielacronxmerge changes and fix wrong type -- k and m need more...
2007-02-01 Zooko O'Whielacronxpyfec: make unit test failures print out a few useful...
2007-02-01 Zooko O'Whielacronxpyfec: add variant of randomized test which happens...
2007-02-01 Zooko O'Whielacronxpyfec: make randomized unit tests more comprehensive
2007-01-31 Zooko O'Whielacronxpyfec: tighten internal C types
2007-02-01 Zooko O'Whielacronxpyfec: fix precondition checks on k and m to actually...
2007-01-31 Zooko O'Whielacronxpyfec: loosen preconditions -- you can have up to 256...
2007-04-11 Zooko O'Whielacronxsilence warning when building
2007-04-10 Zooko O'Whielacronxport GNUmakefile to Windows, cygwin, Linux, MacOSX...
2007-04-10 Zooko O'Whielacronxmerge TODO into roadmap.txt
2007-04-10 Zooko O'Whielacronxadd TODO: port to Windows
2007-04-09 Zooko O'Whielacronxupdate TODO (add operational TODOs)
2007-04-09 Zooko O'Whielacronxtweak README
2007-04-08 Brian Warnertest_util: add more coverage for assertutil.py
next