]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
zfec: update TODO list
authorzooko <zooko@zooko.com>
Thu, 8 Nov 2007 14:41:08 +0000 (20:11 +0530)
committerzooko <zooko@zooko.com>
Thu, 8 Nov 2007 14:41:08 +0000 (20:11 +0530)
darcs-hash:1f73ff966b544314806f0efd7773cd48db03d3d2

zfec/TODO

index ecb56560e11fe0c5fba0b8f7835d30a3e725d314..44ac54ffdfc4dc0ceda4362c8a3fe6a059643e62 100644 (file)
--- a/zfec/TODO
+++ b/zfec/TODO
@@ -5,9 +5,12 @@
  * memory usage analysis
  * announce on lwn, p2p-hackers
  * compile with Microsoft compiler, etc.
- * test cmdline (tricky)
- * test handling of filesystem exceptional conditions (even trickier)
- * install the setuptools bootstrap magic
- * include setuptools with package so that the bootstrap magic doesn't connect out
- * use setuptools's dependency magic
- * include all dependencies with package so that the dependency magic doesn't connect out
+ * test handling of filesystem exceptional conditions (tricky)
+
+ * ansi89 patch from Greg Hazel
+ * short input texts as per http://allmydata.org/trac/tahoe/changeset/1576
+ * Jerasure
+ * refactor exception raising like pycryptopp
+ * check calling conventions like pycryptopp
+ * check size_t usage like pycryptopp