aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
Commit message (Expand)AuthorAge
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* rename fest: use new libgnunetnt instead of old libgnunetats logic for networ...Christian Grothoff2018-11-23
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
* 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
* allow MST callback to distinguish between disconnect and parse error situatio...Christian Grothoff2017-10-29
* [transport] Fix EBADF in select()David Barksdale2017-06-25
* [transport] copy-paste error, nothing to see hereDavid Barksdale2017-06-15
* [transport] Don't exit with suspended connectionsDavid Barksdale2017-06-15
* [transport] suspend connection to avoid busy-waitDavid Barksdale2017-06-12
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
* removing dead/legacy server/connection logic, except for in tcp/wlan/bt plugi...Christian Grothoff2017-03-16
* migrate HTTP plugin to new NAT logicChristian Grothoff2017-01-07
* revert to MHD_USE_SSL for nowChristian Grothoff2016-10-12
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
* -fix http fixChristian Grothoff2016-07-24
* fix http server shutdown sequenceChristian Grothoff2016-07-24
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* misc minor fixesChristian Grothoff2016-07-06
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conv...Christian Grothoff2015-10-18
* determine network scope for ATS even if we do not yet have a session and only...Christian Grothoff2015-10-07
* Get STUN to work with UDP pluginBruno Cabral2015-07-18
* minor modifications to reduce warningsChristian Grothoff2015-07-18
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* fix use of deprecated MHD symbolsChristian Grothoff2015-06-12
* Don't timeout XHR clients so quickly.David Barksdale2015-02-23
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS te...Christian Grothoff2015-02-10
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* Various changes:Christian Grothoff2015-02-05
* simplify ATS API and plugin API by returning the network type, instead of an ...Christian Grothoff2015-01-17
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* -fix call to MHD_start_daemon, properly pass MHD_USE_IPv6 if neededChristian Grothoff2014-12-23
* -rename constantsChristian Grothoff2014-11-22
* -fix warningChristian Grothoff2014-11-22
* adding TCP STEALTH support (without integrity protection) to HTTP(S) serverChristian Grothoff2014-11-22
* implementing plugin session monitoring API (#3452)Christian Grothoff2014-11-07
* - fix compileBart Polot2014-07-24
* fixing documentationMatthias Wachs2014-07-24
* fixing USE_SUSPEND error with mhd daemon and free errorMatthias Wachs2014-07-09
* Require libmicrohttpd >= 0.9.32David Barksdale2014-07-03
* Use MHD_USE_SUSPEND_RESUME, fixes #3460David Barksdale2014-07-03
* Don't break, this is expected from XHR clientsDavid Barksdale2014-07-03
* - fixing use after freeMatthias Wachs2014-07-03
* fixing memory leak and session disconnectMatthias Wachs2014-07-03
* Simplify HTTP server session cleanup even moreDavid Barksdale2014-07-02
* do not notify transport multiple time for a sessionMatthias Wachs2014-06-27
* -adding missing API functions to WLAN, skeleton for monitoring supportChristian Grothoff2014-06-25