Christian Grothoff [Wed, 11 Dec 2013 12:55:59 +0000 (12:55 +0000)]
-do disconnect after continuations, to hopefullyf ix #3194
LRN [Wed, 11 Dec 2013 12:49:07 +0000 (12:49 +0000)]
Add a dummy gnunet-secretsharing-profiler.c until fdold gets around to add the real one
Matthias Wachs [Wed, 11 Dec 2013 09:57:27 +0000 (09:57 +0000)]
document options provided
Christian Grothoff [Tue, 10 Dec 2013 23:36:06 +0000 (23:36 +0000)]
-misc dv fixes
Christian Grothoff [Tue, 10 Dec 2013 22:14:20 +0000 (22:14 +0000)]
-fix #3192, as suggested
Christian Grothoff [Tue, 10 Dec 2013 21:42:08 +0000 (21:42 +0000)]
-fix distance
Christian Grothoff [Tue, 10 Dec 2013 21:38:35 +0000 (21:38 +0000)]
-ignore unmatched NACK/ACKs
Bart Polot [Tue, 10 Dec 2013 19:01:02 +0000 (19:01 +0000)]
- refine assert condition
Matthias Wachs [Tue, 10 Dec 2013 16:52:56 +0000 (16:52 +0000)]
fix error message when testing service and directory exists
Bart Polot [Tue, 10 Dec 2013 16:51:54 +0000 (16:51 +0000)]
- wip
Christian Grothoff [Tue, 10 Dec 2013 14:37:05 +0000 (14:37 +0000)]
-do not crash if we get NACKs or ACKs for disconnected peers
Christian Grothoff [Tue, 10 Dec 2013 14:33:56 +0000 (14:33 +0000)]
-fix
Christian Grothoff [Tue, 10 Dec 2013 14:33:44 +0000 (14:33 +0000)]
-trying to fix #3189
Matthias Wachs [Tue, 10 Dec 2013 14:26:37 +0000 (14:26 +0000)]
disable debugging break
Bart Polot [Tue, 10 Dec 2013 14:24:09 +0000 (14:24 +0000)]
- dont check destroy, opaque pointer
Bart Polot [Tue, 10 Dec 2013 14:21:46 +0000 (14:21 +0000)]
- dont send connection create for dying connections, avoid segfaults by the way
Christian Grothoff [Tue, 10 Dec 2013 12:50:34 +0000 (12:50 +0000)]
-fixing #3181: close all connections on DV service reconnect, also track active connections and check that transmission requests are valid
Bart Polot [Tue, 10 Dec 2013 12:24:28 +0000 (12:24 +0000)]
- cancel queued transmission on channel destroy
Florian Dold [Tue, 10 Dec 2013 11:14:22 +0000 (11:14 +0000)]
- key generation for secretsharing
- gnunet-ecc -E also prints hex
Florian Dold [Tue, 10 Dec 2013 10:57:12 +0000 (10:57 +0000)]
- fixed use after free in set (#3188)
Christian Grothoff [Tue, 10 Dec 2013 10:25:14 +0000 (10:25 +0000)]
-fix check, do not drop our own messages, but count foreign drops in stats
Bart Polot [Tue, 10 Dec 2013 09:56:28 +0000 (09:56 +0000)]
- simplify the crazyness of sending tunnel-queued data: avoid going back to channel, no more channel parameter necessary
Christian Grothoff [Tue, 10 Dec 2013 09:17:12 +0000 (09:17 +0000)]
-minor fixes
Christian Grothoff [Tue, 10 Dec 2013 09:07:38 +0000 (09:07 +0000)]
-consistently update consensi map whenever peer distances change (should fix #3183)
Sree Harsha Totakura [Tue, 10 Dec 2013 08:59:55 +0000 (08:59 +0000)]
- fix #3187
Bart Polot [Tue, 10 Dec 2013 08:56:54 +0000 (08:56 +0000)]
- fix extra iterator step
Christian Grothoff [Tue, 10 Dec 2013 08:43:45 +0000 (08:43 +0000)]
-doxygen fixes
Christian Grothoff [Tue, 10 Dec 2013 08:41:52 +0000 (08:41 +0000)]
-doxygen fixes
Matthias Wachs [Tue, 10 Dec 2013 07:58:08 +0000 (07:58 +0000)]
renaming according to naming conventions
Florian Dold [Mon, 9 Dec 2013 23:22:55 +0000 (23:22 +0000)]
- fix #3185 and #3184 in set
Christian Grothoff [Mon, 9 Dec 2013 21:53:53 +0000 (21:53 +0000)]
-bump deps
Florian Dold [Mon, 9 Dec 2013 20:27:32 +0000 (20:27 +0000)]
- fix use after free in set union (#3178)
Bart Polot [Mon, 9 Dec 2013 19:58:51 +0000 (19:58 +0000)]
- crazyness (see doc)
Bart Polot [Mon, 9 Dec 2013 19:13:00 +0000 (19:13 +0000)]
- fix handle for tunnel queueing during KX
Sree Harsha Totakura [Mon, 9 Dec 2013 18:26:52 +0000 (18:26 +0000)]
- doxygen
Sree Harsha Totakura [Mon, 9 Dec 2013 18:26:40 +0000 (18:26 +0000)]
new underlay API
Bart Polot [Mon, 9 Dec 2013 18:12:33 +0000 (18:12 +0000)]
- relay error to peer, indentation
Bart Polot [Mon, 9 Dec 2013 18:12:05 +0000 (18:12 +0000)]
- conditional break already called freom register_neighbors
Bart Polot [Mon, 9 Dec 2013 18:07:31 +0000 (18:07 +0000)]
- connection_cancel_queues can destroy connection, make sure to add retransmission to queue before calling
Bart Polot [Mon, 9 Dec 2013 17:58:42 +0000 (17:58 +0000)]
- log condition prior to abort
LRN [Mon, 9 Dec 2013 17:53:31 +0000 (17:53 +0000)]
Remove test home at the beginning and at the VERY end
LRN [Mon, 9 Dec 2013 17:53:20 +0000 (17:53 +0000)]
Update W32 GNS helper and NSP
Bart Polot [Mon, 9 Dec 2013 17:47:29 +0000 (17:47 +0000)]
- improve handling of duplicate connection_create
Bart Polot [Mon, 9 Dec 2013 17:47:09 +0000 (17:47 +0000)]
- dont allow NULL connections in a tunnel
Christian Fuchs [Mon, 9 Dec 2013 16:31:38 +0000 (16:31 +0000)]
- jummy, multiparts!
- Hatchet
Christian Fuchs [Mon, 9 Dec 2013 16:17:19 +0000 (16:17 +0000)]
- more multipart fun
- Make it so
Christian Fuchs [Mon, 9 Dec 2013 15:48:51 +0000 (15:48 +0000)]
towards multipart msging for bloomfilters in set intersection
Bart Polot [Mon, 9 Dec 2013 15:37:01 +0000 (15:37 +0000)]
- dont show as error (break takes care of that)
Matthias Wachs [Mon, 9 Dec 2013 15:26:30 +0000 (15:26 +0000)]
make message appear less often
Christian Grothoff [Mon, 9 Dec 2013 15:16:44 +0000 (15:16 +0000)]
-doxygen, indentation fixes
Christian Grothoff [Mon, 9 Dec 2013 14:52:22 +0000 (14:52 +0000)]
-doxygen, indentation fixes
Bart Polot [Mon, 9 Dec 2013 14:50:26 +0000 (14:50 +0000)]
- dont generate errors on async channel destruction, use stats instead
Sree Harsha Totakura [Mon, 9 Dec 2013 14:44:37 +0000 (14:44 +0000)]
-doxygen
Christian Grothoff [Mon, 9 Dec 2013 14:39:30 +0000 (14:39 +0000)]
-doxygen, indentation fixes
Christian Grothoff [Mon, 9 Dec 2013 14:29:39 +0000 (14:29 +0000)]
-doxygen, indentation fixes
Bart Polot [Mon, 9 Dec 2013 14:00:29 +0000 (14:00 +0000)]
- fix #3172
Bart Polot [Mon, 9 Dec 2013 13:55:59 +0000 (13:55 +0000)]
- don't flag as ERROR if channel is loopback (no retransmissions necessary in that case)
Christian Grothoff [Mon, 9 Dec 2013 13:51:16 +0000 (13:51 +0000)]
-update bcd template and adjust code accordingly
Bart Polot [Mon, 9 Dec 2013 13:45:39 +0000 (13:45 +0000)]
- remove dead code
Bart Polot [Mon, 9 Dec 2013 13:43:33 +0000 (13:43 +0000)]
- fixed 3174: check reliable gap before allowing client to give more data
Matthias Wachs [Mon, 9 Dec 2013 13:42:20 +0000 (13:42 +0000)]
revert to http
Bart Polot [Mon, 9 Dec 2013 13:41:19 +0000 (13:41 +0000)]
- log
Bart Polot [Mon, 9 Dec 2013 13:29:25 +0000 (13:29 +0000)]
- doxygen
Bart Polot [Mon, 9 Dec 2013 12:54:49 +0000 (12:54 +0000)]
-fixed 3174 part 1
Christian Grothoff [Mon, 9 Dec 2013 12:08:12 +0000 (12:08 +0000)]
-increase timeout for slow systems
Christian Grothoff [Mon, 9 Dec 2013 12:07:38 +0000 (12:07 +0000)]
-set charset to utf-8
Christian Grothoff [Mon, 9 Dec 2013 11:53:42 +0000 (11:53 +0000)]
Stephan Posselt writes:
Ich habe mal kurz nach Visitenkarten gegooglet und anscheinend macht das
"labels"-Paket genau das, was man braucht. Im Anhang habe ich die
Optionen mal rein-gepastet.
Christian Grothoff [Sun, 8 Dec 2013 23:53:40 +0000 (23:53 +0000)]
-remove duplicated return
Christian Grothoff [Sun, 8 Dec 2013 23:52:42 +0000 (23:52 +0000)]
-assert MHD_VERSION is always above 09E00, remove dead struct
Christian Grothoff [Sun, 8 Dec 2013 23:47:46 +0000 (23:47 +0000)]
-clarify prescedence
Christian Grothoff [Sun, 8 Dec 2013 23:47:11 +0000 (23:47 +0000)]
-clarify prescedence
Christian Grothoff [Sun, 8 Dec 2013 23:43:19 +0000 (23:43 +0000)]
-make checkers happy by always initializing map, also extra check just in case the branch conditions are not quite right
Christian Grothoff [Sun, 8 Dec 2013 23:40:32 +0000 (23:40 +0000)]
-style fixes
Christian Grothoff [Sun, 8 Dec 2013 23:32:08 +0000 (23:32 +0000)]
-cleanup
Christian Grothoff [Sun, 8 Dec 2013 23:28:37 +0000 (23:28 +0000)]
-cleanup
Christian Grothoff [Sun, 8 Dec 2013 23:19:15 +0000 (23:19 +0000)]
-cleanup
Christian Grothoff [Sun, 8 Dec 2013 23:16:48 +0000 (23:16 +0000)]
-complete comment
Christian Grothoff [Sun, 8 Dec 2013 23:14:40 +0000 (23:14 +0000)]
API cleanup, rename GNUNET_TRANSPORT_check_neighbour_connected to GNUNET_TRANSPORT_check_peer_connected
Christian Grothoff [Sun, 8 Dec 2013 23:11:15 +0000 (23:11 +0000)]
-doxgyen, indentation, code clean up
Christian Grothoff [Sun, 8 Dec 2013 22:52:12 +0000 (22:52 +0000)]
-rename enum MeshOption to GNUNET_MESH_ChannelOption to ensure we use GNUNET_MESH_ prefix as we should
Christian Grothoff [Sun, 8 Dec 2013 22:45:15 +0000 (22:45 +0000)]
-ignore
Christian Grothoff [Sun, 8 Dec 2013 22:43:51 +0000 (22:43 +0000)]
-ignore
Christian Grothoff [Sun, 8 Dec 2013 22:36:04 +0000 (22:36 +0000)]
fix #3170, again by cancelling scheduler tasks last so that they cannot be re-created by callbacks triggered during shutdown of the rest of the struct
Christian Grothoff [Sun, 8 Dec 2013 22:31:04 +0000 (22:31 +0000)]
-fix #3168, cancel retry task AFTER GMT_cancel, as that triggers a callback in gnunet-service-mesh-peer.c:952 which may then CREATE a new task
LRN [Sun, 8 Dec 2013 21:47:26 +0000 (21:47 +0000)]
Dup the envvar before unsetting, everywhere
LRN [Sun, 8 Dec 2013 21:33:38 +0000 (21:33 +0000)]
Skip tests properly
LRN [Sun, 8 Dec 2013 21:33:34 +0000 (21:33 +0000)]
Change gnunet-config detection in gns tests
LRN [Sun, 8 Dec 2013 21:33:29 +0000 (21:33 +0000)]
Save the prefix value on W32, it does not survive unsetting
LRN [Sun, 8 Dec 2013 21:33:27 +0000 (21:33 +0000)]
Add hostname and port to psyc.conf (required on W32)
LRN [Sun, 8 Dec 2013 21:33:24 +0000 (21:33 +0000)]
Add hostname to psycstore.conf (required on W32)
Christian Grothoff [Sun, 8 Dec 2013 21:21:16 +0000 (21:21 +0000)]
-minor code cleanup and doxygen/style fixes
Christian Grothoff [Sun, 8 Dec 2013 21:12:26 +0000 (21:12 +0000)]
-doxygen and formatting and style fixes
Christian Grothoff [Sun, 8 Dec 2013 21:06:12 +0000 (21:06 +0000)]
mark timeout task as done if it is run, fixes #3171
Christian Grothoff [Sun, 8 Dec 2013 20:41:21 +0000 (20:41 +0000)]
-fix trailing spaces
Christian Grothoff [Sun, 8 Dec 2013 20:40:27 +0000 (20:40 +0000)]
fix use-after-free: the call to mesh_channel_destroy will ultimately free 'op', so we must not update 'op' after the call; however, it is a good idea to clean up the 'channel' field just before the call (#3164)
Christian Grothoff [Sun, 8 Dec 2013 19:25:46 +0000 (19:25 +0000)]
-test for tm_gmtoff and use it instead of 'timezone' as suggested by GNU libc manual
Christian Grothoff [Sun, 8 Dec 2013 17:50:15 +0000 (17:50 +0000)]
-freebsd wants malloc_np for malloc_usable_size
Christian Grothoff [Sun, 8 Dec 2013 17:05:53 +0000 (17:05 +0000)]
-fix
Christian Grothoff [Sun, 8 Dec 2013 17:05:38 +0000 (17:05 +0000)]
-set session to active on initial creation and notification of the transport; this should fix #3162
Christian Grothoff [Sun, 8 Dec 2013 16:39:40 +0000 (16:39 +0000)]
-default to https