use pipe instead of racy signal
[oweals/gnunet.git] / BUGS
diff --git a/BUGS b/BUGS
index a6339547e2213a7ca48405fb4a7797ecf2eaea40..affae73e80a77ad0f9befb3bdf058c3d86b546d9 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -4,8 +4,8 @@ sane end-user should care about this codebase yet anyway.
 
 
 * UTIL:
-  - crypto_hash: use libgcrypt (supports SHA-512 since 2003)
   - container_bloomfilter: improve efficiency (see FIXME)
+  - no tests for BIO
   - Windows: use events instead of pipes to signal select()s [Nils]
   - only connect() sockets that are ready (select()) [Nils]
     [On W32, we need to select after calling socket before
@@ -92,8 +92,6 @@ sane end-user should care about this codebase yet anyway.
   - implement exponential back-off for service restarts
   - better tracking of which config changes actually need to cause process restarts by ARM.
   - have way to specify dependencies between services (to manage ARM restarts better)
-  - client-API is inefficient since it opens a TCP connection per service that is started
-    (instead of re-using connections).
 * CORE: 
   - code currently notifies clients about "encrypted" connections being up well before
     we get the encrypted PONG; sometimes this may be OK (for topology killing
@@ -107,7 +105,7 @@ sane end-user should care about this codebase yet anyway.
 * POSTGRES-DB:
   - finish postgres implementation; simplify other SQLs using new stats
 * HTTPS transport
-  - PolariSSL for MHD?
+  - Better SSL-support for MHD
   - https integration
 * GAP improvements:
   - active reply route caching design & implementation of service,
@@ -115,3 +113,4 @@ sane end-user should care about this codebase yet anyway.
 * HOSTLIST:
   - implement advertising of hostlist URL
   - implement learning of hostlist URLs
+