From: Christian Grothoff Date: Tue, 10 Nov 2009 22:08:35 +0000 (+0000) Subject: either done or moved to Mantis X-Git-Tag: initial-import-from-subversion-38251~23109 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8f67a797f0737908b3c4203d1cea816680bf30d6;p=oweals%2Fgnunet.git either done or moved to Mantis --- diff --git a/BUGS b/BUGS index c8b9a12d5..94bddc9a3 100644 --- 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 18130c4e3..d06fe1e48 100644 --- 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)