cosmetics
[oweals/gnunet.git] / BUGS
diff --git a/BUGS b/BUGS
index d3790ac2ef0fe2ba26cd5342b1d6eee285cedac2..affae73e80a77ad0f9befb3bdf058c3d86b546d9 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -4,14 +4,12 @@ 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
      doing connect etc.]
-  - Add "DISK" API for creating of temporary files
-    (as used in datacache/ module) [Nils?]
 * SERVER:
   - inefficient memmove
 * TRANSPORT:
@@ -94,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
@@ -109,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,
@@ -117,3 +113,4 @@ sane end-user should care about this codebase yet anyway.
 * HOSTLIST:
   - implement advertising of hostlist URL
   - implement learning of hostlist URLs
+