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()
Philipp Tölke [Tue, 7 Sep 2010 13:37:27 +0000 (13:37 +0000)]
bug
Philipp Tölke [Tue, 7 Sep 2010 13:37:26 +0000 (13:37 +0000)]
send the dns-queries from daemon-vpn to service-dns
Philipp Tölke [Tue, 7 Sep 2010 13:37:26 +0000 (13:37 +0000)]
removed a few debug-outputs and changed the remaining to GNUNET_log
Philipp Tölke [Tue, 7 Sep 2010 13:37:26 +0000 (13:37 +0000)]
Worked through the easy klockwork-issues
Matthias Wachs [Tue, 7 Sep 2010 13:30:39 +0000 (13:30 +0000)]
Improved documentation
Matthias Wachs [Tue, 7 Sep 2010 13:18:41 +0000 (13:18 +0000)]
Improved documentation
Nathan S. Evans [Tue, 7 Sep 2010 13:00:56 +0000 (13:00 +0000)]
make insert trial easier to not screw up
Christian Grothoff [Tue, 7 Sep 2010 12:46:16 +0000 (12:46 +0000)]
survive NULL
Christian Grothoff [Tue, 7 Sep 2010 12:33:57 +0000 (12:33 +0000)]
icondir
Nathan S. Evans [Tue, 7 Sep 2010 11:10:42 +0000 (11:10 +0000)]
fix arguments
Christian Grothoff [Tue, 7 Sep 2010 10:35:54 +0000 (10:35 +0000)]
backup errno
Nathan S. Evans [Tue, 7 Sep 2010 10:03:45 +0000 (10:03 +0000)]
dhtlog updates
Matthias Wachs [Tue, 7 Sep 2010 09:51:27 +0000 (09:51 +0000)]
fixed doxygen documentation
Christian Grothoff [Tue, 7 Sep 2010 09:51:01 +0000 (09:51 +0000)]
fix warnings
Matthias Wachs [Tue, 7 Sep 2010 09:41:31 +0000 (09:41 +0000)]
doxygen documentation
Christian Grothoff [Tue, 7 Sep 2010 09:36:42 +0000 (09:36 +0000)]
larger timeouts for sparky
Matthias Wachs [Tue, 7 Sep 2010 09:25:52 +0000 (09:25 +0000)]
Matthias Wachs [Tue, 7 Sep 2010 09:00:40 +0000 (09:00 +0000)]
missing newline
Christian Grothoff [Tue, 7 Sep 2010 08:58:33 +0000 (08:58 +0000)]
fix
Christian Grothoff [Tue, 7 Sep 2010 08:43:47 +0000 (08:43 +0000)]
leak
Nathan S. Evans [Tue, 7 Sep 2010 08:40:15 +0000 (08:40 +0000)]
add math support
Christian Grothoff [Tue, 7 Sep 2010 08:32:45 +0000 (08:32 +0000)]
leak
Bart Polot [Tue, 7 Sep 2010 00:01:35 +0000 (00:01 +0000)]
Bart's public key added
Christian Grothoff [Mon, 6 Sep 2010 21:46:58 +0000 (21:46 +0000)]
update
Christian Grothoff [Mon, 6 Sep 2010 21:33:08 +0000 (21:33 +0000)]
more doxygen stuff
Christian Grothoff [Mon, 6 Sep 2010 21:13:00 +0000 (21:13 +0000)]
more doxygen stuff
Christian Grothoff [Mon, 6 Sep 2010 20:51:27 +0000 (20:51 +0000)]
more doxygen stuff
Christian Grothoff [Mon, 6 Sep 2010 20:48:11 +0000 (20:48 +0000)]
fixes
Nathan S. Evans [Mon, 6 Sep 2010 20:29:29 +0000 (20:29 +0000)]
messages 'hone in' more the higher the number of hops, still needs some tweaking
Philipp Tölke [Mon, 6 Sep 2010 09:25:51 +0000 (09:25 +0000)]
start the code to send queries to the resolver
Philipp Tölke [Mon, 6 Sep 2010 09:25:41 +0000 (09:25 +0000)]
Get rid of the cls. Use a global.
Christian Grothoff [Mon, 6 Sep 2010 08:35:30 +0000 (08:35 +0000)]
sparc
Christian Grothoff [Mon, 6 Sep 2010 08:34:00 +0000 (08:34 +0000)]
NPEs
Christian Grothoff [Mon, 6 Sep 2010 08:06:24 +0000 (08:06 +0000)]
fix
Christian Grothoff [Sun, 5 Sep 2010 21:48:41 +0000 (21:48 +0000)]
fix
Christian Grothoff [Sun, 5 Sep 2010 15:58:48 +0000 (15:58 +0000)]
skeleton for list_updateable testcase
Christian Grothoff [Sun, 5 Sep 2010 13:42:01 +0000 (13:42 +0000)]
fixes
Christian Grothoff [Sun, 5 Sep 2010 13:36:42 +0000 (13:36 +0000)]
fixes
Nathan S. Evans [Sun, 5 Sep 2010 10:04:49 +0000 (10:04 +0000)]
allow transport api to send multiple request connect messages
David Brodski [Sun, 5 Sep 2010 05:57:58 +0000 (05:57 +0000)]
Some changes and new files.
I will not have internet till 7. September so if there are errors just revert the changes.
Nathan S. Evans [Sat, 4 Sep 2010 19:34:48 +0000 (19:34 +0000)]
allow multiple request connect messages to be sent to transport (failed to connect first time)
Nathan S. Evans [Sat, 4 Sep 2010 19:34:09 +0000 (19:34 +0000)]
change timeout, so multiple connect request messages can be sent
Christian Grothoff [Fri, 3 Sep 2010 22:01:26 +0000 (22:01 +0000)]
fix
Christian Grothoff [Fri, 3 Sep 2010 21:53:37 +0000 (21:53 +0000)]
nitpicks
Christian Grothoff [Fri, 3 Sep 2010 21:49:31 +0000 (21:49 +0000)]
nitpicks
Christian Grothoff [Fri, 3 Sep 2010 21:34:06 +0000 (21:34 +0000)]
nitpick
Christian Grothoff [Fri, 3 Sep 2010 21:32:03 +0000 (21:32 +0000)]
nitpicks
Christian Grothoff [Fri, 3 Sep 2010 21:29:15 +0000 (21:29 +0000)]
add null check
Christian Grothoff [Fri, 3 Sep 2010 21:20:41 +0000 (21:20 +0000)]
nitpicks
Christian Grothoff [Fri, 3 Sep 2010 21:16:31 +0000 (21:16 +0000)]
nitpicks