aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_tunnel.c
Commit message (Expand)AuthorAge
* - add space for second kxBart Polot2015-01-09
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* Fix empty tunnel detectionBart Polot2014-12-15
* - fix cadet's overheadBart Polot2014-12-15
* Only allow one EPHM/PONG in the queue.Bart Polot2014-12-15
* - signal wrong tunnel encryption stateBart Polot2014-12-15
* - fix tunnel encryption state on time triggered rekeyBart Polot2014-12-15
* - refactor kx_ctx managementBart Polot2014-12-15
* Fix channel buffer retrieval, add debugBart Polot2014-12-15
* - use path equivalencyBart Polot2014-12-15
* - check KX context at PONGBart Polot2014-12-15
* - having allowance too spare is not an errorBart Polot2014-12-15
* - don't try to ack on non-ready tunnelsBart Polot2014-12-15
* - calculate the correct amount of messages to allow per connectionBart Polot2014-12-15
* - make connection always log with ---, reserve === for upper levelsBart Polot2014-12-15
* - send queued data the first timeBart Polot2014-12-15
* Fuse PING into KX_EPHEMERALBart Polot2014-12-15
* - more debug infoBart Polot2014-12-15
* Fix connection count to count only ESTABLISHED connections, use DEFINE instea...Bart Polot2014-12-15
* - debug for KXBart Polot2014-12-15
* Fix conservation of old keys in case of simultaneous KX:Bart Polot2014-12-15
* - log EPHM on receiptBart Polot2014-12-15
* - fix sending of queued tunnel data on KX endBart Polot2014-12-15
* - logBart Polot2014-12-15
* - fix minor t->estate issues for better debug traceabilityBart Polot2014-12-15
* Fixed key context manipulation in case of duplicate EPHM messagesBart Polot2014-12-15
* - refactor enc_state changerBart Polot2014-12-15
* - doxygenBart Polot2014-12-15
* - doxygenBart Polot2014-12-15
* - fix resetting of key cleaner taskBart Polot2014-12-15
* - logBart Polot2014-12-15
* - avoid usage of direct stdio sprintfBart Polot2014-12-15
* - proper CADET overheadBart Polot2014-12-11
* - debug key clearingBart Polot2014-10-15
* - fix logging of key materialBart Polot2014-10-15
* - fix connection.c:972 assertion, mark tunnel as WAITING when an incoming con...Bart Polot2014-10-15
* - remove dead codeBart Polot2014-09-05
* - logBart Polot2014-07-30
* - don't show error messages if tunnel's state is WAITINGBart Polot2014-07-30
* - dump keys to STRERR on debug, if flag is onBart Polot2014-07-29
* - don't revive dead tunnelsBart Polot2014-07-28
* - missing cstate2sBart Polot2014-07-28
* - fix trim-after-freeBart Polot2014-07-28
* - dont complain about tunnels in search of a pathBart Polot2014-07-28
* - use WAITING if some connections are in progressBart Polot2014-07-28
* - set tunnel cstate to SEARCH when 0 connections are presentBart Polot2014-07-28
* - if an "old_key" is not valid (for instance, at tunnel establishment), clear...Bart Polot2014-07-25
* - more debug info on buildbotsBart Polot2014-07-21
* - fix tunnel state management after connection failure<Bart Polot2014-07-21
* - On a new EPHM, do a immediate rekeyBart Polot2014-07-21