- use path equivalency
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet_connection.c
2014-12-15 Bart Polot- refactorize path checking code, look both ways
2014-12-15 Bart Polot- more debug, eliminate bogus assertions
2014-12-15 Bart Polot- avoid duplicate (same path) connections
2014-12-15 Bart Polot- fix PID management on send
2014-12-15 Bart Polot- make connection always log with ---, reserve ===...
2014-12-15 Bart Polot- leave space for any number
2014-12-15 Bart Polot- more debug info
2014-12-15 Bart Polot- raise loglevel of timeout events
2014-12-15 Bart PolotFix connection count to count only ESTABLISHED connecti...
2014-12-15 Bart Polot- don't break if connection is empty (no messages to...
2014-12-15 Bart Polot- fix segfault
2014-12-15 Bart PolotFix memory corruption: new connection always makes...
2014-12-15 Bart PolotFix resending of connection traffic
2014-12-15 Bart Polot- remove duplicate logging
2014-12-15 Bart Polot- refactor resend_messages_and_destroy for popping...
2014-12-15 Bart PolotFix message resend on connection timeout: mark connecti...
2014-12-15 Bart Polot- more debug for received traffic
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