aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_tunnel.c
Commit message (Expand)AuthorAge
* remove old CADET service codeChristian Grothoff2017-03-11
* complete new KX implementation, including KX_AUTH defense against KX-injectio...Christian Grothoff2017-01-28
* some renaming, some code general code cleanup, some loggingChristian Grothoff2017-01-21
* more work on channel/tunnel logicChristian Grothoff2017-01-20
* create matching connection objects for inbound connectionsChristian Grothoff2017-01-18
* more rename festivitiesChristian Grothoff2017-01-18
* introduce CadetEncryptedMessageIdentifier instead of over-using uint32_tChristian Grothoff2017-01-18
* cadet message struct and type rename-festChristian Grothoff2017-01-18
* use new shortmap to simplify CADET logic a bitChristian Grothoff2017-01-17
* more work on new CADETChristian Grothoff2017-01-17
* cleaning up some CADET logic, improving types usedChristian Grothoff2017-01-15
* fix more field initialziation order issuesChristian Grothoff2017-01-09
* - use timing macro instead of logBart Polot2016-11-04
* - refactor function timing codeBart Polot2016-11-04
* - always return a queue handleBart Polot2016-11-04
* - use proper type for N/ABart Polot2016-11-04
* - sending KX on loopback is very wrong, dieBart Polot2016-11-04
* Refactor encrypted traffic handlingBart Polot2016-10-29
* Build messages fully in tunnel code, avoid copying in connection layerBart Polot2016-10-27
* - measure encryption performanceBart Polot2016-10-27
* - don't complain about AX messages pre-KXBart Polot2016-10-26
* - simplify KX codeBart Polot2016-10-26
* 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
* Change CADET ports from uint32 to HashCodeBart Polot2016-07-20
* -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 (C) noticesChristian Grothoff2016-01-19
* - only request reply if no key is knownBart Polot2015-10-08
* -fix indentChristian Grothoff2015-10-08
* - Revamp traffic logging, small bugfixes, complete doxygenBart Polot2015-10-06
* - remove debugBart Polot2015-10-02
* - adjust loggingBart Polot2015-10-02
* - find the correct stored key, not always the first oneBart Polot2015-10-02
* Don't reset axolotl state on receipt of a pseudo-duplicate AX key exchange.Bart Polot2015-10-02
* Fix try_old_keys, in order to use it for data with the same Header key but ou...Bart Polot2015-10-02
* - use correct message number in the logsBart Polot2015-10-02
* - log shutdownBart Polot2015-10-02
* - fix processing of messages with no payload (keepalives)Bart Polot2015-10-02
* - fix logBart Polot2015-10-02
* - use better variable namesBart Polot2015-10-02
* - don't stop looking for connections as long as the tunnel existsBart Polot2015-10-02
* - save Header Key for skipped messagesBart Polot2015-09-03
* - logBart Polot2015-09-03
* - use channel debugBart Polot2015-09-03
* - reset message counters on rekeyBart Polot2015-08-19
* - use proper printf type, avoid accessing memory out of scopeBart Polot2015-08-19
* - fix #3928: make sure accessed variables are below size thresholdBart Polot2015-08-19