aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_kx.c
Commit message (Collapse)AuthorAge
* Merge branch 'fix_social'lurchi2017-12-30
|\
| * allow MST callback to distinguish between disconnect and parse error ↵Christian Grothoff2017-10-29
| | | | | | | | situations, and only log for the hard errors
* | Demote some log messagesDavid Barksdale2017-12-29
|/
* removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | plugins (which will be updated 'later')
* fix sign issue in bitshiftChristian Grothoff2017-02-22
|
* mostly logging, avoid having more than one typemap in transmission queue, ↵Christian Grothoff2017-02-19
| | | | accept port=0 as not an error, tolerate link-local addrs
* converting core service to new service APIChristian Grothoff2016-09-20
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -unset flag after transmissionChristian Grothoff2016-07-26
|
* -converting CORE service to new transport MQ APIChristian Grothoff2016-07-26
|
* -preparatory steps for transport API changeChristian Grothoff2016-07-25
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* distinguish PING failure after rekey from other failures (#4019) when loggingChristian Grothoff2015-10-29
|
* -fix debug messageSree Harsha Totakura2015-10-28
|
* -fix FTBFSChristian Grothoff2015-10-28
|
* log rekeying operation, do not log distracting garbage for #4019Christian Grothoff2015-10-28
|
* -doxChristian Grothoff2015-10-26
|
* -randomize ps each timeChristian Grothoff2015-10-25
|
* -we use 4 chars, not 8 for pIDsChristian Grothoff2015-10-18
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* finishing implementation of #3652Christian Grothoff2015-03-08
|
* -always assume at least MIN bandwidth, even if we got no quota or a quota ↵Christian Grothoff2015-03-08
| | | | lower than min
* -try to avoid being stuck with key sent/received if PING/PONGs are lostChristian Grothoff2015-03-08
|
* -doxygen, comments, indentationChristian Grothoff2015-03-01
|
* fix #3688Christian Grothoff2015-02-28
|
* -improve loggingChristian Grothoff2015-02-11
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -style fixesChristian Grothoff2014-12-13
|
* -doxygen, code cleanupChristian Grothoff2014-09-30
|
* only notify clients about significant (>5s) timeout changesChristian Grothoff2014-05-09
|
* -indent, doxygenChristian Grothoff2014-04-25
|
* fix #3348: send typemap confirmation messages, perform faster typemap ↵Christian Grothoff2014-04-23
| | | | retransmissions for unconfirmed typemaps, restart retransmissions on reconnect
* -do call receive done on monitor callsChristian Grothoff2014-04-11
|
* -also notify monitors on timeout changeChristian Grothoff2014-04-11
|
* towards fixing #3363: replacing old iteration API with new monitoring API ↵Christian Grothoff2014-04-11
| | | | for core (needs testing, gnunet-core incomplete)
* -doxygen improvementsChristian Grothoff2014-04-07
|
* -fix possible assertion failure if rekeying is triggered on session that is ↵Christian Grothoff2013-12-24
| | | | not yet up
* -fix tiny leak, doxygenChristian Grothoff2013-12-23
|
* -trying to fix amatus's KX issueChristian Grothoff2013-12-23
|
* -amatus says this happens with just new peers, booChristian Grothoff2013-12-22
|
* -reduce log levelChristian Grothoff2013-12-22
|
* -style fixChristian Grothoff2013-12-18
|
* -doxygenChristian Grothoff2013-12-12
|
* fix for core key exchangeMatthias Wachs2013-12-12
|
* -match exact types from message structChristian Grothoff2013-10-29
|