aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
Commit message (Expand)AuthorAge
* 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
* -add monitor support to http server, more code clean up, add http server MHD ...Christian Grothoff2014-06-25
* -drastically simplify http server session cleanup (and startup) logicChristian Grothoff2014-06-23
* -avoid passing ambiguously typed 'cls' pointer to address_to_string routine i...Christian Grothoff2014-06-23
* -simplify logging using macroChristian Grothoff2014-06-22
* -fix regexChristian Grothoff2014-06-22
* Support a wider range of http transport clients.David Barksdale2014-06-01
* Add CORS support to HTTP transportDavid Barksdale2014-05-26
* Typo in commentDavid Barksdale2014-05-26
* session end function must include address to notify addressMatthias Wachs2014-03-20
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
* fixing memory leaksMatthias Wachs2014-01-14
* implementing 0003268 to inbound information in HELLO addressesMatthias Wachs2014-01-13
* malloc -> newLRN2013-12-19
* session time out for http client/serverMatthias Wachs2013-12-18
* new timeout function and keep alives with noncesMatthias Wachs2013-12-18
* Non-uniform keepalive timeout for different pluginsLRN2013-12-15
* -fix leak, styleChristian Grothoff2013-12-12
* -extend transport plugin API with capability to just disconnect a single sess...Christian Grothoff2013-12-12
* -assert MHD_VERSION is always above 09E00, remove dead structChristian Grothoff2013-12-08
* renaming timeout constantsMatthias Wachs2013-11-20
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
* create directory if one does not exist before trying to output certificatesChristian Grothoff2013-10-09