LRN [Thu, 19 Dec 2013 18:39:04 +0000 (18:39 +0000)]
Fix 0-terminator check, logging
LRN [Thu, 19 Dec 2013 18:39:02 +0000 (18:39 +0000)]
0-long message payload is not valid
LRN [Thu, 19 Dec 2013 18:39:00 +0000 (18:39 +0000)]
Correctly send trailing empty header
LRN [Thu, 19 Dec 2013 18:38:57 +0000 (18:38 +0000)]
Fix w32nsp exports
LRN [Thu, 19 Dec 2013 18:38:55 +0000 (18:38 +0000)]
W32 NSP: Don't use 64-bit types, link to libgcc statically
LRN [Thu, 19 Dec 2013 18:38:51 +0000 (18:38 +0000)]
Don't free opt cfg if it's NULL
Matthias Wachs [Thu, 19 Dec 2013 17:10:03 +0000 (17:10 +0000)]
preventing receiving in disconnect
Christian Fuchs [Thu, 19 Dec 2013 16:47:34 +0000 (16:47 +0000)]
- added extra parameter which i forgot in the previous commit
Christian Fuchs [Thu, 19 Dec 2013 16:43:52 +0000 (16:43 +0000)]
- converted peeridentity from hashcode to eddsa
Matthias Wachs [Thu, 19 Dec 2013 16:03:58 +0000 (16:03 +0000)]
related to 3216
Matthias Wachs [Thu, 19 Dec 2013 15:14:47 +0000 (15:14 +0000)]
add session to message
Matthias Wachs [Thu, 19 Dec 2013 15:13:31 +0000 (15:13 +0000)]
trying to analyze bug
0003218
Christian Grothoff [Thu, 19 Dec 2013 15:00:58 +0000 (15:00 +0000)]
-fixing #3222
Matthias Wachs [Thu, 19 Dec 2013 14:35:31 +0000 (14:35 +0000)]
delay between starting clients
Matthias Wachs [Thu, 19 Dec 2013 14:34:22 +0000 (14:34 +0000)]
added function to disable receiving broadcasts to prevent buildbots from connecting to the network
Matthias Wachs [Thu, 19 Dec 2013 14:22:54 +0000 (14:22 +0000)]
delay start of client to allow the server to start on slow systems
Bart Polot [Thu, 19 Dec 2013 14:12:04 +0000 (14:12 +0000)]
- use write to allow binary data as well
Bart Polot [Thu, 19 Dec 2013 13:26:27 +0000 (13:26 +0000)]
- use proper signedness
Bart Polot [Thu, 19 Dec 2013 13:26:12 +0000 (13:26 +0000)]
- debug info on API side
Bart Polot [Thu, 19 Dec 2013 13:25:27 +0000 (13:25 +0000)]
- log traffic size
Bart Polot [Thu, 19 Dec 2013 13:24:08 +0000 (13:24 +0000)]
- log
LRN [Thu, 19 Dec 2013 06:00:23 +0000 (06:00 +0000)]
malloc -> new
LRN [Thu, 19 Dec 2013 05:59:44 +0000 (05:59 +0000)]
Use more-or-equal (some machines are fast enough)
Christian Grothoff [Wed, 18 Dec 2013 23:16:05 +0000 (23:16 +0000)]
-consider possibility that DV message arrives after direct connection was established
Christian Grothoff [Wed, 18 Dec 2013 22:57:56 +0000 (22:57 +0000)]
-more logging
Christian Grothoff [Wed, 18 Dec 2013 22:57:37 +0000 (22:57 +0000)]
-fix transmission logic in DV API
Christian Grothoff [Wed, 18 Dec 2013 21:45:37 +0000 (21:45 +0000)]
-style fix
Christian Grothoff [Wed, 18 Dec 2013 21:45:19 +0000 (21:45 +0000)]
-style fix
Bart Polot [Wed, 18 Dec 2013 21:21:01 +0000 (21:21 +0000)]
- rmeove break
Christian Grothoff [Wed, 18 Dec 2013 21:05:57 +0000 (21:05 +0000)]
-misc fixes
Bart Polot [Wed, 18 Dec 2013 20:43:10 +0000 (20:43 +0000)]
- show WARNINGs for bad handshakes
Bart Polot [Wed, 18 Dec 2013 20:33:26 +0000 (20:33 +0000)]
- send notification immediately if a connection fails to be created
- allow to queue messages with no connection
Christian Grothoff [Wed, 18 Dec 2013 18:48:38 +0000 (18:48 +0000)]
-towards changing use of target distance to be from source (incomplete)
Christian Grothoff [Wed, 18 Dec 2013 18:47:45 +0000 (18:47 +0000)]
-update PO
Christian Grothoff [Wed, 18 Dec 2013 18:47:35 +0000 (18:47 +0000)]
-style fix
Matthias Wachs [Wed, 18 Dec 2013 16:31:43 +0000 (16:31 +0000)]
idea: try to prefer 'newer' addresses to improve mobility issues
adding time of add and time of last activity information, to allow to choose 'newer' address
Christian Fuchs [Wed, 18 Dec 2013 16:24:35 +0000 (16:24 +0000)]
- implemented output mode GNUNET_SET_RESULT_REMOVED in intersection
Christian Fuchs [Wed, 18 Dec 2013 16:14:49 +0000 (16:14 +0000)]
- added early success for fully disjoint intersection sets
- some minor bugfixing
Christian Fuchs [Wed, 18 Dec 2013 15:39:21 +0000 (15:39 +0000)]
- further work on multipart receiving
- removed the multipart-state from the statemachine again, as we can recognize multipart sending based on wether or not the bf_data pointer is null or not
- simplified & refactored the multipart message format a bit
Matthias Wachs [Wed, 18 Dec 2013 15:26:34 +0000 (15:26 +0000)]
disable debugging messages
Matthias Wachs [Wed, 18 Dec 2013 15:19:37 +0000 (15:19 +0000)]
tests and session timeout for bt
Matthias Wachs [Wed, 18 Dec 2013 15:09:43 +0000 (15:09 +0000)]
test mode for bluetooth
Matthias Wachs [Wed, 18 Dec 2013 15:06:30 +0000 (15:06 +0000)]
new timeout tests for WLAN and bluetooth
session timeout for WLAN
Christian Grothoff [Wed, 18 Dec 2013 14:39:57 +0000 (14:39 +0000)]
-fix distance calculations / ntohs vs ntohl
Christian Grothoff [Wed, 18 Dec 2013 14:29:56 +0000 (14:29 +0000)]
-learn routes from forwarding/receiving as well
Matthias Wachs [Wed, 18 Dec 2013 14:18:46 +0000 (14:18 +0000)]
session time out for http client/server
Matthias Wachs [Wed, 18 Dec 2013 14:12:39 +0000 (14:12 +0000)]
session timeouts for unix
Matthias Wachs [Wed, 18 Dec 2013 14:10:36 +0000 (14:10 +0000)]
session timeouts for tcp
Matthias Wachs [Wed, 18 Dec 2013 13:52:24 +0000 (13:52 +0000)]
fixing test config
Christian Grothoff [Wed, 18 Dec 2013 13:43:39 +0000 (13:43 +0000)]
-more debugging, fixing targets
Christian Grothoff [Wed, 18 Dec 2013 13:43:19 +0000 (13:43 +0000)]
pass ATS information for incoming sessions immediately to ATS service
Matthias Wachs [Wed, 18 Dec 2013 13:26:27 +0000 (13:26 +0000)]
fix for bt plugin and set nonce to 0
Christian Grothoff [Wed, 18 Dec 2013 12:58:12 +0000 (12:58 +0000)]
-misc fixes
Christian Grothoff [Wed, 18 Dec 2013 12:13:27 +0000 (12:13 +0000)]
-bump
Christian Grothoff [Wed, 18 Dec 2013 12:10:25 +0000 (12:10 +0000)]
-bump
Christian Grothoff [Wed, 18 Dec 2013 12:09:50 +0000 (12:09 +0000)]
-bump
Matthias Wachs [Wed, 18 Dec 2013 11:58:31 +0000 (11:58 +0000)]
fix for plugin
Matthias Wachs [Wed, 18 Dec 2013 11:53:48 +0000 (11:53 +0000)]
rescheduling sessions for udp
Matthias Wachs [Wed, 18 Dec 2013 11:32:49 +0000 (11:32 +0000)]
clean up test after execution
Matthias Wachs [Wed, 18 Dec 2013 11:32:19 +0000 (11:32 +0000)]
fixing name to install
Matthias Wachs [Wed, 18 Dec 2013 11:31:56 +0000 (11:31 +0000)]
new timeout function and keep alives with nonces
Matthias Wachs [Wed, 18 Dec 2013 11:31:29 +0000 (11:31 +0000)]
new timeout function
Matthias Wachs [Wed, 18 Dec 2013 11:31:04 +0000 (11:31 +0000)]
new api function for timeouts
Christian Grothoff [Wed, 18 Dec 2013 10:31:31 +0000 (10:31 +0000)]
-fix endianess before printing DEBUG message
Christian Grothoff [Wed, 18 Dec 2013 10:08:58 +0000 (10:08 +0000)]
-complete API implementation
Christian Grothoff [Wed, 18 Dec 2013 10:08:50 +0000 (10:08 +0000)]
-properly unload incomplete plugins
Christian Grothoff [Wed, 18 Dec 2013 10:02:15 +0000 (10:02 +0000)]
-bash is in deed required
Christian Grothoff [Wed, 18 Dec 2013 10:01:31 +0000 (10:01 +0000)]
-require just sh, not full bash
Christian Grothoff [Wed, 18 Dec 2013 09:59:32 +0000 (09:59 +0000)]
-clean up error message
Christian Grothoff [Wed, 18 Dec 2013 09:56:57 +0000 (09:56 +0000)]
-handle errors in address part
Christian Grothoff [Wed, 18 Dec 2013 09:36:21 +0000 (09:36 +0000)]
-pipe garbage to /dev/null
Christian Grothoff [Wed, 18 Dec 2013 09:33:36 +0000 (09:33 +0000)]
-pi can be slower than this (see build 1241)
Matthias Wachs [Wed, 18 Dec 2013 09:09:11 +0000 (09:09 +0000)]
check for keep alive function while loading plugin
Matthias Wachs [Wed, 18 Dec 2013 09:03:12 +0000 (09:03 +0000)]
fix for fix
Matthias Wachs [Wed, 18 Dec 2013 08:57:03 +0000 (08:57 +0000)]
fixing
0003221: Crash in UDP broadcast: plugin_transport_udp_broadcasting.c:253.
Christian Grothoff [Tue, 17 Dec 2013 22:04:55 +0000 (22:04 +0000)]
-ignore
Christian Grothoff [Tue, 17 Dec 2013 22:04:31 +0000 (22:04 +0000)]
-trying to fix double-cancel
Christian Grothoff [Tue, 17 Dec 2013 20:29:24 +0000 (20:29 +0000)]
Fix assertion failure seen on buildbot ubuntu-armv71-evans,
build 769:
.Dec 17 21:19:40-025205 transport-20588 ERROR Assertion failed at plugin_transport_udp_broadcasting.c:253.
Christian Grothoff [Tue, 17 Dec 2013 19:55:13 +0000 (19:55 +0000)]
-fix #3220: typo in SQL
Christian Grothoff [Tue, 17 Dec 2013 19:46:01 +0000 (19:46 +0000)]
-require gnurl 7.34
Christian Grothoff [Tue, 17 Dec 2013 19:44:08 +0000 (19:44 +0000)]
-do not log at DEBUG in testcases (at least not in SVN), do not print random stuff to stdout
Christian Grothoff [Tue, 17 Dec 2013 19:33:20 +0000 (19:33 +0000)]
-reduce testcase output
Christian Grothoff [Tue, 17 Dec 2013 19:30:41 +0000 (19:30 +0000)]
-no warning if dir does not exist
Matthias Wachs [Tue, 17 Dec 2013 17:13:47 +0000 (17:13 +0000)]
disconnect test
Matthias Wachs [Tue, 17 Dec 2013 17:11:48 +0000 (17:11 +0000)]
disconnect test
Matthias Wachs [Tue, 17 Dec 2013 17:11:29 +0000 (17:11 +0000)]
do not reschedule timeout on sending
Matthias Wachs [Tue, 17 Dec 2013 16:46:40 +0000 (16:46 +0000)]
sleep to have hostlist started
Matthias Wachs [Tue, 17 Dec 2013 16:32:36 +0000 (16:32 +0000)]
fix
Matthias Wachs [Tue, 17 Dec 2013 16:26:01 +0000 (16:26 +0000)]
unused
Matthias Wachs [Tue, 17 Dec 2013 16:24:39 +0000 (16:24 +0000)]
unused test
Matthias Wachs [Tue, 17 Dec 2013 16:23:15 +0000 (16:23 +0000)]
a nat peer is included in clique test
Matthias Wachs [Tue, 17 Dec 2013 16:20:05 +0000 (16:20 +0000)]
clean up for configs
Bart Polot [Tue, 17 Dec 2013 16:16:28 +0000 (16:16 +0000)]
- fix core_disconnect handler to avoid reusing the direct path being destroyed
Matthias Wachs [Tue, 17 Dec 2013 16:14:26 +0000 (16:14 +0000)]
clique test
removed unusued confs, tests
Matthias Wachs [Tue, 17 Dec 2013 15:44:13 +0000 (15:44 +0000)]
remove unused config files
Matthias Wachs [Tue, 17 Dec 2013 15:41:48 +0000 (15:41 +0000)]
disable udp broadcasting
Matthias Wachs [Tue, 17 Dec 2013 15:32:54 +0000 (15:32 +0000)]
restructuring configs + enabling additional plugins
Matthias Wachs [Tue, 17 Dec 2013 15:00:28 +0000 (15:00 +0000)]
re-adding disconnect test
LRN [Tue, 17 Dec 2013 14:19:53 +0000 (14:19 +0000)]
Update for (gn|c)url 7.40.0
Matthias Wachs [Tue, 17 Dec 2013 13:22:38 +0000 (13:22 +0000)]
IPv6 not available: second messsage is better