aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
Commit message (Expand)AuthorAge
...
* MHD_queue_response(): improved doxyEvgeny Grin (Karlson2k)2022-03-07
* connection.c: added function to check used replyEvgeny Grin (Karlson2k)2022-03-07
* Updated doxy; explicitly tolerated NULL in MHD_queue*_auth*()Evgeny Grin (Karlson2k)2022-01-27
* mhd_panic: replaced direct function call with the macroEvgeny Grin (Karlson2k)2022-01-25
* Doxy corrections, fixes, and syncEvgeny Grin (Karlson2k)2021-12-29
* Added workaround for system clock jumps backEvgeny Grin (Karlson2k)2021-12-26
* Reduced maximum possible connection timeoutEvgeny Grin (Karlson2k)2021-12-26
* connection: mute compiler warning for some platformsEvgeny Grin (Karlson2k)2021-12-25
* If socket error is detected, try to detect the type of error before closingEvgeny Grin (Karlson2k)2021-11-28
* parse_connection_headers(): report if client payload is too large.Evgeny Grin (Karlson2k)2021-11-24
* Fixed builds without messagesEvgeny Grin (Karlson2k)2021-11-24
* parse_connection_headers(): simplified 'Content-Length' processingEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): rewritten chunk size detection; fixesEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): fixed: do allow sizes with more than 16 digitsEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): fixed one byte buffer overrunEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): added assertEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): fixed: removed wrong special handling of the terminat...Evgeny Grin (Karlson2k)2021-11-24
* process_request_body(): minor improvement of code readabilityEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): do not process when no more data is availableEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): fixed: do not skip chunk closure when too few data av...Evgeny Grin (Karlson2k)2021-11-24
* process_request_body(): removed one more unneeded checkEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): removed unneeded checkEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): unify checks for chunked uploadEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): removed redundant checkEvgeny Grin (Karlson2k)2021-11-24
* process_request_body(): replaced 'int' with 'bool'Evgeny Grin (Karlson2k)2021-11-24
* Clarified termination reasons descriptionEvgeny Grin (Karlson2k)2021-11-21
* Reworking early close flagsEvgeny Grin (Karlson2k)2021-11-21
* Doxy: finally clarified how to work with callbacksEvgeny Grin (Karlson2k)2021-11-04
* MHD_queue_response(): restored behavior with wrong parametersEvgeny Grin (Karlson2k)2021-10-31
* MHD_set_connection_option(): improved readabilityEvgeny Grin (Karlson2k)2021-10-31
* connection.c: fixed code styleEvgeny Grin (Karlson2k)2021-10-31
* MHD_get_connection_info(): fixed return valueEvgeny Grin (Karlson2k)2021-10-31
* Distinguish "early response" from "error response"Evgeny Grin (Karlson2k)2021-10-31
* build_header_response(): added assertEvgeny Grin (Karlson2k)2021-10-30
* connection.c: improved commentsEvgeny Grin (Karlson2k)2021-10-30
* setup_reply_properties(): improved commentsEvgeny Grin (Karlson2k)2021-10-30
* connection_maximize_write_buffer(): fixed commentEvgeny Grin (Karlson2k)2021-10-30
* get_date_str(): additional checkEvgeny Grin (Karlson2k)2021-10-30
* keepalive_possible(): added TODOsEvgeny Grin (Karlson2k)2021-10-30
* chunked responses: alway unlock response if closing the connectionEvgeny Grin (Karlson2k)2021-10-26
* Chunked responses: do not provide extra space for the response if size is knownEvgeny Grin (Karlson2k)2021-10-26
* connection.c: fixed harmless compiler warningEvgeny Grin (Karlson2k)2021-10-26
* connection.c: fixed compiler warningEvgeny Grin (Karlson2k)2021-10-25
* Removed unneeded cast of MHD_CONTENT_READER_END_* valuesEvgeny Grin (Karlson2k)2021-10-25
* Chunked response: close connection if application returns more data than requ...Evgeny Grin (Karlson2k)2021-10-25
* connection.c: fixed copy-paste error in commentEvgeny Grin (Karlson2k)2021-10-24
* Fixed parsing of "\r\r", "\r", "\n\r" and "\n\n" as a single linefeed for chu...Evgeny Grin (Karlson2k)2021-10-17
* Fixed parsing of bare CR as end-of-line in HTTP headersEvgeny Grin (Karlson2k)2021-10-17
* Removed leftover after 3a02f18ca6a66997614cebf1231c86ad33148ad2Evgeny Grin (Karlson2k)2021-10-17
* get_next_header_line(): improved and fixed commentsEvgeny Grin (Karlson2k)2021-10-17