aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_peer.c
Commit message (Collapse)AuthorAge
...
* -bogus assertionChristian Grothoff2015-06-08
|
* -indentation, doxygen, be a bit pickier about return values to eliminate ↵Christian Grothoff2015-06-08
| | | | possible causes of #3794
* -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
| | | | boot.
* - 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
| | | | - Add timing info for debug
* Fix connection count to count only ESTABLISHED connections, use DEFINE ↵Bart Polot2014-12-15
| | | | instead of hardcoded number
* Never invalidate a direct path. (Like after getting a CONNECTION_BROKEN on a ↵Bart Polot2014-12-15
| | | | direct connection)
* - debug for missing paths on incoming messagesBart Polot2014-12-15
|
* - fix assertion during single-connection timeout, update docsBart Polot2014-10-15
|
* - logBart Polot2014-10-15
|
* - wrong condition, random paths removed instead of direct ones, fix #3531Bart Polot2014-10-15
|
* - check path length, simplify error conditionsBart Polot2014-09-05
|
* - debug info on queued messages when poppingBart Polot2014-07-30
|
* - inform about dropped messagesBart Polot2014-07-25
|
* - log payload of dropped dataBart Polot2014-07-23
|
* - make sure connection is destroyed and no use-after-free happensBart Polot2014-07-22
|
* - Keepalives should NOT be transmitted in the clearBart Polot2014-07-22
|
* Force sending of KX messages even when connection queue is fullBart Polot2014-07-21
|
* - fix tunnel state management after connection failure<Bart Polot2014-07-21
|
* - notify about deleted messages when popping messages from a connection, ↵Bart Polot2014-07-21
| | | | allowing to keep a count and make sure the connection is destroyed
* - doxygen, code formattingBart Polot2014-07-21
|
* - don't dereference c in connection pop, c might be free'd if previous call ↵Bart Polot2014-07-21
| | | | popped last message
* - fix variable log level, add connection debug functionBart Polot2014-07-09
|
* - verbose debugBart Polot2014-07-04
|
* - fix logBart Polot2014-07-02
|
* - use same loglevel as connectBart Polot2014-06-24
|