mark bug location
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet_peer.c
2015-02-28 Christian Grothoffgenerally use GNUNET_assert() instead of GNUNET_abort...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-01-15 Bart PolotAdded a delayed search function to avoid saturating...
2015-01-15 Bart Polot- use path_cmp
2015-01-09 Bart Polot- minor log modifications, docs
2014-12-15 Bart Polot- always allow an ACK
2014-12-15 Bart Polot- fix PID management on send
2014-12-15 Bart Polot- clear core handle to avoid shutdown crash
2014-12-15 Bart Polot- refactor buffer filling
2014-12-15 Bart Polot- Added correct core request timing info
2014-12-15 Bart Polot- use proper wait time for core timing
2014-12-15 Bart Polot- leave space for any number
2014-12-15 Bart PolotSend all queued messages that fit into the core buffer
2014-12-15 Bart PolotFix connection count to count only ESTABLISHED connecti...
2014-12-15 Bart PolotNever invalidate a direct path. (Like after getting...
2014-12-15 Bart Polot- debug for missing paths on incoming messages
2014-10-15 Bart Polot- fix assertion during single-connection timeout, updat...
2014-10-15 Bart Polot- log
2014-10-15 Bart Polot- wrong condition, random paths removed instead of...
2014-09-05 Bart Polot- check path length, simplify error conditions
2014-07-30 Bart Polot- debug info on queued messages when popping
2014-07-25 Bart Polot- inform about dropped messages
2014-07-23 Bart Polot- log payload of dropped data
2014-07-22 Bart Polot- make sure connection is destroyed and no use-after...
2014-07-22 Bart Polot- Keepalives should NOT be transmitted in the clear
2014-07-21 Bart PolotForce sending of KX messages even when connection queue...
2014-07-21 Bart Polot- fix tunnel state management after connection failure<
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- don't dereference c in connection pop, c might be...
2014-07-09 Bart Polot- fix variable log level, add connection debug function
2014-07-04 Bart Polot- verbose debug
2014-07-02 Bart Polot- fix log
2014-06-24 Bart Polot- use same loglevel as connect
2014-06-24 Bart Polot- refactor peer debug
2014-06-24 Bart Polot- fix peer debug null deref
2014-06-24 Bart Polot- add last contact, DHT handle to peer debug info,...
2014-06-24 Bart Polot- add a peer debug function
2014-06-18 Bart Polot- fix NULL connection on queue_send
2014-06-17 Bart Polot- rename
2014-06-17 Bart Polot- test and log for bug #0003423
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