aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Expand)AuthorAge
* do not attempt to publish empty HELLOsChristian Grothoff2017-01-09
* remove obsolete optionsChristian Grothoff2017-01-09
* improve commentsChristian Grothoff2017-01-09
* out-of-order PIDs are not exactly protocol violations, hence do not report as...Christian Grothoff2017-01-09
* properly handle case of should-drop by asynchronously running continuationChristian Grothoff2017-01-09
* DLL remove already done inside of call_peer_cont()Christian Grothoff2017-01-09
* fix format string issueChristian Grothoff2017-01-09
* fix more field initialziation order issuesChristian Grothoff2017-01-09
* fix crashes caused by DLL removes preceeding DLL insertsChristian Grothoff2017-01-09
* Sometimes it's OK if multiplication overflowsDavid Barksdale2016-11-17
* - ignore test filesBart Polot2016-11-09
* - add subdirectory gitignore filesBart Polot2016-11-09
* - fix handling of HELLO with 0 expiration timeBart Polot2016-11-09
* - axolotl initialization takes > 1s under valgrindBart Polot2016-11-04
* - avoid connection timeout in valgrind testsBart Polot2016-11-04
* - use timing macro instead of logBart Polot2016-11-04
* -remove dead codeBart Polot2016-11-04
* - simplify loggingBart Polot2016-11-04
* - refactor connection upkeep code, remove unneeded functionsBart Polot2016-11-04
* - update doxygen / docBart Polot2016-11-04
* - refactor function timing codeBart Polot2016-11-04
* - fix loggingBart Polot2016-11-04
* - simplify ack handling, die if trying to send conneciton-level ACK to clientsBart Polot2016-11-04
* - always return a queue handleBart Polot2016-11-04
* - don't complain about retransmitted connection_create/_ack messagesBart Polot2016-11-04
* - use proper type for N/ABart Polot2016-11-04
* - sending KX on loopback is very wrong, dieBart Polot2016-11-04
* - docBart Polot2016-11-04
* Refactor encrypted traffic handlingBart Polot2016-10-29
* - Fix Coverity #153011, abort on NULL path instead of dereferencing laterBart Polot2016-10-29
* Build messages fully in tunnel code, avoid copying in connection layerBart Polot2016-10-27
* - measure encryption performanceBart Polot2016-10-27
* - docBart Polot2016-10-27
* - reduce log levelBart Polot2016-10-27
* Don't mind me, I'm just going to put this function back togetherDavid Barksdale2016-10-26
* - add connection info to timing logBart Polot2016-10-26
* - reset timeout for early keepalive on CONN_ACKBart Polot2016-10-26
* - improve logging of CONN_ACKBart Polot2016-10-26
* - remove dead codeBart Polot2016-10-26
* - don't send ACK con CREATE if one is queuedBart Polot2016-10-26
* - don't complain about AX messages pre-KXBart Polot2016-10-26
* - fix AX/KX CID initializationBart Polot2016-10-26
* - simplify KX codeBart Polot2016-10-26
* Make a copy of the message on connection level only if it needs to be modifie...Bart Polot2016-10-26
* - simplify connection-level processing of messages to be sentBart Polot2016-10-26
* - don't allocate message copies on the heapBart Polot2016-10-26
* - send connection keepalive if tunnel is unable to send traffic yetBart Polot2016-10-26
* - cancel maintenance message if connection is confirmed while a maintenance m...Bart Polot2016-10-26
* - minor changes, TODO, debug messageBart Polot2016-10-26
* - add queue control in peer and connection to cancel MQ_env when those are de...Bart Polot2016-10-26