aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
Commit message (Expand)AuthorAge
* connection.c: added asserts for connection's states processing logicEvgeny Grin (Karlson2k)2022-09-27
* connection.c: fixed typo in commentEvgeny Grin (Karlson2k)2022-09-27
* Removed one debug member from release buildsEvgeny Grin (Karlson2k)2022-09-27
* Renamed request processing states for clarity and readabilityEvgeny Grin (Karlson2k)2022-09-27
* connection: skip no-op calling of body generation functions when response bod...Evgeny Grin (Karlson2k)2022-09-27
* gen_auth: added support for two authorization headers in requestEvgeny Grin (Karlson2k)2022-08-09
* Internal refactoring: moved all reply-related members to separate structureEvgeny Grin (Karlson2k)2022-08-09
* Internal refactoring: moved all request-related members to separate structureEvgeny Grin (Karlson2k)2022-08-06
* Added tracking of the request URL length.Evgeny Grin (Karlson2k)2022-06-22
* MHD_parse_arguments_(): refactored, allow cls for the callbackEvgeny Grin (Karlson2k)2022-06-22
* Added TODO commentEvgeny Grin (Karlson2k)2022-06-07
* unsure why this was left as a TODO, fix seems trivial (EG: please check)Christian Grothoff2022-06-07
* -fix warningChristian Grothoff2022-06-06
* connection: muted compiler warningEvgeny Grin (Karlson2k)2022-06-01
* connection.c: fixed compiler warningsEvgeny Grin (Karlson2k)2022-05-31
* authentication: reworked header parsingEvgeny Grin (Karlson2k)2022-05-31
* connection_alloc_memory_(): made function non-staticEvgeny Grin (Karlson2k)2022-05-20
* MHD_connection_update_event_loop_info(): more complete TLS states handlingEvgeny Grin (Karlson2k)2022-05-16
* MHD_connection_handle_read(): refactored states handling at the end of the fu...Evgeny Grin (Karlson2k)2022-05-16
* Added missing in 'switch' enum values (no functional change)Evgeny Grin (Karlson2k)2022-05-16
* Fixed uninitialized value used in assertEvgeny Grin (Karlson2k)2022-05-16
* Use '#ifdef PARAM' instead of '#if PARAM' for configuration optionsEvgeny Grin (Karlson2k)2022-05-16
* Made cookie parsing optional featureEvgeny Grin (Karlson2k)2022-05-15
* Rewritten cookie parsing.Evgeny Grin (Karlson2k)2022-05-15
* parse_cookie_header(): moved outside error reportingEvgeny Grin (Karlson2k)2022-05-15
* Return NULL for MHD_CONNECTION_INFO_CLIENT_ADDRESS if information is not avai...Evgeny Grin (Karlson2k)2022-05-14
* Added asserts to check for non-master daemons onlyEvgeny Grin (Karlson2k)2022-05-12
* MHD_set_connection_option(): reduced lock scopeEvgeny Grin (Karlson2k)2022-05-12
* Fixed wrong (inverted) assertsEvgeny Grin (Karlson2k)2022-05-05
* connection.c: fixed doxyEvgeny Grin (Karlson2k)2022-05-04
* Response from callback: do allow negative return amounts, except predefined v...Evgeny Grin (Karlson2k)2022-04-27
* Fixed compiler warnings of implicit casting, which could change the valueEvgeny Grin (Karlson2k)2022-04-27
* MHD_get_connection_info(): Fixed possible unaligned accessEvgeny Grin (Karlson2k)2022-04-25
* Fixed drop of 'const' when building internal error responseEvgeny Grin (Karlson2k)2022-04-19
* Added _MHD_EXTERN to the all public functions definitionsEvgeny Grin (Karlson2k)2022-04-18
* connection: removed drop of 'const' qualifierEvgeny Grin (Karlson2k)2022-04-17
* Refactoring: different types for response and request headersEvgeny Grin (Karlson2k)2022-04-17
* -indentation fixChristian Grothoff2022-04-04
* Added MHD_RF_HEAD_ONLY_RESPONSE response flagEvgeny Grin (Karlson2k)2022-03-17
* add_user_headers(): removed unused footers supportEvgeny Grin (Karlson2k)2022-03-17
* MHD_queue_response(): significantly improved doxyEvgeny Grin (Karlson2k)2022-03-14
* Simplified function for determining needs for reply body and headersEvgeny Grin (Karlson2k)2022-03-13
* MHD_queue_response(): refuse 101 code when not supportedEvgeny Grin (Karlson2k)2022-03-13
* MHD_queue_response(): clarified log messageEvgeny Grin (Karlson2k)2022-03-13
* Disallowed successful responses for CONNECT requestsEvgeny Grin (Karlson2k)2022-03-11
* Added warning in log if application-defined Content-Length is usedEvgeny Grin (Karlson2k)2022-03-10
* Added separate internal "responseIcy" flag.Evgeny Grin (Karlson2k)2022-03-10
* upgrade response: set response size to zeroEvgeny Grin (Karlson2k)2022-03-08
* reply: warn if manual "Content-Length" is used when this header is not allowedEvgeny Grin (Karlson2k)2022-03-07
* response headers: do not add automatic "Content-Length" header if response al...Evgeny Grin (Karlson2k)2022-03-07