aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.c
Commit message (Expand)AuthorAge
* - 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
* - fix PID management on sendBart Polot2014-12-15
* - make connection always log with ---, reserve === for upper levelsBart Polot2014-12-15
* - leave space for any numberBart Polot2014-12-15
* - more debug infoBart Polot2014-12-15
* - raise loglevel of timeout eventsBart Polot2014-12-15
* Fix connection count to count only ESTABLISHED connections, use DEFINE instea...Bart Polot2014-12-15
* - don't break if connection is empty (no messages to dequeue/call callback)Bart Polot2014-12-15
* - fix segfaultBart Polot2014-12-15
* Fix memory corruption: new connection always makes copy of path.Bart Polot2014-12-15
* Fix resending of connection trafficBart Polot2014-12-15
* - remove duplicate loggingBart Polot2014-12-15
* - refactor resend_messages_and_destroy for popping and sending messages of a ...Bart Polot2014-12-15
* Fix message resend on connection timeout: mark connection as destroyed to avo...Bart Polot2014-12-15
* - more debug for received trafficBart Polot2014-12-15
* - avoid usage of direct stdio sprintfBart Polot2014-12-15
* - only try to pop messages if there are any, otherwise directly destory the c...Bart Polot2014-10-15
* Use optimizaiton of paths on store from DHT as well as on receipt from CONN_C...Bart Polot2014-10-15
* - free memory on error, coverity #13058Bart Polot2014-09-05