aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-08-25 10:59:00 +0000
committerChristian Grothoff <christian@grothoff.org>2009-08-25 10:59:00 +0000
commit9cbff87bf9b68c08242b1a6a79221311dc157fc0 (patch)
tree6dacb93610d32de7f16e71765874fe2fb6e3a704 /BUGS
parent3d0444f9e6d64d6bc6b109cb743b9e08abcada0e (diff)
downloadgnunet-9cbff87bf9b68c08242b1a6a79221311dc157fc0.tar.gz
gnunet-9cbff87bf9b68c08242b1a6a79221311dc157fc0.zip
hxing
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index a6339547e..6271eb2f1 100644
--- a/BUGS
+++ b/BUGS
@@ -6,6 +6,7 @@ sane end-user should care about this codebase yet anyway.
6* UTIL: 6* UTIL:
7 - crypto_hash: use libgcrypt (supports SHA-512 since 2003) 7 - crypto_hash: use libgcrypt (supports SHA-512 since 2003)
8 - container_bloomfilter: improve efficiency (see FIXME) 8 - container_bloomfilter: improve efficiency (see FIXME)
9 - no tests for BIO
9 - Windows: use events instead of pipes to signal select()s [Nils] 10 - Windows: use events instead of pipes to signal select()s [Nils]
10 - only connect() sockets that are ready (select()) [Nils] 11 - only connect() sockets that are ready (select()) [Nils]
11 [On W32, we need to select after calling socket before 12 [On W32, we need to select after calling socket before