aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-10 22:08:35 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-10 22:08:35 +0000
commit8f67a797f0737908b3c4203d1cea816680bf30d6 (patch)
treee7f8c1e5cdb5e3901b318056756b76cf49c05963 /BUGS
parent1e7c3a81d1fa945d3b54785a172456a55126d047 (diff)
downloadgnunet-8f67a797f0737908b3c4203d1cea816680bf30d6.tar.gz
gnunet-8f67a797f0737908b3c4203d1cea816680bf30d6.zip
either done or moved to Mantis
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS12
1 files changed, 0 insertions, 12 deletions
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.
10 10
11* UTIL: 11* UTIL:
12 - container_bloomfilter: improve efficiency (see FIXME) 12 - container_bloomfilter: improve efficiency (see FIXME)
13 - server: inefficient memmove
14 - Windows: use events instead of pipes to signal select()s [Nils] 13 - Windows: use events instead of pipes to signal select()s [Nils]
15 - only connect() sockets that are ready (select()) [Nils] 14 - only connect() sockets that are ready (select()) [Nils]
16 [On W32, we need to select after calling socket before 15 [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
124==4186== 123==4186==
125 124
126 125
127* DATASTORE:
128 - mysql backend
129 - postgres backend
130* SETUP: 126* SETUP:
131 - auto-generate "defaults.conf" using gnunet-setup from "config.scm" 127 - auto-generate "defaults.conf" using gnunet-setup from "config.scm"
132 - integrate all options into "config.scm" 128 - 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
145 - [./core/gnunet-service-core.c:469]: (style) struct or union member 'Neighbour::message_queue_size' is never used 141 - [./core/gnunet-service-core.c:469]: (style) struct or union member 'Neighbour::message_queue_size' is never used
146 - [./core/test_core_api_start_only.c:50]: (style) struct or union member 'PeerContext::id' is never used 142 - [./core/test_core_api_start_only.c:50]: (style) struct or union member 'PeerContext::id' is never used
147 143
148* PEERINFO:
149 - have gnunet-peerinfo print actual host addresses again
150 - add option to gnunet-peerinfo to modify trust value
151* POSTGRES-DB:
152 - finish postgres implementation; simplify other SQLs using new stats
153* HTTPS transport 144* HTTPS transport
154 - Better SSL-support for MHD 145 - Better SSL-support for MHD
155 - https integration 146 - https integration
156* GAP improvements: 147* GAP improvements:
157 - active reply route caching design & implementation of service, 148 - active reply route caching design & implementation of service,
158 gap extension! 149 gap extension!
159* HOSTLIST:
160 - implement advertising of hostlist URL
161 - implement learning of hostlist URLs
162* TESTING: 150* TESTING:
163 - consider changing API for peer-group termination to 151 - consider changing API for peer-group termination to
164 call continuation when done 152 call continuation when done