2009-06-14 |
zooko | finally figured out what the C compiler was trying... |
tree | commitdiff |
2009-06-14 |
zooko | trivial: try to silence a gcc warning about prototypes |
tree | commitdiff |
2009-06-14 |
zooko | trivial: really hush pyflakes this time |
tree | commitdiff |
2009-06-14 |
zooko | remove unused imports noticed by pyflakes |
tree | commitdiff |
2009-06-14 |
zooko | see if this silences the "not a prototype" warning |
tree | commitdiff |
2009-06-14 |
zooko | quiet pyflakes |
tree | commitdiff |
2009-01-05 |
zooko | docs: update docs a little |
tree | commitdiff |
2008-09-14 |
zooko | doc: a few more edits to README.txt |
tree | commitdiff |
2008-09-08 |
zooko | make the STRIDE settable at build-time with the "-... |
tree | commitdiff |
2008-05-20 |
zooko | give names to C functions for use in reporting exceptio... |
tree | commitdiff |
2008-05-20 |
zooko | setup: update docs in setup code |
tree | commitdiff |
2008-01-19 |
agl | Make one of the comments more clear |
tree | commitdiff |
2008-01-19 |
zooko | touch copyright yearstamp |
tree | commitdiff |
2008-01-19 |
zooko | add unit tests of the bug agl had, add assertion and... |
tree | commitdiff |
2008-01-19 |
zooko | add in-line doc |
tree | commitdiff |
2008-01-19 |
zooko | fix warnings regarding printing size_t types |
tree | commitdiff |
2008-01-18 |
zooko | doc: TODO, copyright, version number regex, etc. |
tree | commitdiff |
2008-01-18 |
zooko | tests: add test suggested by agl's bug report |
tree | commitdiff |
2008-01-17 |
zooko | doc: fix incorrect API doc which tripped up AGL --... |
tree | commitdiff |
2007-12-22 |
zooko | zfec: setup: improve documentation in __init__.py |
tree | commitdiff |
2007-12-22 |
zooko | zfec: fix breakage on VS 2003 due to recent re-arrangem... |
tree | commitdiff |
2007-12-20 |
zooko | zfec: silence a warning when compiling on Mac OS X... |
tree | commitdiff |
2007-12-20 |
zooko | zfec: update in-line comments/docs |
tree | commitdiff |
2007-12-20 |
zooko | zfec: update licensing and attribution docs |
tree | commitdiff |
2007-11-14 |
zooko | zfec: set STRIDE to 8192 after extensive experimentatio... |
tree | commitdiff |
2007-11-12 |
zooko | zfec: reorder the inner loop to be more cache-friendly |
tree | commitdiff |
2007-11-11 |
zooko | zfec: do encoding within a fixed window of memory in... |
tree | commitdiff |
2007-11-14 |
zooko | zfec: clarification of in-line comment |
tree | commitdiff |
2007-11-13 |
zooko | zfec: conditionally-compile the right magic to use... |
tree | commitdiff |
2007-11-09 |
zooko | zfec: fewer randomized tests (for faster unit testing) |
tree | commitdiff |
2007-11-09 |
zooko | zfec: refactor exception raising to use handy dandy... |
tree | commitdiff |
2007-11-09 |
zooko | zfec: a few debugging and in-line comment tweaks |
tree | commitdiff |
2007-11-09 |
zooko | zfec: add unit tests for easyfec, fix bug in easyfec... |
tree | commitdiff |
2007-11-08 |
zooko | zfec: add unit tests for easyfec |
tree | commitdiff |
2007-11-09 |
zooko | zfec: merge two ways to set the default K and M for... |
tree | commitdiff |
2007-11-09 |
zooko | zfec: fix the C89 patch's use of alloca() by multiplyin... |
tree | commitdiff |
2007-11-09 |
zooko | zfec: make precondition violation exception message... |
tree | commitdiff |
2007-11-08 |
zooko | zfec: make zfec C89 (ANSI C) compatible, patch thanks... |
tree | commitdiff |
2007-11-08 |
zooko | zfec: make the default K and M for the cmdline "zfec... |
tree | commitdiff |
2007-11-09 |
zooko | zfec: clearer precondition failure exception message |
tree | commitdiff |
2007-11-09 |
zooko | zfec: clean up variable names and whitespace |
tree | commitdiff |
2007-11-09 |
zooko | zfec: setup: use argparse and pyutil as separate packag... |
tree | commitdiff |
2007-11-08 |
zooko | TEMP TFIX EASYFGEC |
tree | commitdiff |
2007-10-01 |
zooko | zfec: add warning about changed share header in zfec... |
tree | commitdiff |
2007-10-01 |
zooko | zfec: loosen the interface of the cmdline tool to allow... |
tree | commitdiff |
2007-09-30 |
zooko | zfec: trivial reformatting of unit test names |
tree | commitdiff |
2007-09-27 |
zooko | zfec: don't use vsnprintf (because it is named _vsnprin... |
tree | commitdiff |
2007-09-27 |
zooko | zfec: remove some unused error-handling code from fec.c |
tree | commitdiff |
2007-09-27 |
zooko | zfec: formatting of error messages |
tree | commitdiff |
2007-08-21 |
zooko | zfec: copy the new version of pyutil's version_class... |
tree | commitdiff |
2007-08-09 |
zooko | zfec: fix bug in argparse |
tree | commitdiff |
2007-08-09 |
zooko | zfec: add benchmark utility |
tree | commitdiff |
2007-06-04 |
Zooko O'Whielacron... | zfec: autogenerate version numbers from darcs history |
tree | commitdiff |
2007-06-04 |
Zooko O'Whielacron... | zfec: update doc strings in fileutil |
tree | commitdiff |
2007-05-09 |
Zooko O'Whielacron... | zfec: import latest version.py module from pyutil library |
tree | commitdiff |
2007-05-09 |
Zooko O'Whielacron... | zfec: fix bug in in-line doc |
tree | commitdiff |
2007-05-09 |
Zooko O'Whielacron... | zfec: tweak licence text |
tree | commitdiff |
2007-05-09 |
Zooko O'Whielacron... | zfec: disable the feature of leaving unit test tmp... |
tree | commitdiff |
2007-04-30 |
Zooko O'Whielacron... | zfec: v1.0.0b3-0-STABLE |
tree | commitdiff |
2007-04-27 |
Zooko O'Whielacron... | zfec: fix up the package metadata for e.g. the Python... |
tree | commitdiff |
2007-04-27 |
Zooko O'Whielacron... | zfec: yet another tweak to the licence |
tree | commitdiff |
2007-04-27 |
Zooko O'Whielacron... | zfec v1.0.0b1-0-STABLE |
tree | commitdiff |
2007-04-27 |
Zooko O'Whielacron... | zfec: update licence, contact info, description |
tree | commitdiff |
2007-04-26 |
zooko | zfec: remove printout that was used only for debugging |
tree | commitdiff |
2007-04-26 |
zooko | pyutil: fileutil: make temp dir cleanup more robust... |
tree | commitdiff |
2007-04-26 |
zooko | zfec: in zunfec, sort the input share file names for... |
tree | commitdiff |
2007-04-26 |
zooko | zfec: update unit tests |
tree | commitdiff |
2007-04-26 |
zooko | zfec: tweak licence text for clarity |
tree | commitdiff |
2007-04-26 |
zooko | zfec: make it Python 2.4-compatible (but also it requir... |
tree | commitdiff |
2007-04-19 |
warner | zfec.test.test_util: fix one last fec-to-zfec renaming |
tree | commitdiff |
2007-04-16 |
warner | fec: add test for mathutil |
tree | commitdiff |
2007-04-16 |
warner | fec: remove unused mathutil.linear_fit_slope |
tree | commitdiff |
2007-04-16 |
warner | fec.util.mathutil.permute: fix docstring |
tree | commitdiff |
2007-04-22 |
zooko | zfec: make unit tests work on Windows with setuptools... |
tree | commitdiff |
2007-04-22 |
zooko | zfec: pyutil: make temp directories more convenient... |
tree | commitdiff |
2007-04-21 |
zooko | zfec: turn off the feature of leaving the tmp data... |
tree | commitdiff |
2007-04-21 |
Zooko O'Whielacron... | zfec: fix another problem with the O_BINARY flag |
tree | commitdiff |
2007-04-21 |
Zooko O'Whielacron... | zfec: version 1.0.0a5-1-STABLE |
tree | commitdiff |
2007-04-21 |
zooko | zfec: version zfec 1.0.0a4-1-STABLE |
tree | commitdiff |
2007-04-21 |
zooko | zfec: use setuptools to construct executables, fix... |
tree | commitdiff |
2007-04-20 |
Zooko O'Whielacron... | zfec: bump version number to zfec 1.0.0a3-1-STABLE |
tree | commitdiff |
2007-04-20 |
Zooko O'Whielacron... | zfec: change formatting of copyright timestamps, licenc... |
tree | commitdiff |
2007-04-19 |
zooko | zfec: bump version number to 1.0.0a2-1-STABLE |
tree | commitdiff |
2007-04-19 |
zooko | zfec: finish up some renaming of pyfec to zfec |
tree | commitdiff |
2007-04-18 |
zooko | zfec: update docs, metadata, version number to 1.0... |
tree | commitdiff |
2007-04-18 |
warner | rename top-level package from 'fec' to 'zfec' |
tree | commitdiff |
|