aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
Commit message (Collapse)AuthorAge
* 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 ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming ↵Christian Grothoff2015-10-18
| | | | conventions
* determine network scope for ATS even if we do not yet have a session and ↵Christian Grothoff2015-10-07
| | | | only have an address
* 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 ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Various changes:Christian Grothoff2015-02-05
| | | | | | | | | | | | | | | - removed "in_use" from being passed to ATS, no longer needed as we tell ATS when we cannot follow a suggestion by removing the address; simplifies the code a lot - better handling of state machine, fallback to primary session if address switch to new session timed out - nicer logging - more comments - new testcase failures, because of #3652, #3651 and #3650 (or more that i missed).
* simplify ATS API and plugin API by returning the network type, instead of an ↵Christian Grothoff2015-01-17
| | | | ATS_Information struct
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -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
| | | | | | We are using suspend/resume features for plugin_transport_http_server which were added in 0.9.32.
* 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
| | | | | - 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
|