oweals/gnunet.git
10 years ago-doxygen, indentation, minor code cleanup
Christian Grothoff [Fri, 13 Dec 2013 18:05:32 +0000 (18:05 +0000)]
-doxygen, indentation, minor code cleanup

10 years ago-fix warning
Christian Grothoff [Fri, 13 Dec 2013 17:34:15 +0000 (17:34 +0000)]
-fix warning

10 years ago-code cleanup, in particular moving towards using client context for storing TCP...
Christian Grothoff [Fri, 13 Dec 2013 17:32:40 +0000 (17:32 +0000)]
-code cleanup, in particular moving towards using client context for storing TCP sessions to be more efficient upon receiving

10 years ago-removing useless session counting logic, doxygen, code cleanup
Christian Grothoff [Fri, 13 Dec 2013 17:20:51 +0000 (17:20 +0000)]
-removing useless session counting logic, doxygen, code cleanup

10 years ago-crash if this happens, so we at least get a core dump
Christian Grothoff [Fri, 13 Dec 2013 17:07:35 +0000 (17:07 +0000)]
-crash if this happens, so we at least get a core dump

10 years ago-move tcp session check into extra checks condition
Christian Grothoff [Fri, 13 Dec 2013 17:06:48 +0000 (17:06 +0000)]
-move tcp session check into extra checks condition

10 years ago-remove break for something that theoretically could be OK
Christian Grothoff [Fri, 13 Dec 2013 16:59:28 +0000 (16:59 +0000)]
-remove break for something that theoretically could be OK

10 years ago-fix #3212
Christian Grothoff [Fri, 13 Dec 2013 16:57:03 +0000 (16:57 +0000)]
-fix #3212

10 years agoaccept all requests, reduce log level
Matthias Wachs [Fri, 13 Dec 2013 15:58:23 +0000 (15:58 +0000)]
accept all requests, reduce log level

10 years ago-clean up network select code, avoid insane #ifdefing for MINGW
Christian Grothoff [Fri, 13 Dec 2013 15:53:37 +0000 (15:53 +0000)]
-clean up network select code, avoid insane #ifdefing for MINGW

10 years ago-fix off-by-one so we can also select on FD 0 (stdin)
Christian Grothoff [Fri, 13 Dec 2013 15:47:56 +0000 (15:47 +0000)]
-fix off-by-one so we can also select on FD 0 (stdin)

10 years ago-fix #3211
Christian Grothoff [Fri, 13 Dec 2013 15:00:33 +0000 (15:00 +0000)]
-fix #3211

10 years agoreduce switch log level, increase ats timeout log level
Matthias Wachs [Fri, 13 Dec 2013 14:48:10 +0000 (14:48 +0000)]
reduce switch log level, increase ats timeout log level

10 years agofix assertion in line 1388
Matthias Wachs [Fri, 13 Dec 2013 13:59:37 +0000 (13:59 +0000)]
fix assertion in line 1388

10 years ago- fix 3163#c7868
Bart Polot [Fri, 13 Dec 2013 13:33:19 +0000 (13:33 +0000)]
- fix 3163#c7868

10 years ago-fix 3208 by making kills async
Christian Grothoff [Fri, 13 Dec 2013 13:25:31 +0000 (13:25 +0000)]
-fix 3208 by making kills async

10 years ago-sometimes bugs are really simple -- fixing #3191 but creating fresh crashes
Christian Grothoff [Fri, 13 Dec 2013 13:09:21 +0000 (13:09 +0000)]
-sometimes bugs are really simple -- fixing #3191 but creating fresh crashes

10 years agouse enum GNUNET_ATS_Network_Type instead of uint32_t where appropriate
Christian Grothoff [Fri, 13 Dec 2013 13:06:08 +0000 (13:06 +0000)]
use enum GNUNET_ATS_Network_Type instead of uint32_t where appropriate

10 years agouse enum GNUNET_ATS_Network_Type instead of uint32_t where appropriate
Christian Grothoff [Fri, 13 Dec 2013 13:00:14 +0000 (13:00 +0000)]
use enum GNUNET_ATS_Network_Type instead of uint32_t where appropriate

10 years ago-adding a few more assertions to debug #3191
Christian Grothoff [Fri, 13 Dec 2013 12:52:22 +0000 (12:52 +0000)]
-adding a few more assertions to debug #3191

10 years agocomment
Matthias Wachs [Fri, 13 Dec 2013 12:49:15 +0000 (12:49 +0000)]
comment

10 years agoallow distance change to communicate changes in network of next hop as well, related...
Christian Grothoff [Fri, 13 Dec 2013 12:48:34 +0000 (12:48 +0000)]
allow distance change to communicate changes in network of next hop as well, related to #3191, but not sure if it fixes it

10 years ago-undo
Christian Grothoff [Fri, 13 Dec 2013 12:40:18 +0000 (12:40 +0000)]
-undo

10 years ago-code cleanup, fixing #3207: timeout can be NULL in reschedule_session_timeout if...
Christian Grothoff [Fri, 13 Dec 2013 12:39:09 +0000 (12:39 +0000)]
-code cleanup, fixing #3207: timeout can be NULL in reschedule_session_timeout if we are 'in destroy', in which case we should simply do nothing

10 years ago-code cleanup, fixing #3207: timeout can be NULL in reschedule_session_timeout if...
Christian Grothoff [Fri, 13 Dec 2013 12:30:59 +0000 (12:30 +0000)]
-code cleanup, fixing #3207: timeout can be NULL in reschedule_session_timeout if we are 'in destroy', in which case we should simply do nothing

10 years agoremove addresses we cannot connect to
Matthias Wachs [Fri, 13 Dec 2013 12:26:34 +0000 (12:26 +0000)]
remove addresses we cannot connect to

10 years ago-update doxy file
Christian Grothoff [Fri, 13 Dec 2013 12:08:16 +0000 (12:08 +0000)]
-update doxy file

10 years ago-doxygen, style fixes
Christian Grothoff [Fri, 13 Dec 2013 12:05:02 +0000 (12:05 +0000)]
-doxygen, style fixes

10 years agoDestroy address and session if blacklist denies connection
Matthias Wachs [Fri, 13 Dec 2013 10:42:41 +0000 (10:42 +0000)]
Destroy address and session if blacklist denies connection
Address suggestion requests are not need, if a request was scheduled before...

10 years agothis is not possible, since identity check is enforced by transport_clients on try...
Matthias Wachs [Fri, 13 Dec 2013 09:05:33 +0000 (09:05 +0000)]
this is not possible, since identity check is enforced by transport_clients on try connect call

10 years ago-fixing 'make dist' issues
Christian Grothoff [Thu, 12 Dec 2013 21:43:39 +0000 (21:43 +0000)]
-fixing 'make dist' issues

10 years ago-fixing includex for xdht
Christian Grothoff [Thu, 12 Dec 2013 21:38:43 +0000 (21:38 +0000)]
-fixing includex for xdht

10 years ago-missing header
Christian Grothoff [Thu, 12 Dec 2013 21:35:53 +0000 (21:35 +0000)]
-missing header

10 years ago-doxygen, style, possibly fixing hostlist-client missing first core connect notification
Christian Grothoff [Thu, 12 Dec 2013 21:31:39 +0000 (21:31 +0000)]
-doxygen, style, possibly fixing hostlist-client missing first core connect notification

10 years ago-fix
Christian Grothoff [Thu, 12 Dec 2013 21:11:17 +0000 (21:11 +0000)]
-fix

10 years ago- fix delete loop
Bart Polot [Thu, 12 Dec 2013 19:06:12 +0000 (19:06 +0000)]
- fix delete loop

10 years ago- if a kx fails due to reconnect state, don't complain (it'll get retransmitted event...
Bart Polot [Thu, 12 Dec 2013 19:00:24 +0000 (19:00 +0000)]
- if a kx fails due to reconnect state, don't complain (it'll get retransmitted eventually)

10 years ago- don't return on found connection, more checks to go
Bart Polot [Thu, 12 Dec 2013 18:56:20 +0000 (18:56 +0000)]
- don't return on found connection, more checks to go

10 years ago- only complain if channel is not being destroyed (client has forgotten about it...
Bart Polot [Thu, 12 Dec 2013 18:50:03 +0000 (18:50 +0000)]
- only complain if channel is not being destroyed (client has forgotten about it already)

10 years ago- return NULL when continuation is NULL, avoid channel:860 break
Bart Polot [Thu, 12 Dec 2013 18:47:47 +0000 (18:47 +0000)]
- return NULL when continuation is NULL, avoid channel:860 break

10 years ago-fix leaks of MPIs
Christian Grothoff [Thu, 12 Dec 2013 18:38:31 +0000 (18:38 +0000)]
-fix leaks of MPIs

10 years ago-removing code that just dereferenced uninitialized 'm' and then decided to randomly...
Christian Grothoff [Thu, 12 Dec 2013 18:36:19 +0000 (18:36 +0000)]
-removing code that just dereferenced uninitialized 'm' and then decided to randomly increment memory

10 years ago- dont GNUNET_break on non-validable paths, DHT seems to routinely be aware of core...
Bart Polot [Thu, 12 Dec 2013 18:34:20 +0000 (18:34 +0000)]
- dont GNUNET_break on non-validable paths, DHT seems to routinely be aware of core connections faster than MESH

10 years ago-fix leak
Christian Grothoff [Thu, 12 Dec 2013 18:32:15 +0000 (18:32 +0000)]
-fix leak

10 years ago-fix leak, style
Christian Grothoff [Thu, 12 Dec 2013 18:29:57 +0000 (18:29 +0000)]
-fix leak, style

10 years ago-fix leaks
Christian Grothoff [Thu, 12 Dec 2013 18:28:05 +0000 (18:28 +0000)]
-fix leaks

10 years ago- wrong condition
Bart Polot [Thu, 12 Dec 2013 18:22:55 +0000 (18:22 +0000)]
- wrong condition

10 years ago- cancel transmission altogether on error
Bart Polot [Thu, 12 Dec 2013 18:19:40 +0000 (18:19 +0000)]
- cancel transmission altogether on error

10 years ago- fix warnings
Bart Polot [Thu, 12 Dec 2013 18:19:08 +0000 (18:19 +0000)]
- fix warnings

10 years ago-fix hostlist warning from #3206
Christian Grothoff [Thu, 12 Dec 2013 18:01:43 +0000 (18:01 +0000)]
-fix hostlist warning from #3206

10 years ago- react to connection destrutcion in exisitng tunnel
Bart Polot [Thu, 12 Dec 2013 18:00:06 +0000 (18:00 +0000)]
- react to connection destrutcion in exisitng tunnel

10 years ago-doxygen
Christian Grothoff [Thu, 12 Dec 2013 17:45:27 +0000 (17:45 +0000)]
-doxygen

10 years ago- decrease timeout
Sree Harsha Totakura [Thu, 12 Dec 2013 16:53:30 +0000 (16:53 +0000)]
- decrease timeout

10 years ago- fixed missing call to call server_done in server message handler
Sree Harsha Totakura [Thu, 12 Dec 2013 16:44:34 +0000 (16:44 +0000)]
- fixed missing call to call server_done in server message handler

10 years ago- fix testcase crash; debug code added
Sree Harsha Totakura [Thu, 12 Dec 2013 16:39:52 +0000 (16:39 +0000)]
- fix testcase crash; debug code added

10 years ago- simplify tunnel delayed queue
Bart Polot [Thu, 12 Dec 2013 16:25:18 +0000 (16:25 +0000)]
- simplify tunnel delayed queue

10 years agofixing documentation
Matthias Wachs [Thu, 12 Dec 2013 16:24:25 +0000 (16:24 +0000)]
fixing documentation

10 years agoDon't use ancient -no-cpp-precomp flag on OS X.
Bruno Cabral [Thu, 12 Dec 2013 16:18:18 +0000 (16:18 +0000)]
Don't use ancient -no-cpp-precomp flag on OS X.
Straight copy from WxWidgets :
See http://trac.wxwidgets.org/ticket/14029 for a discussion of the
problems it causes when using non-Apple compiler. Even for Apple's GCC,
it does nothing these days and we no longer support OS X 10.3, so
there's no point in continuing to use it.

10 years ago-dead
Christian Grothoff [Thu, 12 Dec 2013 16:18:09 +0000 (16:18 +0000)]
-dead

10 years ago-no vg
Christian Grothoff [Thu, 12 Dec 2013 16:17:33 +0000 (16:17 +0000)]
-no vg

10 years ago-be stricter during handshake, close sessions with broken interactions aggressively
Christian Grothoff [Thu, 12 Dec 2013 16:17:10 +0000 (16:17 +0000)]
-be stricter during handshake, close sessions with broken interactions aggressively

10 years ago- dont retransmit connection_destroy to self
Bart Polot [Thu, 12 Dec 2013 15:51:28 +0000 (15:51 +0000)]
- dont retransmit connection_destroy to self

10 years ago- doc
Bart Polot [Thu, 12 Dec 2013 15:36:12 +0000 (15:36 +0000)]
- doc

10 years ago- log
Bart Polot [Thu, 12 Dec 2013 15:34:37 +0000 (15:34 +0000)]
- log

10 years agofix for core key exchange
Matthias Wachs [Thu, 12 Dec 2013 15:01:43 +0000 (15:01 +0000)]
fix for core key exchange

10 years ago-fix NPE
Christian Grothoff [Thu, 12 Dec 2013 14:27:18 +0000 (14:27 +0000)]
-fix NPE

10 years ago- fix #3203
Sree Harsha Totakura [Thu, 12 Dec 2013 13:57:03 +0000 (13:57 +0000)]
- fix #3203

10 years agodo not start with malformed configuration
Matthias Wachs [Thu, 12 Dec 2013 13:42:16 +0000 (13:42 +0000)]
do not start with malformed configuration

10 years agofail to start service if we have a malformed configuration
Matthias Wachs [Thu, 12 Dec 2013 13:36:21 +0000 (13:36 +0000)]
fail to start service if we have a malformed configuration

10 years ago- new plugin API functions
Bart Polot [Thu, 12 Dec 2013 13:07:28 +0000 (13:07 +0000)]
- new plugin API functions

10 years ago- don't send ack on channels to be destroyed
Bart Polot [Thu, 12 Dec 2013 12:24:11 +0000 (12:24 +0000)]
- don't send ack on channels to be destroyed

10 years ago- don't confirm channels scheduled for destruction, client handles are NULL'd
Bart Polot [Thu, 12 Dec 2013 12:07:05 +0000 (12:07 +0000)]
- don't confirm channels scheduled for destruction, client handles are NULL'd

10 years agoremove debugging breaks
Matthias Wachs [Thu, 12 Dec 2013 11:55:48 +0000 (11:55 +0000)]
remove debugging breaks

10 years ago-extend transport plugin API with capability to just disconnect a single session...
Christian Grothoff [Thu, 12 Dec 2013 11:51:03 +0000 (11:51 +0000)]
-extend transport plugin API with capability to just disconnect a single session (not yet used)

10 years ago-dead
Christian Grothoff [Thu, 12 Dec 2013 10:44:42 +0000 (10:44 +0000)]
-dead

10 years agoshorter session timeout for UDP
Matthias Wachs [Thu, 12 Dec 2013 10:43:34 +0000 (10:43 +0000)]
shorter session timeout for UDP

10 years ago-trying to fix #3202
Christian Grothoff [Thu, 12 Dec 2013 08:40:04 +0000 (08:40 +0000)]
-trying to fix #3202

10 years agobe more descriptive for debugging
Matthias Wachs [Thu, 12 Dec 2013 08:31:25 +0000 (08:31 +0000)]
be more descriptive for debugging

10 years ago-undo, breaks multiuser more...
Christian Grothoff [Thu, 12 Dec 2013 08:22:20 +0000 (08:22 +0000)]
-undo, breaks multiuser more...

10 years ago-fixing #3202
Christian Grothoff [Thu, 12 Dec 2013 08:19:44 +0000 (08:19 +0000)]
-fixing #3202

10 years ago- underlay link model message
Sree Harsha Totakura [Thu, 12 Dec 2013 07:27:06 +0000 (07:27 +0000)]
- underlay link model message

10 years ago-more logging, etc.
Christian Grothoff [Wed, 11 Dec 2013 22:50:10 +0000 (22:50 +0000)]
-more logging, etc.

10 years ago-indentation, doxygen, logging
Christian Grothoff [Wed, 11 Dec 2013 21:25:23 +0000 (21:25 +0000)]
-indentation, doxygen, logging

10 years ago-remove useless/broken configure options, and gnunet_directories.h
Christian Grothoff [Wed, 11 Dec 2013 21:00:32 +0000 (21:00 +0000)]
-remove useless/broken configure options, and gnunet_directories.h

10 years ago-remove find() forking, we pretty much should not need this anymore, and it confused...
Christian Grothoff [Wed, 11 Dec 2013 20:12:12 +0000 (20:12 +0000)]
-remove find() forking, we pretty much should not need this anymore, and it confused users in the past

10 years ago-indentation, doxygen, logging
Christian Grothoff [Wed, 11 Dec 2013 19:59:19 +0000 (19:59 +0000)]
-indentation, doxygen, logging

10 years ago-fix use after free
Christian Grothoff [Wed, 11 Dec 2013 19:58:05 +0000 (19:58 +0000)]
-fix use after free

10 years ago-fix path
Christian Grothoff [Wed, 11 Dec 2013 19:24:11 +0000 (19:24 +0000)]
-fix path

10 years ago-close /dev/random on shutdown
Christian Grothoff [Wed, 11 Dec 2013 18:50:20 +0000 (18:50 +0000)]
-close /dev/random on shutdown

10 years ago- close statistics handler on shutdown, fix #3194
Bart Polot [Wed, 11 Dec 2013 16:35:28 +0000 (16:35 +0000)]
- close statistics handler on shutdown, fix #3194

10 years agouse a define as statistic string to be sure to set the same value
Matthias Wachs [Wed, 11 Dec 2013 15:37:48 +0000 (15:37 +0000)]
use a define as statistic string to be sure to set the same value

10 years ago-avoid duplicate remove
Christian Grothoff [Wed, 11 Dec 2013 15:07:59 +0000 (15:07 +0000)]
-avoid duplicate remove

10 years ago- more work on multipart sending
Christian Fuchs [Wed, 11 Dec 2013 14:47:13 +0000 (14:47 +0000)]
- more work on multipart sending
- separated bf-generation and reduction again, as this is now necessary with dynamic bf-lengths

10 years ago- add underlay api implementation
Sree Harsha Totakura [Wed, 11 Dec 2013 14:44:13 +0000 (14:44 +0000)]
- add underlay api implementation

10 years ago-style and doxygen fixes
Christian Grothoff [Wed, 11 Dec 2013 14:41:52 +0000 (14:41 +0000)]
-style and doxygen fixes

10 years ago-fix leak
Christian Grothoff [Wed, 11 Dec 2013 14:36:48 +0000 (14:36 +0000)]
-fix leak

10 years ago-doxygen
Christian Grothoff [Wed, 11 Dec 2013 14:34:12 +0000 (14:34 +0000)]
-doxygen

10 years ago-do disconnect after continuations, to hopefullyf ix #3194
Christian Grothoff [Wed, 11 Dec 2013 12:55:59 +0000 (12:55 +0000)]
-do disconnect after continuations, to hopefullyf ix #3194

10 years agoAdd a dummy gnunet-secretsharing-profiler.c until fdold gets around to add the real one
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

10 years agodocument options provided
Matthias Wachs [Wed, 11 Dec 2013 09:57:27 +0000 (09:57 +0000)]
document options provided