make myoptions member of 'struct Plugin' instead of a global
[oweals/gnunet.git] / src /
2014-06-23 Christian Grothoffmake myoptions member of 'struct Plugin' instead of...
2014-06-23 Christian Grothoffadding monitoring support to UDP plugin, plus some...
2014-06-23 Christian Grothoff-removing global state from UDP plugin (statics), doxyg...
2014-06-23 Supriti Singhxvine:bug fix
2014-06-23 Christian Grothoff-removing dead config
2014-06-23 Christian Grothoff-fix URIs
2014-06-23 Supriti Singhxvine: minor fixes
2014-06-23 Christian Grothoff-fix time assertion introduce in last patch
2014-06-23 Christian Grothoff-fix URI test to handle new encoder, print both SKS...
2014-06-23 Matthias Wachsdescribing different tests
2014-06-23 Matthias Wachsextended test to check configuration files
2014-06-23 Christian Grothoff-fix SKS publishing in simulate-only mode
2014-06-23 Matthias Wachsprinting peer ids
2014-06-23 Matthias Wachsfix type warning
2014-06-23 Christian Grothoff-misc stuff
2014-06-22 Christian Grothoff-simplify logging using macro
2014-06-22 Christian Grothoff-fix regex
2014-06-22 Christian Grothoff-updateing tempalte
2014-06-22 Christian Grothoff-actually perform monitor calls where appropriate
2014-06-22 Christian Grothoffimplement monitoring API in UNIX, simplify code a bit
2014-06-22 Christian Grothoff-fix doxygen
2014-06-22 Christian Grothoffadding design for session monitoring API to transport...
2014-06-22 Christian Grothoff-reordering API in header to make structure more obvious
2014-06-22 Christian Grothoff-doxygen, cleanup
2014-06-22 Christian Grothoff-doxygen, cleanup
2014-06-22 Christian Grothoff-doxygen, cleanup
2014-06-22 Christian Grothoff-split up transport_api_monitoring into monitor_peers...
2014-06-22 Christian Grothoff-doxygen, indentation
2014-06-22 Christian Grothoff-simplify logic a bit, doxygen, indentation
2014-06-22 Christian Grothoff-indentation, doxygen
2014-06-22 Christian Grothofffix #3451
2014-06-22 Christian Grothoffadd check for certtool
2014-06-22 Christian Grothoffoutput public key of peer
2014-06-20 Sree Harsha TotakuraAdd DHT profiler.
2014-06-19 Supriti Singh- Initializing head, tail in datacache struct get_context
2014-06-19 Omar Tarabaiadditional sensor files
2014-06-19 Omar Tarabainew sensors + fixes
2014-06-19 Omar Tarabaisensor: fix
2014-06-18 Bart Polot- fix NULL connection on queue_send
2014-06-18 Bart PolotAdd a debug "dump to stderr" feature to cadet
2014-06-17 Christian Grothoff-check return value
2014-06-17 Christian Grothoff-check return value
2014-06-17 Christian Grothoff-mark return value as intentionally ignored
2014-06-17 Christian Grothoff-check return value
2014-06-17 Christian Grothoff-check return value
2014-06-17 Christian Grothoff-fix channel data range to make -1 legal value
2014-06-17 Christian Grothoff-bail out properly on error, fix leak
2014-06-17 Christian Grothoff-assert zone is non-null, simplify branching logic...
2014-06-17 Christian Grothoff-add missing break
2014-06-17 Christian Grothoff-handle case where sendsocket is still -1
2014-06-17 Christian Grothoff-check 'socket' call return value, handle failure
2014-06-17 Christian Grothoff-fix socket leak in error handling branches
2014-06-17 Christian Grothoff-fix use of uninitialized memory
2014-06-17 Christian Grothoff-fix use after free
2014-06-17 Christian Grothoff-fix memory leak for 0==p->length
2014-06-17 Sree Harsha TotakuraUse Crockford Base32 encoding instead of RFC 4648.
2014-06-17 Omar Tarabaipeerstore: fix
2014-06-17 Omar Tarabaipeerstore: fix
2014-06-17 Supriti Singhxvine - minor fixes
2014-06-17 Sree Harsha TotakuraFix libgcrypt linker flags.
2014-06-17 Bart Polot- make sure the keepalive test generates more than...
2014-06-17 Bart Polot- fix crash on unexpected malformed PING
2014-06-17 Omar Tarabaiminor fix
2014-06-17 Bart Polot- rename
2014-06-17 Bart Polot- fix KX for very short rekey periods (seconds)
2014-06-17 Bart Polot- refactor kx ctx creation, add debug
2014-06-17 Bart Polot- fixes, renaming
2014-06-17 Bart Polot- refactor key selection, hmac calculation
2014-06-17 Bart Polot- add 2s for new state, reduce buffer
2014-06-17 Bart Polot- rename
2014-06-17 Bart Polot- send 1000 messages to force re-key testing
2014-06-17 Bart Polot- check message size to avoid infinite loop
2014-06-17 Bart PolotIMPORTANT FIX: use return value for integrity check
2014-06-17 Bart PolotAllow to send traffic with the new key when the rekey...
2014-06-17 Bart Polot- add rekey state
2014-06-17 Bart Polot- only create keys on new ephemeral info
2014-06-17 Bart Polot- limit queued messages on tunnel level when tunnel...
2014-06-17 Bart Polot- Allow two GC_2s calls in one line (limited reentrant...
2014-06-17 Bart Polot- test and log for bug #0003423
2014-06-17 Bart Polot- verbose tunnel debug in error cases
2014-06-17 Bart Polot- reduce rekey period for tests, ensure even shorter...
2014-06-17 Bart Polot- kx debug
2014-06-17 Bart Polot- expire old keys adaptively
2014-06-17 Bart Polot- debug info, refactor
2014-06-17 Bart Polot- intialize a new kx_ctx on receipt of a new ephemeral...
2014-06-17 Bart Polot- update default values, eliminate obsolete ones
2014-06-17 Christian Fuchs- renamed NAT's failure code to status code across...
2014-06-17 Christian Fuchs- renamed NAT's failure code to status code
2014-06-16 Supriti Singhxvine dht: few fixes
2014-06-16 Christian Grothoffnotify performance monitors about destroyed addresses...
2014-06-16 Christian Grothoffdo not use session_id in GAS_performance_notify_all_cli...
2014-06-16 Christian Grothoff-doxygen, indentation, nicer stats
2014-06-16 Christian Grothoff-doxygen, indentation
2014-06-16 Christian Grothoff-remove dead include
2014-06-16 Christian Grothoffdoxygen, make local symbol static
2014-06-16 Christian Grothoffprint active/inactive information
2014-06-16 Christian Grothoffminor code cleanups, doxygen
2014-06-16 Christian Grothoffbugfix: only create another address entry if we did...
2014-06-16 Christian Grothoffoptimization: only iterate over mamultipeermap entries...
2014-06-16 Christian Grothoff-doxygen, indentation
next