Fix memory leaks in cadet tests
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet_connection.c
2017-06-29 Christian Grothofffix FTBFS issues if --enable-logging=no is set
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-12 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-11 Christian Grothoffrename cadet*new to just cadet, except for libgnunetcad...
2017-03-11 Christian Grothoffremove old CADET service code
2017-01-29 Christian Grothoffintroduce buffering options on the route level
2017-01-21 Christian Grothoffmore logging, minor bugfixes / renames
2017-01-20 Christian Grothoffmore work on channel/tunnel logic
2017-01-18 Christian Grothoffmore rename festivities
2017-01-18 Christian Grothoffintroduce CadetEncryptedMessageIdentifier instead of...
2017-01-18 Christian Grothoffcadet message struct and type rename-fest
2017-01-17 Christian Grothoffuse new shortmap to simplify CADET logic a bit
2017-01-17 Christian Grothofftowards actual routing...
2017-01-17 Christian Grothoffmore work on new CADET
2017-01-15 Christian Grothoffcleaning up some CADET logic, improving types used
2017-01-09 Christian Grothoffcosmetics
2017-01-09 Christian Grothoffout-of-order PIDs are not exactly protocol violations...
2017-01-09 Christian Grothofffix crashes caused by DLL removes preceeding DLL inserts
2016-11-18 David BarksdaleSometimes it's OK if multiplication overflows
2016-11-04 Bart Polot- avoid connection timeout in valgrind tests
2016-11-04 Bart Polot-remove dead code
2016-11-04 Bart Polot- simplify logging
2016-11-04 Bart Polot- refactor connection upkeep code, remove unneeded...
2016-11-04 Bart Polot- update doxygen / doc
2016-11-04 Bart Polot- fix logging
2016-11-04 Bart Polot- simplify ack handling, die if trying to send connecit...
2016-11-04 Bart Polot- always return a queue handle
2016-11-04 Bart Polot- don't complain about retransmitted connection_create...
2016-11-04 Bart Polot- doc
2016-10-29 Bart PolotRefactor encrypted traffic handling
2016-10-29 Bart Polot- Fix Coverity #153011, abort on NULL path instead...
2016-10-27 Bart PolotBuild messages fully in tunnel code, avoid copying...
2016-10-26 David BarksdaleDon't mind me, I'm just going to put this function...
2016-10-26 Bart Polot- reset timeout for early keepalive on CONN_ACK
2016-10-26 Bart Polot- improve logging of CONN_ACK
2016-10-26 Bart Polot- don't send ACK con CREATE if one is queued
2016-10-26 Bart Polot- fix AX/KX CID initialization
2016-10-26 Bart PolotMake a copy of the message on connection level only...
2016-10-26 Bart Polot- simplify connection-level processing of messages...
2016-10-26 Bart Polot- don't allocate message copies on the heap
2016-10-26 Bart Polot- send connection keepalive if tunnel is unable to...
2016-10-26 Bart Polot- cancel maintenance message if connection is confirmed...
2016-10-26 Bart Polot- minor changes, TODO, debug message
2016-10-26 Bart Polot- add queue control in peer and connection to cancel...
2016-10-26 Bart Polot- initialize reserved to 0 to avoid valgrind complaints
2016-09-20 Bart Polot-use is_fwd to retrieve traffic direction
2016-09-20 Bart Polot- fix PID accounting without direct queue control
2016-09-20 Bart PolotPort CADET to CORE MQ API
2016-08-26 Christian Grothoffputting CADET on a diet: proper alignment for AX KX...
2016-07-29 Carlo von lynXfixed a memleak, a static string free, an access of...
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-03-30 Bart Polot- fix condition on connection timeout
2016-03-30 Bart Polot- check return value on send_broken_unknown
2016-03-30 Bart Polot- refactor, test orderd
2016-03-30 Bart Polot- use proper setter method
2016-03-30 Bart Polot- doxygen
2016-03-30 Bart Polot- refactor connection destroy handling, fix #4020
2016-03-30 Bart Polot- doxygen
2016-03-30 Bart Polot- typo, comparison order
2016-01-19 Christian Grothoff-fix (C) notices
2015-12-09 Bart Polot- warn when trying to send traffic to disconnected...
2015-12-09 Bart PolotAnother attampt at fixing #4010: mark unavailable neigh...
2015-12-09 Bart PolotFix #4020, wrong assertion: if destroy is different...
2015-10-20 Bart Polot- add some assertions to make sure the poll mechanism...
2015-10-20 Bart PolotWhen cancelling polls cancel pending messages as well...
2015-10-16 Christian Grothoff-fix doxygen warnings
2015-10-08 Christian Grothoff-fix indent
2015-10-06 Bart Polot- ignore confirmation of connections that are being...
2015-10-06 Bart Polot- Revamp traffic logging, small bugfixes, complete...
2015-10-02 Bart Polot- typo in variable name
2015-10-02 Bart Polot- log shutdown
2015-10-02 Bart PolotFixed usage of known broken paths. If a connection...
2015-10-02 Bart Polot- never invalidate direct paths, show warning instead
2015-10-02 Bart Polot- compiler warning
2015-10-02 Bart Polot- unify logging format
2015-09-03 Bart PolotFix #3929: cancel poll towards disconnected neighbor
2015-09-03 Bart Polot- assert on create
2015-09-03 Bart Polot- register conn_destroy on sent_callback
2015-08-04 Bart Polot- resolve duplicate connection handling
2015-08-04 Bart Polot- log
2015-07-31 Bart Polot- refactor GCP_get_peer, fix get peer info
2015-07-15 Christian Grothoff-remove stupid assertion
2015-07-15 Christian Grothoff-need to fully unregister from neighbours, as otherwise...
2015-07-15 Bart PolotDetailed statistics
2015-07-15 Bart Polot- don't send KEEPALIVE if the tunnel has traffic queued
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- first log, then free
2015-06-26 Bart Polot- Fix #3846. When receiving a create request for an...
2015-06-25 Bart Polot- If the path was cleared before, connection is not...
2015-06-25 Bart Polot- documentation, statistics about failures
2015-06-25 Bart Polot- if this happens the code is badly broken, bail out
2015-06-24 Bart Polot- free path after unregister
2015-06-24 Bart Polot- always free connection path, fix memory leak
2015-06-22 Christian Grothoff-doxygen fixes
2015-06-17 Bart Polot- don't invalidate direct connections unless peer disco...
next