aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
Commit message (Expand)AuthorAge
* HTTP version string processing fixesEvgeny Grin (Karlson2k)2021-05-26
* Added detection of HTTP version during early parsingEvgeny Grin (Karlson2k)2021-05-21
* connection.c: muted compiler warning for builds without messagesEvgeny Grin (Karlson2k)2021-04-24
* connection: report error details for recv() as wellEvgeny Grin (Karlson2k)2021-04-19
* log messaged-related minor fixesEvgeny Grin (Karlson2k)2021-04-19
* mhd_send: added TLS-specific error codeEvgeny Grin (Karlson2k)2021-04-19
* connection: report socket error in MHD logEvgeny Grin (Karlson2k)2021-04-18
* connection.c: mute compiler warningEvgeny Grin (Karlson2k)2021-04-01
* -misc style fixes, no semantic changesChristian Grothoff2021-02-26
* Implemented new function MHD_create_response_from_iovec()Evgeny Grin (Karlson2k)2021-02-24
* SIGPIPE macros minor refactoringEvgeny Grin (Karlson2k)2021-02-24
* connection.c: push response headers for upgrade responsesEvgeny Grin (Karlson2k)2021-01-17
* Fixed compiler warning for 32-bitEvgeny Grin (Karlson2k)2020-12-28
* Fixed build --without-threadsEvgeny Grin (Karlson2k)2020-12-27
* Fixed: avoided SIGPIPE if possiibleEvgeny Grin (Karlson2k)2020-12-21
* mhd_send.c: renamed function, moved doxyEvgeny Grin (Karlson2k)2020-12-13
* mhd_send.c: streamlined code, fixed doxyEvgeny Grin (Karlson2k)2020-12-13
* mhd_send.c: Fixed: body and header pushing logicEvgeny Grin (Karlson2k)2020-12-13
* MHD_send: renamed function for clarity, moved doxyEvgeny Grin (Karlson2k)2020-12-13
* Send reply: minor optimisation and readabilityEvgeny Grin (Karlson2k)2020-12-13
* Do not send dynamic response body with headerEvgeny Grin (Karlson2k)2020-12-13
* Fixed sending response body for the HEAD requestsEvgeny Grin (Karlson2k)2020-12-12
* Simplified call of MHD_send_on_connection2_()Evgeny Grin (Karlson2k)2020-12-12
* fixed: really use sendmsg() for header and bodyEvgeny Grin (Karlson2k)2020-12-12
* Stopped using sk_cork_on for TCP_NODELAY tracking.Evgeny Grin (Karlson2k)2020-12-03
* enum MHD_SendSocketOptions: renamed values for clarity.Evgeny Grin (Karlson2k)2020-11-29
* Upgraded connection: fixed use-after-free for thread-per-connectionEvgeny Grin (Karlson2k)2020-10-30
* -undo bad indentation patch, updated uncrustify nowChristian Grothoff2020-10-21
* Fix #6610 as suggested by APChristian Grothoff2020-10-21
* mhd_send: fixed broken sendfile() on FreeBSD, v0.9.67 regressionEvgeny Grin (Karlson2k)2020-10-15
* connection.c: tuned assertEvgeny Grin (Karlson2k)2020-10-11
* Fixed compiler warningsEvgeny Grin (Karlson2k)2020-10-11
* Added asserts to check correct threads for key functionsEvgeny Grin (Karlson2k)2020-10-08
* cosmetic fixesEvgeny Grin (Karlson2k)2020-10-08
* correct interpretation of revalue of MHD_socket_cork_Christian Grothoff2020-09-27
* fix transmission stall issue with upgraded TLS connections reported by Nguyen...Christian Grothoff2020-09-27
* Re-factor debugging macros.Evgeny Grin (Karlson2k)2020-09-20
* Minor optimisation for MHD_YES/MHD_NO comparisonEvgeny Grin (Karlson2k)2020-09-20
* indentation fixChristian Grothoff2020-08-19
* add logic to check return value of MHD_pool_reallocate()Christian Grothoff2020-08-19
* add ability to serve files from pipeChristian Grothoff2020-07-26
* fix misc typosChristian Grothoff2020-07-23
* send param adapter is deadChristian Grothoff2020-06-16
* Sanitized all log and error messages.silvioprog2020-05-09
* define and use 'enum MHD_Result' (merge)Christian Grothoff2020-04-08
|\
| * Applied several spelling fixes. (#6142)silvioprog2020-03-31
* | introduce 'enum MHD_Result'Christian Grothoff2020-04-08
|/
* remove useless 'if', fix HTML outputChristian Grothoff2020-03-01
* fix #6068 (enable 100 continue handling for PATCH requests)Christian Grothoff2020-02-08
* if suspended on POST before 100 CONTINUE, give application a second chance to...Christian Grothoff2019-11-29