-logging
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet_peer.c
2015-07-14 Christian Grothoffthis should fix #3846
2015-07-14 Christian Grothoffcommitting version used to produce 3846:9432
2015-07-13 Christian Grothoffadding moderately expensive instrumentation to track...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-26 Bart Polot- try to retransmit in case of core error
2015-06-26 Bart Polot- explicitly track shutdown status
2015-06-26 Bart Polot- on shutdown it will happen that core will return...
2015-06-24 Bart Polot- fix error message
2015-06-24 Bart Polot- fix
2015-06-24 Bart Polot- complain about excessive core waiting times
2015-06-24 Bart Polot- check connections on peer destroy
2015-06-23 David BarksdaleNULL terminate core_handlers[]
2015-06-18 Bart Polot- only log time if core is requested
2015-06-18 Bart Polot- add core timing to peer debug
2015-06-17 Bart Polot- free hello when destroying peer
2015-06-17 Bart Polot- destroy peers on shutdown
2015-06-17 Bart Polot- since the connection->id reduction hashmap puts use...
2015-06-17 Bart Polot- make sure there are no duplicates in the hashmap
2015-06-17 Bart Polot- roll back duplication of peer->connections
2015-06-09 Christian Grothoff-avoid concurrent modification trouble when handing...
2015-06-08 Christian Grothoff-uniqueness was simply false
2015-06-08 Christian Grothoff-run unregister even if path is NULL, do check uniqueness
2015-06-08 Christian Grothoff-eh, remove assert
2015-06-08 Christian Grothoff-assertion also does not hold, messy code
2015-06-08 Christian Grothoff-bogus assertion
2015-06-08 Christian Grothoff-indentation, doxygen, be a bit pickier about return...
2015-06-04 Christian Grothoff-simplifying Cadet KX to directly use EdDSA keys for...
2015-04-27 Bart Polot- use ax as payload
2015-04-27 Bart Polot- proper name for continuation
2015-04-27 Bart Polot- register AX for unqueueing
2015-04-27 Bart Polot- handle AX messages
2015-04-27 Bart Polot- add getter for peer's permanent ECDH key
2015-04-27 Bart Polot- add AX type to send processors, refactor cid setter
2015-04-27 Bart Polot- log format
2015-04-27 Bart Polot- log
2015-04-27 Bart Polot- add ECDH key caching and verifying
2015-04-27 Bart Polot- refactor kx sending, unify under send_kx
2015-04-27 Bart Polot- register ax traffic
2015-04-27 Bart Polot- refactor kx handling
2015-04-27 Bart Polot- added basic axolotl support
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