aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Expand)AuthorAge
* - add statistics to DHT moduleBart Polot2015-01-09
* - test connection_create size, add size to logBart Polot2015-01-09
* - fix test: provide real message sizeBart Polot2015-01-09
* - minor changes: tabs, logs, reorderBart Polot2015-01-09
* - simpify api size handling codeBart Polot2015-01-09
* - more message size checksBart Polot2015-01-09
* - more size checksBart Polot2015-01-09
* - add size argument to allow to verify message sizeBart Polot2015-01-09
* - fix size handling of payload dataBart Polot2015-01-09
* - check minimum size, param orderBart Polot2015-01-09
* - add space for second kxBart Polot2015-01-09
* - avoid noise in the testcase logsBart Polot2014-12-29
* - test message packingBart Polot2014-12-29
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* -check RVChristian Grothoff2014-12-20
* -fix double-freeChristian Grothoff2014-12-19
* -fix use after free (GCCH_destroy frees 'ch', and then ch->t dereferences it ...Christian Grothoff2014-12-19
* -fix sec_name leakChristian Grothoff2014-12-19
* -use const in peerstore callbackChristian Grothoff2014-12-18
* -disable NSE POW during cadet testsChristian Grothoff2014-12-18
* -ughChristian Grothoff2014-12-16
* -removing tons of options that should be deadChristian Grothoff2014-12-16
* - update test configBart Polot2014-12-15
* 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
* - always allow an ACKBart Polot2014-12-15
* - Always send traffic coming from channel, even overfilling connection buffer...Bart Polot2014-12-15
* Fix channel buffer retrieval, add debugBart Polot2014-12-15
* - destroy old connection in case of duplicate connections when ownID > peerIDBart Polot2014-12-15
* - use path equivalencyBart Polot2014-12-15
* - refactorize path checking code, look both waysBart Polot2014-12-15
* - more debug, eliminate bogus assertionsBart Polot2014-12-15
* - avoid duplicate (same path) connectionsBart Polot2014-12-15
* - check KX context at PONGBart Polot2014-12-15
* - having allowance too spare is not an errorBart Polot2014-12-15
* - fix PID management on sendBart Polot2014-12-15
* - clear core handle to avoid shutdown crashBart Polot2014-12-15
* - don't try to ack on non-ready tunnelsBart Polot2014-12-15
* - refactor buffer fillingBart Polot2014-12-15
* - Added correct core request timing infoBart Polot2014-12-15
* - use proper wait time for core timingBart 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
* - leave space for any numberBart Polot2014-12-15