Age | Commit message (Expand) | 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-05-20 | fix off-by-one error in cadet connection construction, also enforce better ti... | Christian Grothoff |
2018-01-10 | Try to keep the cadet->code MQ from growing too large | David Barksdale |
2017-12-28 | Actually print the path as a string | David Barksdale |
2017-12-23 | Revert "Fix use-after-free in loop over modified list" | David Barksdale |
2017-12-18 | Fix use-after-free in loop over modified list | David Barksdale |
2017-03-11 | rename cadet*new to just cadet, except for libgnunetcadetnew-logic (where the... | Christian Grothoff |
2017-03-11 | remove old CADET service code | Christian Grothoff |
2017-01-21 | more logging, minor bugfixes / renames | Christian Grothoff |
2017-01-18 | more rename festivities | Christian Grothoff |
2017-01-18 | introduce CadetEncryptedMessageIdentifier instead of over-using uint32_t | Christian Grothoff |
2017-01-18 | cadet message struct and type rename-fest | Christian Grothoff |
2017-01-17 | use new shortmap to simplify CADET logic a bit | Christian Grothoff |
2017-01-15 | cleaning up some CADET logic, improving types used | Christian Grothoff |
2017-01-10 | rename connecT -> connect now that the old API is dead | Christian Grothoff |
2017-01-09 | cosmetics | Christian Grothoff |
2017-01-09 | properly handle case of should-drop by asynchronously running continuation | Christian Grothoff |
2017-01-09 | DLL remove already done inside of call_peer_cont() | Christian Grothoff |
2017-01-09 | fix crashes caused by DLL removes preceeding DLL inserts | Christian Grothoff |
2016-10-29 | Refactor encrypted traffic handling | Bart Polot |
2016-10-27 | - reduce log level | Bart Polot |
2016-10-26 | - add connection info to timing log | Bart 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 free | Christian Grothoff |
2016-09-20 | Port CADET to CORE MQ API | Bart Polot |
2016-08-26 | putting CADET on a diet: proper alignment for AX KX, kill obsolete OTR legacy... | Christian Grothoff |
2016-07-29 | cadet: rollback + warning message for posterity | Carlo von lynX |
2016-07-29 | fixed a memleak, a static string free, an access of freed memory etc | Carlo von lynX |
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff |
2016-07-08 | -init cfg | Christian Grothoff |
2016-07-08 | migrate transport_core API to MQ | Christian Grothoff |
2016-06-27 | avoid NPE | Christian Grothoff |
2016-05-03 | Fix shutdown assertion failure in core_api: avoid double cancel of pending tr... | Bart Polot |
2016-04-30 | implementing new scheduler shutdown semantics | Christian Grothoff |
2016-04-09 | small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex... | Christian Grothoff |
2016-03-30 | - free queued messages on peer destroy, fix #4001 | Bart Polot |
2016-03-30 | - refactor, test orderd | Bart Polot |
2016-01-19 | -fix (C) notices | Christian Grothoff |
2015-10-18 | -do not suggest twice | Christian Grothoff |
2015-10-18 | -stop active offer before starting another one | Christian Grothoff |
2015-10-18 | use ATS connectivity suggestion instead of deprecated GNUNET_TRANSPORT_try_co... | Christian Grothoff |
2015-10-18 | -track hello offer handle while it is active | Christian Grothoff |
2015-10-06 | - remove unused variable | Bart Polot |
2015-10-06 | - refactor test dropping, reduce test load | Bart Polot |
2015-10-06 | - Revamp traffic logging, small bugfixes, complete doxygen | Bart Polot |
2015-10-02 | - cancel all transmissions so core_api doesn't complain | Bart Polot |
2015-10-02 | - log shutdown | Bart Polot |
2015-10-02 | Fixed usage of known broken paths. If a connection was destroyed | Bart Polot |