Age | Commit message (Expand) | Author |
2019-11-20 | follow-up to 7c14b80a011e9e99b1cef0bfd96bae364edd5663: | ng0 |
2019-10-31 | tighten formatting rules | Christian Grothoff |
2019-10-05 | global reindent, now with uncrustify hook enabled | Christian Grothoff |
2019-09-08 | uncrustify as demanded. | ng0 |
2019-09-06 | first step to remove plibc | ng0 |
2019-01-14 | src: for every AGPL3.0 file, add SPDX identifier. | ng0 |
2018-11-23 | rename fest: use new libgnunetnt instead of old libgnunetats logic for networ... | Christian Grothoff |
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 |
2017-02-21 | fix sun_len issue (#4816) by adding test and fixing typo | Christian Grothoff |
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff |
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-01-19 | -fix (C) notices | Christian Grothoff |
2015-10-18 | rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conv... | Christian Grothoff |
2015-10-07 | determine network scope for ATS even if we do not yet have a session and only... | Christian Grothoff |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff |
2015-02-13 | -fixing misc minor bugs and style issues (unchecked return values, memory lea... | Christian Grothoff |
2015-02-10 | fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS te... | Christian Grothoff |
2015-02-07 | -bringing copyright tags up to FSF standard | Christian Grothoff |
2015-01-17 | simplify ATS API and plugin API by returning the network type, instead of an ... | Christian Grothoff |
2014-12-24 | making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e... | Christian Grothoff |
2014-12-16 | -fix use of possibly wrong or uninitialized session | Christian Grothoff |
2014-11-07 | implementing plugin session monitoring API (#3452) | Christian Grothoff |
2014-09-01 | remove PORT related information from unix | Matthias Wachs |
2014-07-24 | fixing documentation | Matthias Wachs |
2014-06-23 | fix compiler warning about uninitialized variable | Matthias Wachs |
2014-06-23 | -towards having the monitoring API supported by TCP | Christian Grothoff |
2014-06-23 | -removing global state from UDP plugin (statics), doxygen, indentation, start... | Christian Grothoff |
2014-06-22 | -updateing tempalte | Christian Grothoff |
2014-06-22 | -actually perform monitor calls where appropriate | Christian Grothoff |
2014-06-22 | implement monitoring API in UNIX, simplify code a bit | Christian Grothoff |
2014-06-22 | adding design for session monitoring API to transport plugins; skeleton imple... | Christian Grothoff |
2014-06-09 | clarify prettyprinter API and protocols, make sure implementations are consis... | Christian Grothoff |
2014-06-02 | fix semantic for address_to_string | Matthias Wachs |
2014-04-07 | fix for unchecked return value | Matthias Wachs |
2014-03-28 | make plugin fail if bind fails ... | Matthias Wachs |
2014-03-28 | fixing crash in unix | Matthias Wachs |
2014-03-20 | session end function must include address to notify address | Matthias Wachs |
2014-02-10 | abstract unix domain socket support | Matthias Wachs |
2014-02-10 | - create the directory for the UNIX socket file before binding to it. | Sree Harsha Totakura |
2014-02-09 | Create UNIX domain sockets as abstract sockets when running in LINUX and the | Sree Harsha Totakura |
2014-02-07 | unix domain sockets used hardcoded path instead of configuration setting | Matthias Wachs |
2014-01-16 | more fixed documentation | Matthias Wachs |
2014-01-13 | implementing 0003268 to inbound information in HELLO addresses | Matthias Wachs |
2013-12-18 | session timeouts for unix | Matthias Wachs |
2013-12-18 | new timeout function and keep alives with nonces | Matthias Wachs |
2013-12-15 | Non-uniform keepalive timeout for different plugins | LRN |
2013-12-12 | -extend transport plugin API with capability to just disconnect a single sess... | Christian Grothoff |