Zooko O'Whielacronx
|
50e977a7c6
|
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 |
|
Brian Warner
|
96db9afb20
|
pyfec: fix another error path, combine the type-level docstring with the (hitherto unlinked) init docstring
|
2007-03-28 13:09:53 -07:00 |
|
Brian Warner
|
bac74e4353
|
pyfec: fix some error-checking, add more unit tests
|
2007-03-28 12:53:12 -07:00 |
|
Zooko O'Whielacronx
|
4e86a6df76
|
pyfec: correctly handle wrongly typed input by raising exception
|
2007-03-27 23:53:32 -07:00 |
|
Zooko O'Whielacronx
|
f3831d979c
|
pyfec: add documentation, assertion, licence information
|
2007-03-27 20:14:06 -07:00 |
|
Zooko O'Whielacronx
|
8f17174cb8
|
pyfec: fix preconditions and typing, remove unused error-checking, tidy-up naming and documentation
|
2007-02-01 00:03:25 -07:00 |
|
Zooko O'Whielacronx
|
1eccff29ff
|
pyfec: licensing tweak
|
2007-01-31 13:54:20 -07:00 |
|
Zooko O'Whielacronx
|
0c36eb546e
|
pyfec: make it compatible with Python 2.4 as well as Python 2.5
|
2007-01-30 15:58:45 -07:00 |
|
Zooko O'Whielacronx
|
4a9cd3d977
|
pyfec: silence compiler warnings, add -Wall to debugmode compilation
|
2007-01-30 12:08:46 -07:00 |
|
Zooko O'Whielacronx
|
0fb2abc75e
|
pyfec: merge conflict
|
2007-01-30 10:49:00 -07:00 |
|
Zooko O'Whielacronx
|
37e234ebc2
|
pyfec: fix preconditions, tighten internal C types, fix bugs in the file-encoding and benchmarking utility functions
|
2007-01-30 10:37:35 -07:00 |
|
Zooko O'Whielacronx
|
afa4d8a46f
|
pyfec: make README.txt much more detailed and rename some internal variables and add some docstrings
|
2007-01-26 20:08:50 -07:00 |
|
Zooko O'Whielacronx
|
0556e2dba8
|
rename the C extension from "fec" to "_fec"
|
2007-01-26 19:58:04 -07:00 |
|