aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-04 14:10:32 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-04 14:10:32 +0000
commitcf45b8dff29c366d51aa2e6ea6a64b99b514b9c9 (patch)
tree5cb37c041743daff5af528dbbe24f5c563ce702e /BUGS
parentb91546a3de767292e6472c6b1927480adba43d88 (diff)
downloadgnunet-cf45b8dff29c366d51aa2e6ea6a64b99b514b9c9.tar.gz
gnunet-cf45b8dff29c366d51aa2e6ea6a64b99b514b9c9.zip
bugfixes and redesigning scheduler API
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index f2af53241..504ff2c21 100644
--- a/BUGS
+++ b/BUGS
@@ -2,6 +2,10 @@ This file lists minor work items (also possibly called "known bugs").
2We are not tracking them in Mantis yet since there are too many and no 2We are not tracking them in Mantis yet since there are too many and no
3sane end-user should care about this codebase yet anyway. 3sane end-user should care about this codebase yet anyway.
4 4
5* TESTING:
6 - connection.c:553 fails when "make check" is run!
7 (check if this could be memory corruption).
8
5 9
6* UTIL: 10* UTIL:
7 - container_bloomfilter: improve efficiency (see FIXME) 11 - container_bloomfilter: improve efficiency (see FIXME)