aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Collapse)AuthorAge
* 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 ↵Christian Grothoff2018-05-21
| | | | assertion
* fix another off by oneChristian Grothoff2018-05-20
|
* fix off-by-one error in cadet connection construction, also enforce better ↵Christian Grothoff2018-05-20
| | | | timeouts for retransmissions of handshake
* 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
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* 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 ↵Christian Grothoff2017-10-29
| | | | | | | | situations, and only log for the hard errors
* | Combine logic for attaching pathsDavid Barksdale2017-12-29
| | | | | | | | This fixes issue #4909.
* | 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
| | | | | | | | This fixes issue #5079
* | Fix handling of GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEERSDavid Barksdale2017-12-27
| | | | | | | | This fixes issue #4621
* | add logging to cadet initiatlizationsChristian Grothoff2017-12-27
| |
* | indentation fixChristian Grothoff2017-12-27
| |
* | Prevent multipeermap from being reallocatedDavid Barksdale2017-12-26
| | | | | | | | Grothoff points out that multipeermaps grow when 75% full.
* | Revert "Fix use-after-free in loop over modified list"David Barksdale2017-12-23
| | | | | | | | This reverts commit 012ff13acc0cb2f5d7210aa48819395fecf12a3d.
* | Check for cycles in cadet pathsDavid Barksdale2017-12-23
| | | | | | | | | | | | | | I believe this is the underlying issue from commit 012ff13acc0cb2f5d7210aa48819395fecf12a3d. I tested out this change and saw that cyclic paths were dropped and GCP_set_mq() no longer had to deal with multiple removals. After this commit I'll revert that one.
* | Check for invalid path_lengthDavid Barksdale2017-12-22
| |
* | Fix use-after-free in loop over modified listDavid Barksdale2017-12-18
| | | | | | | | | | | | This loop saved the next pointer which is OK if the current element is being freed, but the callback can cause other elements to be freed which was detected by ASAN.
* | fix related to #4909/12605: force desirability of path if path is in useChristian Grothoff2017-12-03
| |
* | Fix array indexingDavid Barksdale2017-11-25
| | | | | | | | Found this while investigating #4909, might be related.
* | mark bug locationChristian Grothoff2017-10-06
|/
* fix #5125Christian Grothoff2017-09-12
|
* fix FTBFS issues if --enable-logging=no is setChristian Grothoff2017-06-29
|