Christian Grothoff [Mon, 9 Sep 2013 12:06:29 +0000 (12:06 +0000)]
-dead
Matthias Wachs [Mon, 9 Sep 2013 11:27:27 +0000 (11:27 +0000)]
fixing coverity issue
Matthias Wachs [Mon, 9 Sep 2013 11:18:53 +0000 (11:18 +0000)]
checks for coverity
Christian Grothoff [Mon, 9 Sep 2013 07:44:54 +0000 (07:44 +0000)]
-minor code cleanup
Christian Grothoff [Mon, 9 Sep 2013 07:44:16 +0000 (07:44 +0000)]
-check correct variable
Christian Grothoff [Mon, 9 Sep 2013 07:25:33 +0000 (07:25 +0000)]
-check return value
Christian Grothoff [Sun, 8 Sep 2013 18:07:21 +0000 (18:07 +0000)]
-moving time functions from FS to TIME
LRN [Sun, 8 Sep 2013 17:41:42 +0000 (17:41 +0000)]
Make psycstore.conf generatable
LRN [Sun, 8 Sep 2013 17:41:39 +0000 (17:41 +0000)]
Remove static psycstore.conf
LRN [Sun, 8 Sep 2013 17:37:40 +0000 (17:37 +0000)]
Fix a typo
LRN [Sun, 8 Sep 2013 17:37:37 +0000 (17:37 +0000)]
Fix timing problems in *_select() on W32
1) If timeout is < 1ms, round it up to 1ms, because WaitForMultipleObjects()
can't wait for time shorter than 1ms (0ms means "don't wait at all").
2) Read data from the wakeup socket before commanding the select thread to
start selecting. For some reason the socket would be in signalled state
by the time winsock's select() runs, even though we emptied it the last
time. So now we empty it beforehand.
This should prevent us from returning early in some cases.
Christian Grothoff [Sat, 7 Sep 2013 20:11:56 +0000 (20:11 +0000)]
-doxygen improvements
LRN [Sat, 7 Sep 2013 16:19:14 +0000 (16:19 +0000)]
Fix memory allocation in set service
Christian Grothoff [Sat, 7 Sep 2013 14:25:54 +0000 (14:25 +0000)]
-update ignores
Christian Grothoff [Sat, 7 Sep 2013 14:24:51 +0000 (14:24 +0000)]
-generate tag file
LRN [Fri, 6 Sep 2013 21:10:08 +0000 (21:10 +0000)]
Fix the fix
LRN [Fri, 6 Sep 2013 21:07:00 +0000 (21:07 +0000)]
Remove generated config file
LRN [Fri, 6 Sep 2013 21:06:58 +0000 (21:06 +0000)]
Fix main test function arguments for perf_ats
LRN [Fri, 6 Sep 2013 16:48:58 +0000 (16:48 +0000)]
W32 compatibility for test_testbed_api_barriers
Sree Harsha Totakura [Fri, 6 Sep 2013 14:38:24 +0000 (14:38 +0000)]
- give out run handle through which master controller's handle can be retrieved
Bart Polot [Fri, 6 Sep 2013 14:04:24 +0000 (14:04 +0000)]
- cancel core_tmt_ready on core disconnect
Christian Grothoff [Fri, 6 Sep 2013 13:46:18 +0000 (13:46 +0000)]
-require MHD 0.9.30
Christian Grothoff [Fri, 6 Sep 2013 13:37:43 +0000 (13:37 +0000)]
-ignore
Christian Grothoff [Fri, 6 Sep 2013 13:37:10 +0000 (13:37 +0000)]
-dox
Christian Grothoff [Fri, 6 Sep 2013 13:36:18 +0000 (13:36 +0000)]
-code cleanup
Bart Polot [Fri, 6 Sep 2013 13:32:37 +0000 (13:32 +0000)]
- use GNUNET_log_config_invalid
Bart Polot [Fri, 6 Sep 2013 13:00:05 +0000 (13:00 +0000)]
- dont prevent destroy in case of fully initialized channel
Bart Polot [Fri, 6 Sep 2013 12:41:49 +0000 (12:41 +0000)]
- fix double destroy of half-open loopback channels on shutdown
Christian Grothoff [Fri, 6 Sep 2013 12:13:03 +0000 (12:13 +0000)]
-cleanup leaks
Christian Grothoff [Fri, 6 Sep 2013 12:05:24 +0000 (12:05 +0000)]
-misc fixes
Matthias Wachs [Fri, 6 Sep 2013 12:02:10 +0000 (12:02 +0000)]
missing makefile.am
Matthias Wachs [Fri, 6 Sep 2013 11:51:36 +0000 (11:51 +0000)]
changes to configure.ac and Makefile to enable ats-tests
Matthias Wachs [Fri, 6 Sep 2013 11:41:42 +0000 (11:41 +0000)]
removing tests moved to ../ats-tests
Matthias Wachs [Fri, 6 Sep 2013 11:41:12 +0000 (11:41 +0000)]
new test directory for tests depending on testbed
Florian Dold [Fri, 6 Sep 2013 11:37:39 +0000 (11:37 +0000)]
- initialize set type in test case
- handle 1-peer consensus correcly
- don't store peers in consensus api
- updated consensus test case
Bart Polot [Fri, 6 Sep 2013 11:32:51 +0000 (11:32 +0000)]
- avoid double free on shutdown
Christian Grothoff [Fri, 6 Sep 2013 11:21:24 +0000 (11:21 +0000)]
-minor fixes
Christian Grothoff [Fri, 6 Sep 2013 11:15:04 +0000 (11:15 +0000)]
-comment out dead tests
Christian Grothoff [Fri, 6 Sep 2013 09:53:53 +0000 (09:53 +0000)]
-fix bad free, cut&paste error, might fix #3020
Matthias Wachs [Fri, 6 Sep 2013 07:17:18 +0000 (07:17 +0000)]
check if MHD_DUAL_STACK is defined
Bart Polot [Fri, 6 Sep 2013 02:58:26 +0000 (02:58 +0000)]
- multiple fixes for connection-less loopback traffic
LRN [Thu, 5 Sep 2013 18:48:00 +0000 (18:48 +0000)]
Add forward declaration for tunnel_send_queued_data
Christian Grothoff [Thu, 5 Sep 2013 16:51:04 +0000 (16:51 +0000)]
removing gnunet-pseudonym, we're using GNS/gnunet-identity instead in the future
Christian Fuchs [Thu, 5 Sep 2013 16:41:31 +0000 (16:41 +0000)]
more rework of the logics
Bart Polot [Thu, 5 Sep 2013 16:27:22 +0000 (16:27 +0000)]
- send data directly if tunnel is already online (or local)
Christian Fuchs [Thu, 5 Sep 2013 16:15:22 +0000 (16:15 +0000)]
more work on the state machine.
transmit handles are now reset in do_transmit_msg
session remain active/present until the client disconnects or if a client sends a new message from the same connection
Christian Fuchs [Thu, 5 Sep 2013 15:45:42 +0000 (15:45 +0000)]
reworked task housekeeping\
added a couple of TODOs introduced due to the recent logics changes
Christian Grothoff [Thu, 5 Sep 2013 15:04:48 +0000 (15:04 +0000)]
-doxygen, remove GNUNET_FS_uri_sks_to_string_fancy (dead)
Christian Grothoff [Thu, 5 Sep 2013 14:57:49 +0000 (14:57 +0000)]
-fix FTBFS
Christian Grothoff [Thu, 5 Sep 2013 14:28:43 +0000 (14:28 +0000)]
-remove deprecated GNUNET_NAMESTORE_RF_AUTHORITY
Christian Grothoff [Thu, 5 Sep 2013 14:21:01 +0000 (14:21 +0000)]
-update comments as well
Christian Grothoff [Thu, 5 Sep 2013 14:20:12 +0000 (14:20 +0000)]
-more precise check when to go to DHT (SVN 3017)
Christian Grothoff [Thu, 5 Sep 2013 13:39:43 +0000 (13:39 +0000)]
-discussions on cleanup
Christian Fuchs [Thu, 5 Sep 2013 13:23:47 +0000 (13:23 +0000)]
service no longer asserts if it can not convert the result of a computation for the client, but just signals an error
errors are signaled as negative result with zero-length product. Bob determines his computation succeeded if he gets zero-length and zero as sign
Christian Fuchs [Thu, 5 Sep 2013 13:11:59 +0000 (13:11 +0000)]
fixed dangling tasks in SP-service
removed destroy tunnel function, as it is no longer needed with new-mesh
tasks now get queued in a DLL and are removed from it upon execution. do_shutdown de-queues all outstanding tasks
Christian Fuchs [Thu, 5 Sep 2013 12:57:55 +0000 (12:57 +0000)]
fixed missing backslash that broke buildchain/automake definition
Christian Grothoff [Thu, 5 Sep 2013 12:36:43 +0000 (12:36 +0000)]
-use standard zones in gnunet-gns
Christian Grothoff [Thu, 5 Sep 2013 12:14:35 +0000 (12:14 +0000)]
-fix clenaup
Sree Harsha Totakura [Thu, 5 Sep 2013 11:57:46 +0000 (11:57 +0000)]
- doxygen
Christian Grothoff [Thu, 5 Sep 2013 11:55:45 +0000 (11:55 +0000)]
-link to bugreport
Christian Grothoff [Thu, 5 Sep 2013 11:52:49 +0000 (11:52 +0000)]
-activate shortening logic (#3012)
Christian Grothoff [Thu, 5 Sep 2013 11:41:39 +0000 (11:41 +0000)]
-implement iteration over all zones (#3016)
Sree Harsha Totakura [Thu, 5 Sep 2013 11:40:07 +0000 (11:40 +0000)]
- fix memleaks
Christian Grothoff [Thu, 5 Sep 2013 11:37:29 +0000 (11:37 +0000)]
-doxygen
Christian Grothoff [Thu, 5 Sep 2013 11:23:06 +0000 (11:23 +0000)]
-allow passing NULL for zone to iterate over all of our zones
Christian Grothoff [Thu, 5 Sep 2013 11:15:34 +0000 (11:15 +0000)]
-update default zone initialization (#3009)
Christian Grothoff [Thu, 5 Sep 2013 11:09:18 +0000 (11:09 +0000)]
-integrate identity service with dns2gns (#3010)
Christian Grothoff [Thu, 5 Sep 2013 10:53:05 +0000 (10:53 +0000)]
-fix date
Christian Grothoff [Thu, 5 Sep 2013 10:52:29 +0000 (10:52 +0000)]
-improving gnunet-identity command line options and man pages
LRN [Thu, 5 Sep 2013 10:18:40 +0000 (10:18 +0000)]
Fix integration configs: INCLUDE -> INLINE
LRN [Thu, 5 Sep 2013 10:18:35 +0000 (10:18 +0000)]
No valgrind by default, please
Sree Harsha Totakura [Thu, 5 Sep 2013 09:49:58 +0000 (09:49 +0000)]
- warn and wait for all operations to be completed
Martin Schanzenbach [Thu, 5 Sep 2013 09:43:02 +0000 (09:43 +0000)]
-i'm back
Christian Grothoff [Thu, 5 Sep 2013 08:06:15 +0000 (08:06 +0000)]
-only use x for ECDH
Bart Polot [Thu, 5 Sep 2013 04:29:41 +0000 (04:29 +0000)]
- fix crash
Bart Polot [Thu, 5 Sep 2013 04:28:44 +0000 (04:28 +0000)]
- fix ack'ing
- resend TUNNEL_DESTROY
- explicitly log about faulty routes instead of letting core_api complain
Bart Polot [Thu, 5 Sep 2013 03:50:00 +0000 (03:50 +0000)]
- cancel old ACK/POLL when issuing a new one
Bart Polot [Thu, 5 Sep 2013 03:36:22 +0000 (03:36 +0000)]
- use queue, not ack, for buffer size calculation
Bart Polot [Thu, 5 Sep 2013 03:28:43 +0000 (03:28 +0000)]
- fix queue unlocking
Bart Polot [Thu, 5 Sep 2013 03:21:40 +0000 (03:21 +0000)]
- dont cancel poll if ack is not enough for future traffic
Bart Polot [Thu, 5 Sep 2013 03:05:23 +0000 (03:05 +0000)]
- dont insert channel in tunnel before search for free ID
Bart Polot [Thu, 5 Sep 2013 03:01:30 +0000 (03:01 +0000)]
- record channel number correctly
Bart Polot [Thu, 5 Sep 2013 02:02:30 +0000 (02:02 +0000)]
- debug
Bart Polot [Thu, 5 Sep 2013 01:37:11 +0000 (01:37 +0000)]
- fix 'synack' processing
Bart Polot [Wed, 4 Sep 2013 23:19:11 +0000 (23:19 +0000)]
- send connection handshake before data
Bart Polot [Wed, 4 Sep 2013 17:09:49 +0000 (17:09 +0000)]
- fix neighbor disconnection notifications
Bart Polot [Wed, 4 Sep 2013 17:07:15 +0000 (17:07 +0000)]
- dead code
Bart Polot [Wed, 4 Sep 2013 17:01:49 +0000 (17:01 +0000)]
- don't crash on NULL tunnels
Bart Polot [Wed, 4 Sep 2013 16:58:23 +0000 (16:58 +0000)]
- fix 3way handshake
Matthias Wachs [Wed, 4 Sep 2013 15:13:57 +0000 (15:13 +0000)]
no debugging sleep for buildbots required any more...
Christian Grothoff [Wed, 4 Sep 2013 15:06:16 +0000 (15:06 +0000)]
-note
Sree Harsha Totakura [Wed, 4 Sep 2013 15:00:03 +0000 (15:00 +0000)]
- remove dead code and fixes
Matthias Wachs [Wed, 4 Sep 2013 14:24:14 +0000 (14:24 +0000)]
order of daemons
Christian Fuchs [Wed, 4 Sep 2013 12:38:10 +0000 (12:38 +0000)]
SP-client now directly outputs its result to STDOUT, and ONLY the result
Bart Polot [Wed, 4 Sep 2013 12:30:22 +0000 (12:30 +0000)]
- fixes, debug
Christian Grothoff [Wed, 4 Sep 2013 11:04:38 +0000 (11:04 +0000)]
-new key
Matthias Wachs [Wed, 4 Sep 2013 09:48:46 +0000 (09:48 +0000)]
fix: wrong check
Matthias Wachs [Wed, 4 Sep 2013 09:41:55 +0000 (09:41 +0000)]
mhd is failing to bind both IPv4 and IPv6 -> restructured http plugin to no fail if one fails
Gabor X Toth [Wed, 4 Sep 2013 08:00:17 +0000 (08:00 +0000)]
multicast: revert packed struct syntax
Gabor X Toth [Wed, 4 Sep 2013 07:17:20 +0000 (07:17 +0000)]
multicast: doc fix