Age | Commit message (Expand) | Author |
2020-04-09 | adapt code to work with latest MHD API | Christian Grothoff |
2019-10-31 | tighten formatting rules | Christian Grothoff |
2019-10-08 | use correct plugin name; thanks Corvus Corax | Schanzenbach, Martin |
2019-10-05 | global reindent, now with uncrustify hook enabled | Christian Grothoff |
2019-09-08 | uncrustify as demanded. | ng0 |
2019-01-28 | improve NAT API: allow client to store associated data with address | Christian Grothoff |
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-10-29 | allow MST callback to distinguish between disconnect and parse error situatio... | Christian Grothoff |
2017-06-25 | [transport] Fix EBADF in select() | David Barksdale |
2017-06-15 | [transport] copy-paste error, nothing to see here | David Barksdale |
2017-06-15 | [transport] Don't exit with suspended connections | David Barksdale |
2017-06-12 | [transport] suspend connection to avoid busy-wait | David Barksdale |
2017-03-17 | more renamings relating to 'new' service now just being the 'normal' service | Christian Grothoff |
2017-03-16 | removing dead/legacy server/connection logic, except for in tcp/wlan/bt plugi... | Christian Grothoff |
2017-01-07 | migrate HTTP plugin to new NAT logic | Christian Grothoff |
2016-10-12 | revert to MHD_USE_SSL for now | Christian Grothoff |
2016-10-11 | deprecate USE_SSL for USE_TLS, rename in code | Christian Grothoff |
2016-07-24 | -fix http fix | Christian Grothoff |
2016-07-24 | fix http server shutdown sequence | Christian Grothoff |
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff |
2016-07-06 | misc minor fixes | 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-07-18 | Get STUN to work with UDP plugin | Bruno Cabral |
2015-07-18 | minor modifications to reduce warnings | Christian Grothoff |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff |
2015-06-12 | fix use of deprecated MHD symbols | Christian Grothoff |
2015-02-23 | Don't timeout XHR clients so quickly. | David Barksdale |
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-02-05 | Various changes: | 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-23 | -fix call to MHD_start_daemon, properly pass MHD_USE_IPv6 if needed | Christian Grothoff |
2014-11-22 | -rename constants | Christian Grothoff |
2014-11-22 | -fix warning | Christian Grothoff |
2014-11-22 | adding TCP STEALTH support (without integrity protection) to HTTP(S) server | Christian Grothoff |
2014-11-07 | implementing plugin session monitoring API (#3452) | Christian Grothoff |
2014-07-24 | - fix compile | Bart Polot |
2014-07-24 | fixing documentation | Matthias Wachs |
2014-07-09 | fixing USE_SUSPEND error with mhd daemon and free error | Matthias Wachs |
2014-07-03 | Require libmicrohttpd >= 0.9.32 | David Barksdale |
2014-07-03 | Use MHD_USE_SUSPEND_RESUME, fixes #3460 | David Barksdale |