aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.c
AgeCommit message (Expand)Author
2018-05-20fix off-by-one error in cadet connection construction, also enforce better ti...Christian Grothoff
2017-06-29fix FTBFS issues if --enable-logging=no is setChristian Grothoff
2017-03-11rename cadet*new to just cadet, except for libgnunetcadetnew-logic (where the...Christian Grothoff
2017-03-11remove old CADET service codeChristian Grothoff
2017-01-29introduce buffering options on the route levelChristian Grothoff
2017-01-21more logging, minor bugfixes / renamesChristian Grothoff
2017-01-20more work on channel/tunnel logicChristian Grothoff
2017-01-18more rename festivitiesChristian Grothoff
2017-01-18introduce CadetEncryptedMessageIdentifier instead of over-using uint32_tChristian Grothoff
2017-01-18cadet message struct and type rename-festChristian Grothoff
2017-01-17use new shortmap to simplify CADET logic a bitChristian Grothoff
2017-01-17towards actual routing...Christian Grothoff
2017-01-17more work on new CADETChristian Grothoff
2017-01-15cleaning up some CADET logic, improving types usedChristian Grothoff
2017-01-09cosmeticsChristian Grothoff
2017-01-09out-of-order PIDs are not exactly protocol violations, hence do not report as...Christian Grothoff
2017-01-09fix crashes caused by DLL removes preceeding DLL insertsChristian Grothoff
2016-11-17Sometimes it's OK if multiplication overflowsDavid Barksdale
2016-11-04- avoid connection timeout in valgrind testsBart Polot
2016-11-04-remove dead codeBart Polot
2016-11-04- simplify loggingBart Polot
2016-11-04- refactor connection upkeep code, remove unneeded functionsBart Polot
2016-11-04- update doxygen / docBart Polot
2016-11-04- fix loggingBart Polot
2016-11-04- simplify ack handling, die if trying to send conneciton-level ACK to clientsBart Polot
2016-11-04- always return a queue handleBart Polot
2016-11-04- don't complain about retransmitted connection_create/_ack messagesBart Polot
2016-11-04- docBart Polot
2016-10-29Refactor encrypted traffic handlingBart Polot
2016-10-29- Fix Coverity #153011, abort on NULL path instead of dereferencing laterBart Polot
2016-10-27Build messages fully in tunnel code, avoid copying in connection layerBart Polot
2016-10-26Don't mind me, I'm just going to put this function back togetherDavid Barksdale
2016-10-26- reset timeout for early keepalive on CONN_ACKBart Polot
2016-10-26- improve logging of CONN_ACKBart Polot
2016-10-26- don't send ACK con CREATE if one is queuedBart Polot
2016-10-26- fix AX/KX CID initializationBart Polot
2016-10-26Make a copy of the message on connection level only if it needs to be modifie...Bart Polot
2016-10-26- simplify connection-level processing of messages to be sentBart Polot
2016-10-26- don't allocate message copies on the heapBart Polot
2016-10-26- send connection keepalive if tunnel is unable to send traffic yetBart Polot
2016-10-26- cancel maintenance message if connection is confirmed while a maintenance m...Bart Polot
2016-10-26- minor changes, TODO, debug messageBart Polot
2016-10-26- add queue control in peer and connection to cancel MQ_env when those are de...Bart Polot
2016-10-26- initialize reserved to 0 to avoid valgrind complaintsBart Polot
2016-09-20-use is_fwd to retrieve traffic directionBart Polot
2016-09-20- fix PID accounting without direct queue controlBart Polot
2016-09-20Port CADET to CORE MQ APIBart Polot
2016-08-26putting CADET on a diet: proper alignment for AX KX, kill obsolete OTR legacy...Christian Grothoff
2016-07-29fixed a memleak, a static string free, an access of freed memory etcCarlo von lynX
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff