tahoe-lafs/pyfec/fec
2007-04-16 12:01:58 -07:00
..
test fec: add test for mathutil 2007-04-16 12:01:58 -07:00
util fec: remove unused mathutil.linear_fit_slope 2007-04-16 11:51:36 -07:00
__init__.py pyfec: bump version number to 1.0.0a1-2-STABLE 2007-04-15 12:08:12 -07:00
_fecmodule.c pyfec: tighten internal datatype from int to short and undo attempt to make it unsigned (Python doesn't do unsigned short) 2007-04-14 10:51:48 -07:00
easyfec.py pyfec: add easyfec.Decoder(), which is easier to use than fec.Decoder() 2007-04-14 10:52:45 -07:00
fec.c merge changes and fix wrong type -- k and m need more than 8 bits (because they are the count rather than the index, i.e. they are 1-indexed) 2007-04-11 10:34:27 -07:00
fec.h pyfec: rename and clarify -- "blocks" are the units of input/output of the codec, "shares" are sequences of blocks (used to process arbitrary-length files) 2007-03-30 11:52:43 -07:00
filefec.py pyfec: add -f option to fec, add more user-friendly handling of filesystem errors and user errors 2007-04-14 17:48:32 -07:00