aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.c
Commit message (Expand)AuthorAge
* - test connection_create size, add size to logBart Polot2015-01-09
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* - destroy old connection in case of duplicate connections when ownID > peerIDBart Polot2014-12-15
* - refactorize path checking code, look both waysBart Polot2014-12-15
* - more debug, eliminate bogus assertionsBart Polot2014-12-15
* - avoid duplicate (same path) connectionsBart Polot2014-12-15
* - fix PID management on sendBart Polot2014-12-15
* - make connection always log with ---, reserve === for upper levelsBart Polot2014-12-15
* - leave space for any numberBart Polot2014-12-15
* - more debug infoBart Polot2014-12-15
* - raise loglevel of timeout eventsBart Polot2014-12-15
* Fix connection count to count only ESTABLISHED connections, use DEFINE instea...Bart Polot2014-12-15
* - don't break if connection is empty (no messages to dequeue/call callback)Bart Polot2014-12-15
* - fix segfaultBart Polot2014-12-15
* Fix memory corruption: new connection always makes copy of path.Bart Polot2014-12-15
* Fix resending of connection trafficBart Polot2014-12-15
* - remove duplicate loggingBart Polot2014-12-15
* - refactor resend_messages_and_destroy for popping and sending messages of a ...Bart Polot2014-12-15
* Fix message resend on connection timeout: mark connection as destroyed to avo...Bart Polot2014-12-15
* - more debug for received trafficBart Polot2014-12-15
* - avoid usage of direct stdio sprintfBart Polot2014-12-15
* - only try to pop messages if there are any, otherwise directly destory the c...Bart Polot2014-10-15
* Use optimizaiton of paths on store from DHT as well as on receipt from CONN_C...Bart Polot2014-10-15
* - free memory on error, coverity #13058Bart Polot2014-09-05
* - remove unencrypted keepalive sendingBart Polot2014-07-30
* - show tunnel info on errorBart Polot2014-07-30
* - don't try to salvage traffic if no payload is queuedBart Polot2014-07-30
* - mark connections as to be destroyed by the _sent continuationBart Polot2014-07-29
* Resend traffic queued on connections that time-out, if the peer is an endpoint.Bart Polot2014-07-28
* - debug info on errorBart Polot2014-07-25
* - don't send keepalives if traffic is queuedBart Polot2014-07-24
* - make sure connection is destroyed and no use-after-free happensBart Polot2014-07-22
* - only an error if counter was wrongBart Polot2014-07-22
* - add connection state BROKEN for connections destroyed on behalf of intermed...Bart Polot2014-07-22
* - more debug info on buildbotsBart Polot2014-07-21
* - fixBart Polot2014-07-21
* - fix tunnel state management after connection failure<Bart Polot2014-07-21
* - debug info for tunnel status mismatchBart Polot2014-07-21
* - schedule next keepalive even if tunnel is still in SEARCHINGBart Polot2014-07-21
* - debug INFO for missing keepalive in BCKBart Polot2014-07-21
* - On a new EPHM, do a immediate rekeyBart Polot2014-07-21
* - notify about deleted messages when popping messages from a connection, allo...Bart Polot2014-07-21
* - doxygen, code formattingBart Polot2014-07-21
* - as connecton_pop destroys many message type wihtout return, count is not ap...Bart Polot2014-07-21
* - don't re-encrypt data queued in a broken connectionBart Polot2014-07-21
* - check that the connection belongs to a tunnel when keeping it alive (otherw...Bart Polot2014-07-21
* - when a connection is broken, remove it from tunnel, allow tunnel to update ...Bart Polot2014-07-21
* - include NULL guards in debugBart Polot2014-07-09
* - fix variable log level, add connection debug functionBart Polot2014-07-09
* - document code, small sanity checksBart Polot2014-07-05