aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
Commit message (Expand)AuthorAge
...
* Moved 'sendfile()' part from send_param_adapter() to separate functionEvgeny Grin (Karlson2k)2017-06-04
* Moved "include" missing in be855dd3d8c0cf967355e230aa887539ba37a398Evgeny Grin (Karlson2k)2017-06-04
* Refactoring: incorporate do_write() into MHD_connection_handle_write()Evgeny Grin (Karlson2k)2017-06-04
* Refactoring: incorporate do_read() into MHD_connection_handle_read()Evgeny Grin (Karlson2k)2017-06-04
* Refactoring: moved send_/recv_param_adapter() to connection.c and send_/recv_...Evgeny Grin (Karlson2k)2017-06-04
* MHD_connection_mark_closed_(): changed return type to 'bool'Evgeny Grin (Karlson2k)2017-06-03
* Removed MHD_tls_connection_handle_idle() and MHD_Connection::idle_handler.Evgeny Grin (Karlson2k)2017-05-29
* MHD_connection_handle_idle(): added reset of 'in_idle'. Just for clarity and ...Evgeny Grin (Karlson2k)2017-05-29
* cleanup_connection(): fixed cleanup of suspended connectionEvgeny Grin (Karlson2k)2017-05-21
* MHD_get_connection_info(): fixed returned 'bool' which is not a member of uni...Evgeny Grin (Karlson2k)2017-05-21
* Removed leftover commentEvgeny Grin (Karlson2k)2017-05-21
* process_request_body(): fixed compiler warning,Evgeny Grin (Karlson2k)2017-05-21
* Fixed compiler warning.Evgeny Grin (Karlson2k)2017-05-16
* Fixed response cleanup regression introduced by e264d9ec9ef98e6f26f5f547ec941...Evgeny Grin (Karlson2k)2017-05-16
* Fixed response leak when upgrade failedEvgeny Grin (Karlson2k)2017-05-14
* MHD_connection_update_event_loop_info(): do not update states of suspended co...Evgeny Grin (Karlson2k)2017-05-11
* Compiler warning minor fixesEvgeny Grin (Karlson2k)2017-05-11
* Do not add any "Connection" headers for "upgrade" connections.Evgeny Grin (Karlson2k)2017-05-11
* Do not add "Connection: Keep-Alive" header for "upgrade" connectionsEvgeny Grin (Karlson2k)2017-05-09
* Fixed compiler warningEvgeny Grin (Karlson2k)2017-05-09
* Fixed: check all request "Connection" headers for "Close" and "Upgrade" token...Evgeny Grin (Karlson2k)2017-05-09
* Added internal function for finding token in request headersEvgeny Grin (Karlson2k)2017-05-09
* Detect several tokens in single header line of response.Evgeny Grin (Karlson2k)2017-05-09
* Prevent repetitive analysing of headers to detect Keep-Alive/Close of connect...Evgeny Grin (Karlson2k)2017-05-05
* Used local "mhd_limits.h" for better compatibilityEvgeny Grin (Karlson2k)2017-05-05
* connection.c: more cleanup after completed of serving request.Evgeny Grin (Karlson2k)2017-05-05
* transmit_error_response(): allow to transmit error even if response was set.Evgeny Grin (Karlson2k)2017-05-05
* Fixed and formatted b4216c60fdb5b48f6cfec416301fc63a1167e6cdEvgeny Grin (Karlson2k)2017-05-05
* Check response existence on upgradeJosé Bollo2017-05-04
* documentation, adding MHD_CONNECTION_INFO_REQUEST_HEADER_SIZE, releasing 0.9.54Christian Grothoff2017-05-02
* Replaced flags MHD_USE_PEDANTIC_CHECKS and MHD_USE_PERMISSIVE_CHECKS byEvgeny Grin (Karlson2k)2017-04-27
* relax space-in-field-name checks only if new MHD_USE_PERMISSIVE_CHECKS flag i...Christian Grothoff2017-04-24
* enforce RFC 7230 no-whitespace in header field name rule if MHD_USE_PEDANTIC_...Christian Grothoff2017-04-23
* replace sprintf() with MHD_snprintf_()Christian Grothoff2017-04-23
* connection.c: silent compiler warningEvgeny Grin (Karlson2k)2017-04-12
* Cosmetic fixesEvgeny Grin (Karlson2k)2017-04-10
* Fixed hypothetical situation when timeout could be larger than possible to me...Evgeny Grin (Karlson2k)2017-04-05
* Fixed wrong macro name in 218694a400beaf164712121475a6e22fd01b7b71Evgeny Grin (Karlson2k)2017-04-05
* Converted many 'strlen()' from run-time to compile-time processingEvgeny Grin (Karlson2k)2017-04-05
* Fixed some compiler warningsEvgeny Grin (Karlson2k)2017-04-05
* must pass size_t to default_handlerChristian Grothoff2017-03-29
* fix #4967Christian Grothoff2017-03-25
* Do not fail on full read buffer if connection was resumed too quick after sus...Evgeny Grin (Karlson2k)2017-03-23
* Revert commit 0bc2fe6fe7442c4d15498e6867a1e58697e809c9.Evgeny Grin (Karlson2k)2017-03-22
* add -lrt for glibChristian Grothoff2017-03-21
* make error message more friendlyChristian Grothoff2017-03-21
* Rewritten logic of handling "upgraded" TLS connections in epoll mode.Evgeny Grin (Karlson2k)2017-03-19
* MHD_connection_epoll_update_(): updated and simplified conditions requiredEvgeny Grin (Karlson2k)2017-03-19
* Do not fail on overflown read buffer while connection is suspended.Evgeny Grin (Karlson2k)2017-03-17
* Fixed logic of idle disconnection: connection should be disconnected not earl...Evgeny Grin (Karlson2k)2017-03-16