aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_peer.c
AgeCommit message (Expand)Author
2018-06-07paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX
2018-06-07glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2018-05-20fix off-by-one error in cadet connection construction, also enforce better ti...Christian Grothoff
2018-01-10Try to keep the cadet->code MQ from growing too largeDavid Barksdale
2017-12-28Actually print the path as a stringDavid Barksdale
2017-12-23Revert "Fix use-after-free in loop over modified list"David Barksdale
2017-12-18Fix use-after-free in loop over modified listDavid Barksdale
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-21more logging, minor bugfixes / renamesChristian 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-15cleaning up some CADET logic, improving types usedChristian Grothoff
2017-01-10rename connecT -> connect now that the old API is deadChristian Grothoff
2017-01-09cosmeticsChristian Grothoff
2017-01-09properly handle case of should-drop by asynchronously running continuationChristian Grothoff
2017-01-09DLL remove already done inside of call_peer_cont()Christian Grothoff
2017-01-09fix crashes caused by DLL removes preceeding DLL insertsChristian Grothoff
2016-10-29Refactor encrypted traffic handlingBart Polot
2016-10-27- reduce log levelBart Polot
2016-10-26- add connection info to timing logBart Polot
2016-10-26- add queue control in peer and connection to cancel MQ_env when those are de...Bart Polot
2016-09-22-fix use after freeChristian Grothoff
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-29cadet: rollback + warning message for posterityCarlo von lynX
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
2016-07-08-init cfgChristian Grothoff
2016-07-08migrate transport_core API to MQChristian Grothoff
2016-06-27avoid NPEChristian Grothoff
2016-05-03Fix shutdown assertion failure in core_api: avoid double cancel of pending tr...Bart Polot
2016-04-30implementing new scheduler shutdown semanticsChristian Grothoff
2016-04-09small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff
2016-03-30- free queued messages on peer destroy, fix #4001Bart Polot
2016-03-30- refactor, test orderdBart Polot
2016-01-19-fix (C) noticesChristian Grothoff
2015-10-18-do not suggest twiceChristian Grothoff
2015-10-18-stop active offer before starting another oneChristian Grothoff
2015-10-18use ATS connectivity suggestion instead of deprecated GNUNET_TRANSPORT_try_co...Christian Grothoff
2015-10-18-track hello offer handle while it is activeChristian Grothoff
2015-10-06- remove unused variableBart Polot
2015-10-06- refactor test dropping, reduce test loadBart Polot
2015-10-06- Revamp traffic logging, small bugfixes, complete doxygenBart Polot
2015-10-02- cancel all transmissions so core_api doesn't complainBart Polot
2015-10-02- log shutdownBart Polot
2015-10-02Fixed usage of known broken paths. If a connection was destroyedBart Polot