This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
tahoe-lafs
Watch
1
Star
0
Fork
0
You've already forked tahoe-lafs
mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced
2025-01-31 16:36:20 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
tahoe-lafs
/
pyfec
/
fec
History
Zooko O'Whielacronx
7c3b35d286
pyfec: new filefec with compressed metadata, better error handling, much better unit tests
2007-04-14 11:19:24 -07:00
..
test
pyfec: new filefec with compressed metadata, better error handling, much better unit tests
2007-04-14 11:19:24 -07:00
util
pyfec: import a copy of the argparse module
2007-04-14 11:05:54 -07:00
__init__.py
give it a version number -- v0.9
2007-04-11 10:49:33 -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: new filefec with compressed metadata, better error handling, much better unit tests
2007-04-14 11:19:24 -07:00