]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/shortlog
tahoe-lafs/zfec.git
2007-12-22 zookozfec: setup: bundle argparse-0.8.0.tar
2007-12-22 zookozfec: setup: bundle setuptools-0.6c7-py2.5.egg
2007-12-22 zookozfec: setup: copy in my latest version of ez_setup...
2007-12-22 zookozfec: fix breakage on VS 2003 due to recent re-arrangem...
2007-12-20 zookozfec: changelog: document recent patches
2007-12-20 zookozfec: silence a warning when compiling on Mac OS X...
2007-12-20 zookozfec: setup: include _version.py so that the zfec packa...
2007-12-20 zookozfec: update in-line comments/docs
2007-12-20 zookozfec: update licensing and attribution docs
2007-12-20 zookozfec: changelog: document the latest interesting patche...
2007-12-20 zookozfec: dual-license under GPL and TGPPL
2007-12-20 zookozfec: add "changelog" file, which contains descriptions...
2007-12-20 zookozfec: setup: require setuptools_darcs >= 1.1.0 (fixes...
2007-12-20 zookozfec: fix import of sys in the case that ez_setup could...
2007-12-13 zookozfec: setup: pass --quiet to darcsver invocation in...
2007-11-14 zookozfec: set STRIDE to 8192 after extensive experimentatio...
2007-11-12 zookozfec: reorder the inner loop to be more cache-friendly
2007-11-11 zookozfec: do encoding within a fixed window of memory in...
2007-11-14 zookozfec: bench: turn down data sizes since my Windows...
2007-11-14 zookozfec: set benchmark to K=3, M=10, because that is the...
2007-11-14 zookozfec: clarification of in-line comment
2007-11-13 zookozfec: conditionally-compile the right magic to use...
2007-11-13 zookozfec: setup: fix the spelling of "zfec.fec" package...
2007-11-09 zookozfec: setup: bump the required version number of setupt...
2007-11-09 zookozfec: setup: keep trying to setup even if ez_setup...
2007-11-11 zookozfec: set benchmark to sizes that don't fit in the...
2007-11-11 zookozfec: add a TODO note
2007-11-09 zookozfec: setup: don't spew a traceback if darcsver isn...
2007-11-09 zookozfec: add benchmarks for easyfec (untested)
2007-11-09 zookozfec: setup: remove MANIFEST.in
2007-11-09 zookozfec: update TODO
2007-11-09 zookozfec: fewer randomized tests (for faster unit testing)
2007-11-09 zookozfec: refactor exception raising to use handy dandy...
2007-11-09 zookozfec: a few debugging and in-line comment tweaks
2007-11-09 zookozfec: add unit tests for easyfec, fix bug in easyfec...
2007-11-08 zookozfec: add unit tests for easyfec
2007-11-09 zookozfec: merge two ways to set the default K and M for...
2007-11-09 zookozfec: fix the C89 patch's use of alloca() by multiplyin...
2007-11-09 zookozfec: make precondition violation exception message...
2007-11-08 zookozfec: make zfec C89 (ANSI C) compatible, patch thanks...
2007-11-08 zookozfec: make the default K and M for the cmdline "zfec...
2007-11-09 zookozfec: clearer precondition failure exception message
2007-11-09 zookozfec: clean up variable names and whitespace
2007-11-09 zookozfec: setup: use argparse and pyutil as separate packag...
2007-11-08 zookoTEMP TFIX EASYFGEC
2007-11-08 zookozfec: setup: build _fec.so under the zfec subdirectory
2007-11-08 zookozfec: setup: use my version of ez_setup.py
2007-11-08 zookozfec: update TODO list
2007-10-04 zookozfec: import latest variant of ez_setup.py
2007-10-03 zookozfec: use ez_setup.py without a "download delay"
2007-10-03 zookozfec: copy in a version of ez_setup.py that has our...
2007-10-01 zookozfec: add warning about changed share header in zfec...
2007-10-01 zookozfec: loosen the interface of the cmdline tool to allow...
2007-10-01 zookozfec: make benchmark script do 3-of-10 instead of 25...
2007-09-30 zookozfec: trivial reformatting of unit test names
2007-09-27 zookozfec: don't use vsnprintf (because it is named _vsnprin...
2007-09-27 zookozfec: remove some unused error-handling code from fec.c
2007-09-27 zookozfec: formatting of error messages
2007-09-27 zookozfec: make invocation of darcsver in setup.py more...
2007-09-18 zookozfec: silence warning about darcsver not being present...
2007-09-12 zookozfec: install unzipped by default (can be overridden...
2007-09-12 zookozfec: quiet warning message if darcsver fails
2007-09-12 zookozfec: update licensing text
2007-09-12 zookozfec: attempt to invoke "darcsver" when setup.py is...
2007-09-12 zookozfec: make zfec.h and ez_setup.py be included in source...
2007-09-12 zookozfec: make ez_setup.py download setuptools v0.6c7 by...
2007-08-25 zookozfec: attempt to configure setuptools to include *...
2007-08-21 zookozfec: add md5sums for setuptools-0.6c6 and remove other...
2007-08-21 zookozfec: copy the new version of pyutil's version_class...
2007-08-21 zookozfec: edit text of error message
2007-08-09 zookomerge duplicate patches to shebang /usr/bin/python
2007-08-08 zookoshebang /usr/bin/env python in ez_setup.py
2007-06-04 Zooko O'Whielacronx... zfec: shebang usr bin env python in ez_setup.py
2007-08-09 zookozfec: fix bug in argparse
2007-08-09 zookozfec: required version of setuptools is 0.6c6 on cygwin...
2007-08-09 zookozfec: default setuptools version is now 0.6c6
2007-08-09 zookozfec: add benchmark utility
2007-07-20 zookozfec: add to README.txt how to run the unit tests
2007-07-20 zookozfec: fix link to zfec-dev mailing list
2007-07-20 zookozfec: fix README.txt to explain how to use setuptools...
2007-07-20 zookozfec: clarify licensing requirements (transitive grace...
2007-06-04 Zooko O'Whielacronx... zfec: autogenerate version numbers from darcs history
2007-06-04 Zooko O'Whielacronx... zfec: update doc strings in fileutil
2007-05-09 Zooko O'Whielacronx... zfec: import latest version.py module from pyutil library
2007-05-09 Zooko O'Whielacronx... zfec: fix bug in in-line doc
2007-05-09 Zooko O'Whielacronx... zfec: tweak licence text
2007-06-06 robk-orgchange the 'ez_setup.py' script to have distinct desire...
2007-05-09 Zooko O'Whielacronx... zfec: disable the feature of leaving unit test tmp...
2007-05-02 Zooko O'Whielacronx... zfec: v1.0.0
2007-05-01 Zooko O'Whielacronx... zfec: complete the removal of the 15-second delay when...
2007-04-30 Zooko O'Whielacronx... zfec: add note to README about conflict with older...
2007-04-30 Zooko O'Whielacronx... zfec: switch back to minimum setuptools of 0.6c3
2007-04-30 Zooko O'Whielacronx... zfec: see if we can get by with the version of setuptoo...
2007-04-30 Zooko O'Whielacronx... zfec: see if we can get by with the version of setuptoo...
2007-04-30 Zooko O'Whielacronx... zfec: add mention of lrzip and edit text
2007-04-30 Zooko O'Whielacronx... zfec: v1.0.0b3-0-STABLE
2007-04-30 Zooko O'Whielacronx... zfec: update licence and install docs
2007-04-30 Zooko O'Whielacronx... zfec: hack setuptools bootstrap script not to time...
2007-04-30 Zooko O'Whielacronx... zfec: add the setuptools bootstrap script to download...
2007-04-27 Zooko O'Whielacronx... zfec: explain in README how to use setuptools in Ye...
next