aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
Commit message (Expand)AuthorAge
* -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
* fixed:Matthias Wachs2013-07-11
* session report in http serverMatthias Wachs2013-07-10
* changed return type to enumMatthias Wachs2013-07-10
* get function implementation in all pluginsMatthias Wachs2013-07-09
* fix network type for external hostnames in http_serverMatthias Wachs2013-07-02
* fix:Matthias Wachs2013-07-02
* added: port can be automatically included in external hostnameMatthias Wachs2013-06-28
* Implementing bug 0002910Matthias Wachs2013-06-27
* cleaner to not use ptr after freeing it, even for printingChristian Grothoff2013-06-21
* -fixChristian Grothoff2013-04-14
* initial server side change for MITM ssl validationMatthias Wachs2013-04-03
* -no longer pass distance information from non-DV pluginsChristian Grothoff2013-03-30
* transport plugin api change: split of address receive and ats updatesMatthias Wachs2013-03-18
* - remove url parsing breaks for invalid requestsMatthias Wachs2013-01-07