]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/shortlog
tahoe-lafs/zfec.git
2007-03-30 zookopyfec: rename and clarify -- "blocks" are the units...
2007-03-28 zookopyfec: more thanks to Brian
2007-03-28 warnerpyfec: fix another error path, combine the type-level...
2007-03-28 warnerpyfec: fix some error-checking, add more unit tests
2007-03-28 zookopyfec: correctly handle wrongly typed input by raising...
2007-03-28 zookopyfec: fix bug in easyfec
2007-03-28 zookopyfec: add easyfec wrapper which takes a single string...
2007-03-28 zookopyfec: add documentation, assertion, licence information
2007-03-28 zookopyfec: add benchmark measurement on my cool new MacBook Pro
2007-03-28 Zooko O'Whielacronx... add verbosity option to bench
2007-03-07 Zooko O'Whielacronx... add link to mailing list
2007-03-07 secorppyfec repository description of how to download the...
2007-02-01 Zooko O'Whielacronx... pyfec: version number bump to v0.99
2007-02-01 Zooko O'Whielacronx... pyfec: add ACK and TODO
2007-02-01 Zooko O'Whielacronx... pyfec: add TODO
2007-02-01 Zooko O'Whielacronx... pyfec: fix typo in unit test
2007-02-01 Zooko O'Whielacronx... pyfec: fix preconditions and typing, remove unused...
2007-01-30 zookopyfec: fix docstring
2007-01-31 Zooko O'Whielacronx... pyfec: licensing tweak
2007-01-30 Zooko O'Whielacronx... pyfec: make it compatible with Python 2.4 as well as...
2007-01-30 Zooko O'Whielacronx... pyfec: silence compiler warnings, add -Wall to debugmod...
2007-01-30 Zooko O'Whielacronx... pyfec: update performance measurements
2006-11-30 warneradd darcs boringfile
2007-01-30 Zooko O'Whielacronx... pyfec: fix preconditions, tighten internal C types...
2007-01-30 Zooko O'Whielacronx... pyfec: documentation and licensing
2007-01-30 zookopyfec: COPYING
2007-01-27 zookopyfec: add fec/__init__.py to import all the right...
2007-01-27 zookopyfec: delete m-k of the tempfiles at random in the...
2007-01-27 zookopyfec: execute tests on import of test_pyfec.py only...
2007-01-27 zookopyfec: weaken preconditions -- you can have up to 256...
2007-01-27 zookopyfec: move benchmark code from test_pyfec.py into...
2007-01-27 zookopyfec: add utility functions to encode into a bunch...
2007-01-27 zookopyfec: trivial formatting tweak
2007-01-27 zookopyfec: remove (optimize) unused code
2007-01-27 zookopyfec: make README.txt much more detailed and rename...
2007-01-27 zookorename the C extension from "fec" to "_fec"
2007-01-26 zookopyfec: add precondition checks on the values of k and...
2007-01-26 zookopyfec: trivial formatting
2007-01-26 zookoadd README.txt
2007-01-26 zookopyfec: improve package metadata
2007-01-26 zookoadd copyright notices, license, attributions
2007-01-25 zookoadd dummy function to see how fast we can read in a...
2007-01-25 zookoadd benchmark
2007-01-25 zookofix tests to not require pyutil and other tweaks
2007-01-25 zookoadd utility method file_fec
2007-01-25 zookouse buffers as generic "read" buffers instead of char...
2007-01-25 zookoallow any sequence as input, not just List
2007-01-25 zookoadd warning of subtle gotcha that can happen with mutab...
2007-01-24 Zooko O'Whielacronx... add comment
2007-01-24 Zooko O'Whielacronx... nicer API -- you don't have to shuffle the shares into...
2007-01-24 Zooko O'Whielacronx... stricter typing -- using unsigned char for indexes...
2007-01-22 Zooko O'Whielacronx... pyfec v0.9