aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.c
Commit message (Expand)AuthorAge
* - 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
* - fix #3483Bart Polot2014-07-04
* - dont use pointer after freeBart Polot2014-07-04
* - fix connection pending counterBart Polot2014-07-03
* - don't use payload_type on non-payload messagesBart Polot2014-06-24
* - check return values from GCC_send_prebuilt_messageBart Polot2014-06-24
* - don't try update info on NULL connections, avoid segfault for #3453Bart Polot2014-06-24
* - fix ERROR logBart Polot2014-06-23
* - renameBart Polot2014-06-17
* - verbose tunnel debug in error casesBart 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