aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.c
Commit message (Expand)AuthorAge
* - avoid connection timeout in valgrind testsBart 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
* - 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
* - 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
* Don't mind me, I'm just going to put this function back togetherDavid Barksdale2016-10-26
* - reset timeout for early keepalive on CONN_ACKBart Polot2016-10-26
* - improve logging of CONN_ACKBart Polot2016-10-26
* - don't send ACK con CREATE if one is queuedBart Polot2016-10-26
* - fix AX/KX CID initializationBart 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
* - initialize reserved to 0 to avoid valgrind complaintsBart Polot2016-10-26
* -use is_fwd to retrieve traffic directionBart Polot2016-09-20
* - fix PID accounting without direct queue controlBart Polot2016-09-20
* Port CADET to CORE MQ APIBart Polot2016-09-20
* putting CADET on a diet: proper alignment for AX KX, kill obsolete OTR legacy...Christian Grothoff2016-08-26
* fixed a memleak, a static string free, an access of freed memory etcCarlo von lynX2016-07-29
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* - fix condition on connection timeoutBart Polot2016-03-30
* - check return value on send_broken_unknownBart Polot2016-03-30
* - refactor, test orderdBart Polot2016-03-30
* - use proper setter methodBart Polot2016-03-30
* - doxygenBart Polot2016-03-30
* - refactor connection destroy handling, fix #4020Bart Polot2016-03-30
* - doxygenBart Polot2016-03-30
* - typo, comparison orderBart Polot2016-03-30
* -fix (C) noticesChristian Grothoff2016-01-19
* - warn when trying to send traffic to disconnected neighborBart Polot2015-12-09
* Another attampt at fixing #4010: mark unavailable neighbors in FlowControl st...Bart Polot2015-12-09
* Fix #4020, wrong assertion: if destroy is different from NO, state MUST be DE...Bart Polot2015-12-09
* - add some assertions to make sure the poll mechanism is saneBart Polot2015-10-20
* When cancelling polls cancel pending messages as well, as the message willBart Polot2015-10-20
* -fix doxygen warningsChristian Grothoff2015-10-16
* -fix indentChristian Grothoff2015-10-08