either done or moved to Mantis
authorChristian Grothoff <christian@grothoff.org>
Tue, 10 Nov 2009 22:08:35 +0000 (22:08 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 10 Nov 2009 22:08:35 +0000 (22:08 +0000)
BUGS
TODO

diff --git a/BUGS b/BUGS
index c8b9a12d5c2e4ba6e00c13ffb3dc184552e73951..94bddc9a3665c011203f32ea805d8f64ef425738 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -10,7 +10,6 @@ sane end-user should care about this codebase yet anyway.
 
 * UTIL:
   - container_bloomfilter: improve efficiency (see FIXME)
-  - server: inefficient memmove
   - 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
@@ -124,9 +123,6 @@ Nov 03 22:38:57 topology DEBUG I am peer `AJ5M'==4186== Syscall param socketcall
 ==4186== 
 
 
-* DATASTORE:
-  - mysql backend
-  - postgres backend
 * SETUP:
   - auto-generate "defaults.conf" using gnunet-setup from "config.scm"
   - integrate all options into "config.scm"
@@ -145,20 +141,12 @@ Nov 03 22:38:57 topology DEBUG I am peer `AJ5M'==4186== Syscall param socketcall
   - [./core/gnunet-service-core.c:469]: (style) struct or union member 'Neighbour::message_queue_size' is never used
   - [./core/test_core_api_start_only.c:50]: (style) struct or union member 'PeerContext::id' is never used
 
-* PEERINFO:
-  - have gnunet-peerinfo print actual host addresses again
-  - add option to gnunet-peerinfo to modify trust value
-* POSTGRES-DB:
-  - finish postgres implementation; simplify other SQLs using new stats
 * HTTPS transport
   - Better SSL-support for MHD
   - https integration
 * GAP improvements:
   - active reply route caching design & implementation of service,
     gap extension!
-* HOSTLIST:
-  - implement advertising of hostlist URL
-  - implement learning of hostlist URLs
 * TESTING:
   - consider changing API for peer-group termination to 
     call continuation when done
diff --git a/TODO b/TODO
index 18130c4e3c634fc04734c6602981c0e866500221..d06fe1e48850249dd66e8a1cff19cb887ffd0f77 100644 (file)
--- a/TODO
+++ b/TODO
@@ -37,7 +37,6 @@ Urgent items (before announcing ng.gnunet.org):
 
 0.9.0pre0:
 * UTIL:
-  - heap: "remove_node" can hardly be O(1) given the API, but it should be [Radhika]
   - load: need way to determine network load (up/down)
   - trust: need *fast* way to check/update trust in peers
            (async peerinfo would not be right)