aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Expand)AuthorAge
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
* afferify COPYING and the contrib folderspsyc://loupsycedyglgamf.onion/~lynX2018-06-05
* less heteronormative function names (SCNR)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
* fix KX in Cadet for revocation-style sequencingChristian Grothoff2018-06-05
* starting with another CADET testcase (unfinished)Christian Grothoff2018-05-23
* fix indentationChristian Grothoff2018-05-22
* sanitize log levelsChristian Grothoff2018-05-21
* fix crash on unexpected client disconnect on incoming message, remove bogus a...Christian Grothoff2018-05-21
* fix another off by oneChristian Grothoff2018-05-20
* fix off-by-one error in cadet connection construction, also enforce better ti...Christian Grothoff2018-05-20
* work-around for crypto bug (to be documented more)Christian Grothoff2018-05-17
* sanitize KX logic by always having the same peer go firstChristian Grothoff2018-05-17
* log key material hashesChristian Grothoff2018-05-16
* undo KX short cut modificationChristian Grothoff2018-05-16
* eliminate KX short cut v2Christian Grothoff2018-05-16
* eliminate KX short cutChristian Grothoff2018-05-16
* also remember last ephemeral for duplicate KX detectionChristian Grothoff2018-05-16
* add more KX stats to CADETChristian Grothoff2018-05-16
* Switch to $GNUNET_TMP in all configuration files.Nils Gillmann2018-05-06
* Fix force extend_pathDavid Barksdale2018-01-13
* use assert to guard better against double-close on client sideChristian Grothoff2018-01-13
* do not die if client closes port it never openedChristian Grothoff2018-01-13
* Try to keep the cadet->code MQ from growing too largeDavid Barksdale2018-01-10
* Fixed useless assignment.anryko2018-01-04
* Fixed Uninitialized Variable warning.anryko2018-01-04
* Fix memory leaks in cadet testsDavid Barksdale2018-01-01
* fix issue with sending BROKEN timeouts early due to wrong timeout calculationChristian Grothoff2018-01-02
* remove speed bumpsChristian Grothoff2018-01-01
* Merge branch 'fix_social'lurchi2017-12-30
|\
| * allow MST callback to distinguish between disconnect and parse error situatio...Christian Grothoff2017-10-29
* | Combine logic for attaching pathsDavid Barksdale2017-12-29
* | add assertionChristian Grothoff2017-12-28
* | Actually print the path as a stringDavid Barksdale2017-12-28
* | Better cycle checking in path from DHTDavid Barksdale2017-12-27
* | Fix use-after-free in gnunet-cadetDavid Barksdale2017-12-27
* | Fix handling of GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNELSDavid Barksdale2017-12-27
* | Fix handling of GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEERSDavid Barksdale2017-12-27
* | add logging to cadet initiatlizationsChristian Grothoff2017-12-27
* | indentation fixChristian Grothoff2017-12-27
* | Prevent multipeermap from being reallocatedDavid Barksdale2017-12-26
* | Revert "Fix use-after-free in loop over modified list"David Barksdale2017-12-23
* | Check for cycles in cadet pathsDavid Barksdale2017-12-23
* | Check for invalid path_lengthDavid Barksdale2017-12-22
* | Fix use-after-free in loop over modified listDavid Barksdale2017-12-18
* | fix related to #4909/12605: force desirability of path if path is in useChristian Grothoff2017-12-03
* | Fix array indexingDavid Barksdale2017-11-25
* | mark bug locationChristian Grothoff2017-10-06
|/
* fix #5125Christian Grothoff2017-09-12