aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
Commit message (Collapse)AuthorAge
...
* Don't break, this is expected from XHR clientsDavid Barksdale2014-07-03
|
* - fixing use after freeMatthias Wachs2014-07-03
| | | | | - renaming connections to requests
* fixing memory leak and session disconnectMatthias Wachs2014-07-03
|
* Simplify HTTP server session cleanup even moreDavid Barksdale2014-07-02
| | | | | | | Allow HTTP clients to get disconnected without deleting their session so they can re-connect quickly. This also works for XHR clients which need to disconnect to work.
* 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
| | | | suspend feature, support quota reset API from transport in HTTP server
* -drastically simplify http server session cleanup (and startup) logicChristian Grothoff2014-06-23
|
* -avoid passing ambiguously typed 'cls' pointer to address_to_string routine ↵Christian Grothoff2014-06-23
| | | | in http_common, code cleanup
* -simplify logging using macroChristian Grothoff2014-06-22
|
* -fix regexChristian Grothoff2014-06-22
|
* Support a wider range of http transport clients.David Barksdale2014-06-01
| | | | | | Specifically web clients which cannot maintain permanent GET and PUT connections.
* 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
| | | | | | | | | | All transport plugin functions are modified to use HELLO addresses instead of peer,address,address_length All plugins are modified to use HELLO addresses internally This commit can break transport functionality: core tests on my system still pass, but transport tests may still fail, errors messages may occurs or crashs Will be fixed asap
* 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 ↵Christian Grothoff2013-12-12
| | | | session (not yet used)
* -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 ↵Matthias Wachs2013-09-04
| | | | fail if one fails
* h_addr is a define in in netdb.hMatthias Wachs2013-09-02
| | | | | | leads to stack corruption -> rename variable
* 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 *' ↵Christian Grothoff2013-07-13
| | | | instead of 'void *'
* 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
| | | | | | | inbound address size reporting inbound sessions
* session report in http serverMatthias Wachs2013-07-10
|
* changed return type to enumMatthias Wachs2013-07-10
| | | | | added get_network to template
* get function implementation in all pluginsMatthias Wachs2013-07-09
|
* fix network type for external hostnames in http_serverMatthias Wachs2013-07-02
|