aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
Commit message (Expand)AuthorAge
* - 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
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -doxygen, coding conventionsChristian Grothoff2013-10-06
* -getting ATS and transport to compile again (part of #3047)Christian Grothoff2013-09-30
* no debugging sleep for buildbots required any more...Matthias Wachs2013-09-04
* order of daemonsMatthias Wachs2013-09-04
* fix: wrong checkMatthias Wachs2013-09-04
* mhd is failing to bind both IPv4 and IPv6 -> restructured http plugin to no f...Matthias Wachs2013-09-04
* h_addr is a define in in netdb.hMatthias Wachs2013-09-02
* remove dead assignmentsMatthias Wachs2013-08-19
* -doxygen fixesChristian Grothoff2013-08-13
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
* fix for crash on buildbotsMatthias Wachs2013-08-02
* -add dv_get_network to DV API, improve signature to use 'struct Session *' in...Christian Grothoff2013-07-13
* fix if plugin is loaded only in stub modeMatthias Wachs2013-07-12
* verified and improved address checking for external hostname and verify optionMatthias Wachs2013-07-12
* enabling address check in validationMatthias Wachs2013-07-11