Matthias Wachs [Fri, 17 Sep 2010 11:22:17 +0000 (11:22 +0000)]
Removed memory leak in curl_logger
Nathan S. Evans [Thu, 16 Sep 2010 15:20:40 +0000 (15:20 +0000)]
debug messages in driver, correct time (even for mysql_dump), change dhtlog testcase so it doesn't leave files after running
Nathan S. Evans [Thu, 16 Sep 2010 14:16:15 +0000 (14:16 +0000)]
mostly untested testing code, throttling churning of peers in the same manner as normal peer startup and shutdown is
Nathan S. Evans [Thu, 16 Sep 2010 14:14:32 +0000 (14:14 +0000)]
mostly options fixes, new convergence formula for testing
Nathan S. Evans [Thu, 16 Sep 2010 14:13:57 +0000 (14:13 +0000)]
many useless changes to the dht testing driver, mostly for churn (which may not even be useful)
Nathan S. Evans [Thu, 16 Sep 2010 14:12:56 +0000 (14:12 +0000)]
dhtlog inserts round info
Nathan S. Evans [Thu, 16 Sep 2010 14:12:23 +0000 (14:12 +0000)]
sql related changes
Nathan S. Evans [Thu, 16 Sep 2010 14:11:49 +0000 (14:11 +0000)]
feature creep
Matthias Wachs [Wed, 15 Sep 2010 15:42:32 +0000 (15:42 +0000)]
Matthias Wachs [Wed, 15 Sep 2010 15:19:55 +0000 (15:19 +0000)]
Nathan S. Evans [Wed, 15 Sep 2010 13:22:42 +0000 (13:22 +0000)]
testing fewer messages (timeout issue?) on arm and powerpc
Nathan S. Evans [Wed, 15 Sep 2010 13:00:17 +0000 (13:00 +0000)]
add retry attempts to test_dht_twopeer, remove core from defaultservices to ensure that the dht gets started before core... Otherwise the test can fail because the data being searched for is the other peers public key, which is only known once connected.
Matthias Wachs [Wed, 15 Sep 2010 11:12:59 +0000 (11:12 +0000)]
Nathan S. Evans [Wed, 15 Sep 2010 10:50:33 +0000 (10:50 +0000)]
safe stdin/stdout inheritance under windows
Nathan S. Evans [Wed, 15 Sep 2010 10:29:32 +0000 (10:29 +0000)]
fix for api change in disk.c, thanks to patch from LRN
Nathan S. Evans [Wed, 15 Sep 2010 10:28:51 +0000 (10:28 +0000)]
documentation for new parameters
Matthias Wachs [Wed, 15 Sep 2010 08:46:57 +0000 (08:46 +0000)]
0001602: A patch to fix process spawning with redirected std streams
Matthias Wachs [Wed, 15 Sep 2010 08:32:00 +0000 (08:32 +0000)]
0001602: A patch to fix process spawning with redirected std streams
Matthias Wachs [Wed, 15 Sep 2010 08:31:21 +0000 (08:31 +0000)]
0001602: A patch to fix process spawning with redirected std streams
Matthias Wachs [Wed, 15 Sep 2010 08:28:48 +0000 (08:28 +0000)]
0001602: A patch to fix process spawning with redirected std streams
Matthias Wachs [Wed, 15 Sep 2010 08:28:20 +0000 (08:28 +0000)]
0001602: A patch to fix process spawning with redirected std streams
Matthias Wachs [Wed, 15 Sep 2010 08:27:19 +0000 (08:27 +0000)]
0001602: A patch to fix process spawning with redirected std streams
Matthias Wachs [Wed, 15 Sep 2010 08:26:25 +0000 (08:26 +0000)]
BUG
0001602: A patch to fix process spawning with redirected std streams
Nathan S. Evans [Tue, 14 Sep 2010 15:28:08 +0000 (15:28 +0000)]
don't ignore sessions marked as inbound when checking whether addresses match
Nathan S. Evans [Tue, 14 Sep 2010 13:35:28 +0000 (13:35 +0000)]
remove port from transport section because it was getting in the way of making sense of netstat
Safey A.Halim [Tue, 14 Sep 2010 12:19:34 +0000 (12:19 +0000)]
regenrate: shell script generating a Java Source Tree (using JTB and javacc) from C grammar file in $MAINDIR/src/monkey.
gtb: shell script that runs regenerate script.
GNUnetParser.java: should replace CParser.java resulted in from running regenerate script. (The program is responsible for parsing GNUnet source code: currently no expression database is generated out of it).
Matthias Wachs [Tue, 14 Sep 2010 11:10:39 +0000 (11:10 +0000)]
Matthias Wachs [Tue, 14 Sep 2010 10:46:48 +0000 (10:46 +0000)]
Added some information when test fails
Nathan S. Evans [Tue, 14 Sep 2010 08:47:08 +0000 (08:47 +0000)]
allow null continuation for core_api_peer_request
Nathan S. Evans [Tue, 14 Sep 2010 08:46:23 +0000 (08:46 +0000)]
test case change to match testing api change
Nathan S. Evans [Tue, 14 Sep 2010 08:45:38 +0000 (08:45 +0000)]
testing lib changes
Nathan S. Evans [Tue, 14 Sep 2010 08:45:05 +0000 (08:45 +0000)]
some testing changes, features added
Nathan S. Evans [Tue, 14 Sep 2010 08:34:05 +0000 (08:34 +0000)]
remove crazy debugging
Nathan S. Evans [Tue, 14 Sep 2010 08:19:47 +0000 (08:19 +0000)]
document
Nathan S. Evans [Tue, 14 Sep 2010 08:18:41 +0000 (08:18 +0000)]
verbose debugging for NAT tests
Matthias Wachs [Mon, 13 Sep 2010 15:41:03 +0000 (15:41 +0000)]
Should now compile under windows:
- removed #include <arpa/inet.h>
- MINGW32: alloca() is defined in malloc.h
Christian Grothoff [Mon, 13 Sep 2010 03:18:26 +0000 (03:18 +0000)]
new block lib
Christian Grothoff [Sun, 12 Sep 2010 13:08:54 +0000 (13:08 +0000)]
towards pluggable block library
Matthias Wachs [Fri, 10 Sep 2010 14:55:15 +0000 (14:55 +0000)]
Matthias Wachs [Fri, 10 Sep 2010 14:46:04 +0000 (14:46 +0000)]
added curl logger to integrate curl messages with gnunet log
Christian Grothoff [Fri, 10 Sep 2010 10:07:26 +0000 (10:07 +0000)]
wrong name
Christian Grothoff [Fri, 10 Sep 2010 09:42:48 +0000 (09:42 +0000)]
clarify why we get these warnings
Christian Grothoff [Fri, 10 Sep 2010 09:22:59 +0000 (09:22 +0000)]
do not use zero:
Christian Grothoff [Fri, 10 Sep 2010 09:20:10 +0000 (09:20 +0000)]
better
Christian Grothoff [Fri, 10 Sep 2010 09:18:05 +0000 (09:18 +0000)]
ign
Christian Grothoff [Fri, 10 Sep 2010 09:17:58 +0000 (09:17 +0000)]
ign
Christian Grothoff [Fri, 10 Sep 2010 09:17:55 +0000 (09:17 +0000)]
ign
Christian Grothoff [Fri, 10 Sep 2010 09:17:45 +0000 (09:17 +0000)]
print source
Christian Grothoff [Fri, 10 Sep 2010 09:17:35 +0000 (09:17 +0000)]
warn
Nathan S. Evans [Fri, 10 Sep 2010 08:59:57 +0000 (08:59 +0000)]
kademlia compromise, add some ifdefs, compile error fix on blackbox
Christian Grothoff [Thu, 9 Sep 2010 14:31:09 +0000 (14:31 +0000)]
ok
Philipp Tölke [Thu, 9 Sep 2010 13:06:33 +0000 (13:06 +0000)]
close ressources
Philipp Tölke [Thu, 9 Sep 2010 13:06:29 +0000 (13:06 +0000)]
Use the DLL as queue
Philipp Tölke [Thu, 9 Sep 2010 13:06:27 +0000 (13:06 +0000)]
debug-output
Philipp Tölke [Thu, 9 Sep 2010 13:06:24 +0000 (13:06 +0000)]
Error-Checking
Philipp Tölke [Thu, 9 Sep 2010 13:06:21 +0000 (13:06 +0000)]
answered the question
Matthias Wachs [Thu, 9 Sep 2010 12:38:52 +0000 (12:38 +0000)]
https plugin code merged into plugin_transport_http.c
-> old file can be removed
Matthias Wachs [Thu, 9 Sep 2010 12:32:05 +0000 (12:32 +0000)]
HTTP & HTTPS plugin source is now merged and boths plugins are build from plugin_transport_http.c
Matthias Wachs [Thu, 9 Sep 2010 12:29:39 +0000 (12:29 +0000)]
Nathan S. Evans [Thu, 9 Sep 2010 12:15:23 +0000 (12:15 +0000)]
better values for dht bloomfilter, reduce collisions for peers even with large routing tables
Nathan S. Evans [Thu, 9 Sep 2010 12:14:12 +0000 (12:14 +0000)]
remove debugging
Nathan S. Evans [Thu, 9 Sep 2010 12:12:56 +0000 (12:12 +0000)]
get rid of debugging messages
Matthias Wachs [Thu, 9 Sep 2010 11:57:08 +0000 (11:57 +0000)]
clean up
Christian Grothoff [Thu, 9 Sep 2010 11:43:12 +0000 (11:43 +0000)]
fix present check for on-demand blocks
Matthias Wachs [Thu, 9 Sep 2010 11:04:40 +0000 (11:04 +0000)]
HTTPS testcases pass
Matthias Wachs [Thu, 9 Sep 2010 10:47:33 +0000 (10:47 +0000)]
Matthias Wachs [Thu, 9 Sep 2010 09:53:06 +0000 (09:53 +0000)]
Matthias Wachs [Thu, 9 Sep 2010 09:41:06 +0000 (09:41 +0000)]
merging http and https: next steps
Matthias Wachs [Thu, 9 Sep 2010 09:07:22 +0000 (09:07 +0000)]
Merging http and https plugin ... first steps
Christian Grothoff [Thu, 9 Sep 2010 08:20:32 +0000 (08:20 +0000)]
idea
Matthias Wachs [Thu, 9 Sep 2010 07:35:29 +0000 (07:35 +0000)]
MHD debug messages switched off
Christian Grothoff [Thu, 9 Sep 2010 06:51:09 +0000 (06:51 +0000)]
add newline at end of file
Christian Grothoff [Thu, 9 Sep 2010 06:49:46 +0000 (06:49 +0000)]
fixing bugs and compile errors
Matthias Wachs [Wed, 8 Sep 2010 17:24:16 +0000 (17:24 +0000)]
Hopefully fixed BSD bug
Matthias Wachs [Wed, 8 Sep 2010 16:30:28 +0000 (16:30 +0000)]
David Brodski [Wed, 8 Sep 2010 15:30:14 +0000 (15:30 +0000)]
removed comments with errors in doxygen
Matthias Wachs [Wed, 8 Sep 2010 15:14:47 +0000 (15:14 +0000)]
Smallers steps to keep plugin running
Matthias Wachs [Wed, 8 Sep 2010 14:29:25 +0000 (14:29 +0000)]
IN PROGRESS: fixing bsd bug
Nathan S. Evans [Wed, 8 Sep 2010 13:30:01 +0000 (13:30 +0000)]
possible fix for buildbot failure on NAT test case; once a 'NAT' address is used and a connection established, the new connection doesn't have a 'NAT' address (port 0) any longer, because it was built off of an inbound connection from the NAT'd peer. However, since we initiated the connection we expect that whatever address transport gives us should match.
Matthias Wachs [Wed, 8 Sep 2010 11:57:46 +0000 (11:57 +0000)]
Philipp Tölke [Wed, 8 Sep 2010 11:14:29 +0000 (11:14 +0000)]
minor fixes
Philipp Tölke [Wed, 8 Sep 2010 11:14:29 +0000 (11:14 +0000)]
Queue packet sent to the service-dns
Philipp Tölke [Wed, 8 Sep 2010 11:14:29 +0000 (11:14 +0000)]
implemented a way to add an element to the end of a slist
Nathan S. Evans [Wed, 8 Sep 2010 09:59:32 +0000 (09:59 +0000)]
assert in dht to help track down bug
Nathan S. Evans [Wed, 8 Sep 2010 09:41:59 +0000 (09:41 +0000)]
comparison bugfix
Nathan S. Evans [Wed, 8 Sep 2010 09:34:46 +0000 (09:34 +0000)]
comparison bugfix
Nathan S. Evans [Wed, 8 Sep 2010 08:57:11 +0000 (08:57 +0000)]
committing so line numbers match
Christian Grothoff [Wed, 8 Sep 2010 08:00:05 +0000 (08:00 +0000)]
W32 porting work by LRN
Philipp Tölke [Wed, 8 Sep 2010 07:20:59 +0000 (07:20 +0000)]
check whether i really can open file-like things
Philipp Tölke [Wed, 8 Sep 2010 07:20:59 +0000 (07:20 +0000)]
Missed two %m yesterday
Replaced with %s, strerror(errno)
Christian Grothoff [Tue, 7 Sep 2010 20:28:45 +0000 (20:28 +0000)]
fix
Nathan S. Evans [Tue, 7 Sep 2010 14:34:47 +0000 (14:34 +0000)]
support for running stats and peerinfo services per host (or multipler per host) instead of per peer
Nathan S. Evans [Tue, 7 Sep 2010 14:33:14 +0000 (14:33 +0000)]
add republish support in dht (default once an hour, just like kademlia), improved next hop selection (or so I think), use 'TrialInfo' struct in dhtlog testcase
Christian Grothoff [Tue, 7 Sep 2010 14:12:42 +0000 (14:12 +0000)]
issue
Matthias Wachs [Tue, 7 Sep 2010 13:57:39 +0000 (13:57 +0000)]
removed unused variable
Christian Grothoff [Tue, 7 Sep 2010 13:40:19 +0000 (13:40 +0000)]
relax format check
Philipp Tölke [Tue, 7 Sep 2010 13:37:28 +0000 (13:37 +0000)]
send dns-queries to the service-dns and pretty-print them
Philipp Tölke [Tue, 7 Sep 2010 13:37:28 +0000 (13:37 +0000)]
organize the imports
Philipp Tölke [Tue, 7 Sep 2010 13:37:27 +0000 (13:37 +0000)]
prepare the dns-pretty-printing for the service-dns
Philipp Tölke [Tue, 7 Sep 2010 13:37:27 +0000 (13:37 +0000)]
get rid of alloca()