aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.c
Commit message (Expand)AuthorAge
* - free path after unregisterBart Polot2015-06-24
* - always free connection path, fix memory leakBart Polot2015-06-24
* -doxygen fixesChristian Grothoff2015-06-22
* - don't invalidate direct connections unless peer disconnects on core levelBart Polot2015-06-17
* - roll back duplication of peer->connectionsBart Polot2015-06-17
* - compiler fixesBart Polot2015-06-10
* - refactor connection timeout into one implementationBart Polot2015-06-10
* - move break to documentationBart Polot2015-06-10
* - start poll after sendBart Polot2015-06-10
* - fix poll logBart Polot2015-06-10
* note to selfBart Polot2015-06-10
* - improve POLL logging, debug infoBart Polot2015-06-10
* -avoid concurrent modification trouble when handing peer disconnectChristian Grothoff2015-06-09
* -check next and prev are disjointChristian Grothoff2015-06-08
* -run unregister even if path is NULL, do check uniquenessChristian Grothoff2015-06-08
* -adding additional error checking logicChristian Grothoff2015-06-08
* -assertion also does not hold, messy codeChristian Grothoff2015-06-08
* -indentation, doxygen, be a bit pickier about return values to eliminate poss...Christian Grothoff2015-06-08
* - fix debug msgs, mark tripped breakBart Polot2015-04-30
* - don't ttl drop axBart Polot2015-04-27
* - properly read otr/ax fieldsBart Polot2015-04-27
* - refactorBart Polot2015-04-27
* - keep track of all message typesBart Polot2015-04-27
* - use ax as payloadBart Polot2015-04-27
* - use correct overhead size, log wrong sizes verboselyBart Polot2015-04-27
* - adjust checks for different encryption overheadsBart Polot2015-04-27
* - add AX type to send processors, refactor cid setterBart Polot2015-04-27
* - log formatBart Polot2015-04-27
* - don't count all messages as pid when checking, only payloadBart Polot2015-04-27
* - ignore unknown connectionsBart Polot2015-04-27
* - refactor kx sending, unify under send_kxBart Polot2015-04-27
* - add cid field to ax_kxBart Polot2015-04-27
* - refactor kx handlingBart Polot2015-04-27
* - constBart Polot2015-04-27
* - if C is NULL, can't use it for getting the IDBart Polot2015-04-27
* - NULL connections means errorBart Polot2015-04-27
* - count traffic as connection confirmationBart Polot2015-04-27
* - refactor to check messages from both enc systemsBart Polot2015-04-27
* - refactor to use same function to decrypt based on tunnel's enc methodBart Polot2015-04-27
* - added basic axolotl supportBart Polot2015-04-27
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* - Check path for NULL, fix #3583Bart Polot2015-01-15
* - remove debug statementsBart Polot2015-01-10
* Accept Out-of-Order connection messagesBart Polot2015-01-09
* - test connection_create size, add size to logBart Polot2015-01-09
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* - destroy old connection in case of duplicate connections when ownID > peerIDBart 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