aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_peer.c
Commit message (Expand)AuthorAge
* - fix error messageBart Polot2015-06-24
* - fixBart Polot2015-06-24
* - complain about excessive core waiting timesBart Polot2015-06-24
* - check connections on peer destroyBart Polot2015-06-24
* NULL terminate core_handlers[]David Barksdale2015-06-23
* - only log time if core is requestedBart Polot2015-06-18
* - add core timing to peer debugBart Polot2015-06-18
* - free hello when destroying peerBart Polot2015-06-17
* - destroy peers on shutdownBart Polot2015-06-17
* - since the connection->id reduction hashmap puts use a helper function with ...Bart Polot2015-06-17
* - make sure there are no duplicates in the hashmapBart Polot2015-06-17
* - roll back duplication of peer->connectionsBart Polot2015-06-17
* -avoid concurrent modification trouble when handing peer disconnectChristian Grothoff2015-06-09
* -uniqueness was simply falseChristian Grothoff2015-06-08
* -run unregister even if path is NULL, do check uniquenessChristian Grothoff2015-06-08
* -eh, remove assertChristian Grothoff2015-06-08
* -assertion also does not hold, messy codeChristian Grothoff2015-06-08
* -bogus assertionChristian Grothoff2015-06-08
* -indentation, doxygen, be a bit pickier about return values to eliminate poss...Christian Grothoff2015-06-08
* -simplifying Cadet KX to directly use EdDSA keys for ECDHEChristian Grothoff2015-06-04
* - use ax as payloadBart Polot2015-04-27
* - proper name for continuationBart Polot2015-04-27
* - register AX for unqueueingBart Polot2015-04-27
* - handle AX messagesBart Polot2015-04-27
* - add getter for peer's permanent ECDH keyBart Polot2015-04-27
* - add AX type to send processors, refactor cid setterBart Polot2015-04-27
* - log formatBart Polot2015-04-27
* - logBart Polot2015-04-27
* - add ECDH key caching and verifyingBart Polot2015-04-27
* - refactor kx sending, unify under send_kxBart Polot2015-04-27
* - register ax trafficBart Polot2015-04-27
* - refactor kx handlingBart Polot2015-04-27
* - added basic axolotl supportBart Polot2015-04-27
* generally use GNUNET_assert() instead of GNUNET_abort() to also log the errorChristian Grothoff2015-02-28
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Added a delayed search function to avoid saturating the DHT with requests on ...Bart Polot2015-01-15
* - use path_cmpBart Polot2015-01-15
* - minor log modifications, docsBart Polot2015-01-09
* - always allow an ACKBart Polot2014-12-15
* - fix PID management on sendBart Polot2014-12-15
* - clear core handle to avoid shutdown crashBart Polot2014-12-15
* - refactor buffer fillingBart Polot2014-12-15
* - Added correct core request timing infoBart Polot2014-12-15
* - use proper wait time for core timingBart Polot2014-12-15
* - leave space for any numberBart Polot2014-12-15
* Send all queued messages that fit into the core bufferBart Polot2014-12-15
* Fix connection count to count only ESTABLISHED connections, use DEFINE instea...Bart Polot2014-12-15
* Never invalidate a direct path. (Like after getting a CONNECTION_BROKEN on a ...Bart Polot2014-12-15
* - debug for missing paths on incoming messagesBart Polot2014-12-15
* - fix assertion during single-connection timeout, update docsBart Polot2014-10-15