Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-07 | paragraph for gnunet devs that don't know how to use the web | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-07 | glitch in the license text detected by hyazinthe, thank you! | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-05 | first batch of license fixes (boring) | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-05 | afferify COPYING and the contrib folders | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-05 | less heteronormative function names (SCNR) | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-05 | fix KX in Cadet for revocation-style sequencing | Christian Grothoff | |
2018-05-23 | starting with another CADET testcase (unfinished) | Christian Grothoff | |
2018-05-22 | fix indentation | Christian Grothoff | |
2018-05-21 | sanitize log levels | Christian Grothoff | |
2018-05-21 | fix crash on unexpected client disconnect on incoming message, remove bogus ↵ | Christian Grothoff | |
assertion | |||
2018-05-20 | fix another off by one | Christian Grothoff | |
2018-05-20 | fix off-by-one error in cadet connection construction, also enforce better ↵ | Christian Grothoff | |
timeouts for retransmissions of handshake | |||
2018-05-17 | work-around for crypto bug (to be documented more) | Christian Grothoff | |
2018-05-17 | sanitize KX logic by always having the same peer go first | Christian Grothoff | |
2018-05-16 | log key material hashes | Christian Grothoff | |
2018-05-16 | undo KX short cut modification | Christian Grothoff | |
2018-05-16 | eliminate KX short cut v2 | Christian Grothoff | |
2018-05-16 | eliminate KX short cut | Christian Grothoff | |
2018-05-16 | also remember last ephemeral for duplicate KX detection | Christian Grothoff | |
2018-05-16 | add more KX stats to CADET | Christian Grothoff | |
2018-05-06 | Switch to $GNUNET_TMP in all configuration files. | Nils Gillmann | |
Signed-off-by: Nils Gillmann <ng0@n0.is> | |||
2018-01-13 | Fix force extend_path | David Barksdale | |
2018-01-13 | use assert to guard better against double-close on client side | Christian Grothoff | |
2018-01-13 | do not die if client closes port it never opened | Christian Grothoff | |
2018-01-10 | Try to keep the cadet->code MQ from growing too large | David Barksdale | |
2018-01-04 | Fixed useless assignment. | anryko | |
2018-01-04 | Fixed Uninitialized Variable warning. | anryko | |
2018-01-01 | Fix memory leaks in cadet tests | David Barksdale | |
2018-01-02 | fix issue with sending BROKEN timeouts early due to wrong timeout calculation | Christian Grothoff | |
2018-01-01 | remove speed bumps | Christian Grothoff | |
2017-12-30 | Merge branch 'fix_social' | lurchi | |
2017-12-29 | Combine logic for attaching paths | David Barksdale | |
This fixes issue #4909. | |||
2017-12-28 | add assertion | Christian Grothoff | |
2017-12-28 | Actually print the path as a string | David Barksdale | |
2017-12-27 | Better cycle checking in path from DHT | David Barksdale | |
2017-12-27 | Fix use-after-free in gnunet-cadet | David Barksdale | |
2017-12-27 | Fix handling of GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNELS | David Barksdale | |
This fixes issue #5079 | |||
2017-12-27 | Fix handling of GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEERS | David Barksdale | |
This fixes issue #4621 | |||
2017-12-27 | add logging to cadet initiatlizations | Christian Grothoff | |
2017-12-27 | indentation fix | Christian Grothoff | |
2017-12-26 | Prevent multipeermap from being reallocated | David Barksdale | |
Grothoff points out that multipeermaps grow when 75% full. | |||
2017-12-23 | Revert "Fix use-after-free in loop over modified list" | David Barksdale | |
This reverts commit 012ff13acc0cb2f5d7210aa48819395fecf12a3d. | |||
2017-12-23 | Check for cycles in cadet paths | David Barksdale | |
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. | |||
2017-12-22 | Check for invalid path_length | David Barksdale | |
2017-12-18 | Fix use-after-free in loop over modified list | David Barksdale | |
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. | |||
2017-12-03 | fix related to #4909/12605: force desirability of path if path is in use | Christian Grothoff | |
2017-11-25 | Fix array indexing | David Barksdale | |
Found this while investigating #4909, might be related. | |||
2017-10-29 | allow MST callback to distinguish between disconnect and parse error ↵ | Christian Grothoff | |
situations, and only log for the hard errors | |||
2017-10-06 | mark bug location | Christian Grothoff | |
2017-09-12 | fix #5125 | Christian Grothoff | |