]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/history - zfec/zfec
docs: add NEWS.txt to describe changes in the new release
[tahoe-lafs/zfec.git] / zfec / zfec /
2009-06-15 zookonarrow types of k and m from unsigned to unsigned short
2009-06-15 zookotests: cleaner tests by writing "self.fail(why)" instea...
2009-06-15 zookosilence deprecation warning by using hashlib if it...
2009-06-15 zooko#include <stddef.h> -- it is required for size_t (on...
2009-06-15 zookofix segfault when invalid arguments are passed to const...
2009-06-14 zookofinally figured out what the C compiler was trying...
2009-06-14 zookotrivial: try to silence a gcc warning about prototypes
2009-06-14 zookotrivial: really hush pyflakes this time
2009-06-14 zookoremove unused imports noticed by pyflakes
2009-06-14 zookosee if this silences the "not a prototype" warning
2009-06-14 zookoquiet pyflakes
2009-01-05 zookodocs: update docs a little
2008-09-14 zookodoc: a few more edits to README.txt
2008-09-08 zookomake the STRIDE settable at build-time with the "-...
2008-05-20 zookogive names to C functions for use in reporting exceptio...
2008-05-20 zookosetup: update docs in setup code
2008-01-19 aglMake one of the comments more clear
2008-01-19 zookotouch copyright yearstamp
2008-01-19 zookoadd unit tests of the bug agl had, add assertion and...
2008-01-19 zookoadd in-line doc
2008-01-19 zookofix warnings regarding printing size_t types
2008-01-18 zookodoc: TODO, copyright, version number regex, etc.
2008-01-18 zookotests: add test suggested by agl's bug report
2008-01-17 zookodoc: fix incorrect API doc which tripped up AGL --...
2007-12-22 zookozfec: setup: improve documentation in __init__.py
2007-12-22 zookozfec: fix breakage on VS 2003 due to recent re-arrangem...
2007-12-20 zookozfec: silence a warning when compiling on Mac OS X...
2007-12-20 zookozfec: update in-line comments/docs
2007-12-20 zookozfec: update licensing and attribution docs
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: clarification of in-line comment
2007-11-13 zookozfec: conditionally-compile the right magic to use...
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-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-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-08-21 zookozfec: copy the new version of pyutil's version_class...
2007-08-09 zookozfec: fix bug in argparse
2007-08-09 zookozfec: add benchmark utility
2007-06-04 Zooko O'Whielacron... zfec: autogenerate version numbers from darcs history
2007-06-04 Zooko O'Whielacron... zfec: update doc strings in fileutil
2007-05-09 Zooko O'Whielacron... zfec: import latest version.py module from pyutil library
2007-05-09 Zooko O'Whielacron... zfec: fix bug in in-line doc
2007-05-09 Zooko O'Whielacron... zfec: tweak licence text
2007-05-09 Zooko O'Whielacron... zfec: disable the feature of leaving unit test tmp...
2007-04-30 Zooko O'Whielacron... zfec: v1.0.0b3-0-STABLE
2007-04-27 Zooko O'Whielacron... zfec: fix up the package metadata for e.g. the Python...
2007-04-27 Zooko O'Whielacron... zfec: yet another tweak to the licence
2007-04-27 Zooko O'Whielacron... zfec v1.0.0b1-0-STABLE
2007-04-27 Zooko O'Whielacron... zfec: update licence, contact info, description
2007-04-26 zookozfec: remove printout that was used only for debugging
2007-04-26 zookopyutil: fileutil: make temp dir cleanup more robust...
2007-04-26 zookozfec: in zunfec, sort the input share file names for...
2007-04-26 zookozfec: update unit tests
2007-04-26 zookozfec: tweak licence text for clarity
2007-04-26 zookozfec: make it Python 2.4-compatible (but also it requir...
2007-04-19 warnerzfec.test.test_util: fix one last fec-to-zfec renaming
2007-04-16 warnerfec: add test for mathutil
2007-04-16 warnerfec: remove unused mathutil.linear_fit_slope
2007-04-16 warnerfec.util.mathutil.permute: fix docstring
2007-04-22 zookozfec: make unit tests work on Windows with setuptools...
2007-04-22 zookozfec: pyutil: make temp directories more convenient...
2007-04-21 zookozfec: turn off the feature of leaving the tmp data...
2007-04-21 Zooko O'Whielacron... zfec: fix another problem with the O_BINARY flag
2007-04-21 Zooko O'Whielacron... zfec: version 1.0.0a5-1-STABLE
2007-04-21 zookozfec: version zfec 1.0.0a4-1-STABLE
2007-04-21 zookozfec: use setuptools to construct executables, fix...
2007-04-20 Zooko O'Whielacron... zfec: bump version number to zfec 1.0.0a3-1-STABLE
2007-04-20 Zooko O'Whielacron... zfec: change formatting of copyright timestamps, licenc...
2007-04-19 zookozfec: bump version number to 1.0.0a2-1-STABLE
2007-04-19 zookozfec: finish up some renaming of pyfec to zfec
2007-04-18 zookozfec: update docs, metadata, version number to 1.0...
2007-04-18 warnerrename top-level package from 'fec' to 'zfec'