- doxygen
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet_connection.c
2014-12-15 Bart Polot- avoid usage of direct stdio sprintf
2014-10-15 Bart Polot- only try to pop messages if there are any, otherwise...
2014-10-15 Bart PolotUse optimizaiton of paths on store from DHT as well...
2014-09-05 Bart Polot- free memory on error, coverity #13058
2014-07-30 Bart Polot- remove unencrypted keepalive sending
2014-07-30 Bart Polot- show tunnel info on error
2014-07-30 Bart Polot- don't try to salvage traffic if no payload is queued
2014-07-29 Bart Polot- mark connections as to be destroyed by the _sent...
2014-07-28 Bart PolotResend traffic queued on connections that time-out...
2014-07-25 Bart Polot- debug info on error
2014-07-24 Bart Polot- don't send keepalives if traffic is queued
2014-07-22 Bart Polot- make sure connection is destroyed and no use-after...
2014-07-22 Bart Polot- only an error if counter was wrong
2014-07-22 Bart Polot- add connection state BROKEN for connections destroyed...
2014-07-21 Bart Polot- more debug info on buildbots
2014-07-21 Bart Polot- fix
2014-07-21 Bart Polot- fix tunnel state management after connection failure<
2014-07-21 Bart Polot- debug info for tunnel status mismatch
2014-07-21 Bart Polot- schedule next keepalive even if tunnel is still in...
2014-07-21 Bart Polot- debug INFO for missing keepalive in BCK
2014-07-21 Bart Polot- On a new EPHM, do a immediate rekey
2014-07-21 Bart Polot- notify about deleted messages when popping messages...
2014-07-21 Bart Polot- doxygen, code formatting
2014-07-21 Bart Polot- as connecton_pop destroys many message type wihtout...
2014-07-21 Bart Polot- don't re-encrypt data queued in a broken connection
2014-07-21 Bart Polot- check that the connection belongs to a tunnel when...
2014-07-21 Bart Polot- when a connection is broken, remove it from tunnel...
2014-07-09 Bart Polot- include NULL guards in debug
2014-07-09 Bart Polot- fix variable log level, add connection debug function
2014-07-05 Bart Polot- document code, small sanity checks
2014-07-04 Bart Polot- fix #3483
2014-07-04 Bart Polot- dont use pointer after free
2014-07-03 Bart Polot- fix connection pending counter
2014-06-24 Bart Polot- don't use payload_type on non-payload messages
2014-06-24 Bart Polot- check return values from GCC_send_prebuilt_message
2014-06-24 Bart Polot- don't try update info on NULL connections, avoid...
2014-06-23 Bart Polot- fix ERROR log
2014-06-17 Bart Polot- rename
2014-06-17 Bart Polot- verbose tunnel debug in error cases
2014-05-14 Bart Polot- stop using CadetTunnel3 and go back to CadetTunnel
2014-05-14 Bart Polot- change GM (Gnunet Mesh) function prefixes for GC...
2014-05-07 Bart PolotRenamed directory