aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_peer.c
Commit message (Collapse)AuthorAge
* 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
|
* - refactor peer debugBart Polot2014-06-24
|
* - fix peer debug null derefBart Polot2014-06-24
|
* - add last contact, DHT handle to peer debug info, for #3405Bart Polot2014-06-24
|
* - add a peer debug functionBart Polot2014-06-24
|
* - fix NULL connection on queue_sendBart Polot2014-06-18
|
* - renameBart Polot2014-06-17
|
* - test and log for bug #0003423Bart Polot2014-06-17
|
* - stop using CadetTunnel3 and go back to CadetTunnelBart Polot2014-05-14
|
* - change GM (Gnunet Mesh) function prefixes for GC (Gnunet Cadet)Bart Polot2014-05-14
|
* Renamed directoryBart Polot2014-05-07