aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_peer.c
Commit message (Expand)AuthorAge
* - refactor client handlingBart Polot2015-09-03
* - logBart Polot2015-09-03
* - simplify loglevelBart Polot2015-09-03
* - refactor GCP_get_peer, fix get peer infoBart Polot2015-07-31
* - remove hello loggingBart Polot2015-07-31
* this should fix #3846Christian Grothoff2015-07-14
* committing version used to produce 3846:9432Christian Grothoff2015-07-14
* adding moderately expensive instrumentation to track down invariant violation...Christian Grothoff2015-07-13
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* - try to retransmit in case of core errorBart Polot2015-06-26
* - explicitly track shutdown statusBart Polot2015-06-26
* - on shutdown it will happen that core will return 0/NULL, this is not a warningBart Polot2015-06-26
* - 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