aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
Commit message (Expand)AuthorAge
* Added detection of HTTP version during early parsingEvgeny Grin (Karlson2k)2021-05-21
* Fixed build with MSVC, fixed compiler warningsEvgeny Grin (Karlson2k)2021-04-23
* Added support for ALPN protocols list for TLS connectionsEvgeny Grin (Karlson2k)2021-04-19
* Fixes and improvements for 6c751386a2e06d35b6d072c064bd581ddd561c52Evgeny Grin (Karlson2k)2021-04-16
* fix #6768: do not use TCP-specific syscalls on UNIX domain socketsEvgeny Grin (Karlson2k)2021-04-16
* daemon: added user options counterEvgeny Grin (Karlson2k)2021-03-15
* -misc style fixes, no semantic changesChristian Grothoff2021-02-26
* Implemented new function MHD_create_response_from_iovec()Evgeny Grin (Karlson2k)2021-02-24
* Fixed build --without-threadsEvgeny Grin (Karlson2k)2020-12-27
* Fixed: avoided SIGPIPE if possiibleEvgeny Grin (Karlson2k)2020-12-21
* struct MHD_Response: minor clarificationEvgeny Grin (Karlson2k)2020-12-12
* Stopped using sk_cork_on for TCP_NODELAY tracking.Evgeny Grin (Karlson2k)2020-12-03
* Added: track TCP_NODELAY state of client socketsEvgeny Grin (Karlson2k)2020-12-01
* internal.h: hack member placement in struct MHD_Daemon toEvgeny Grin (Karlson2k)2020-10-29
* Fixed thread-safety for externally added connectionsEvgeny Grin (Karlson2k)2020-10-25
* internal.h: added 'volatile' for some members with multi-thread accessEvgeny Grin (Karlson2k)2020-10-08
* 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
* add ability to serve files from pipeChristian Grothoff2020-07-26
* fix misc typosChristian Grothoff2020-07-23
* send param adapter is deadChristian Grothoff2020-06-16
* 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
|/
* fix #6135Christian Grothoff2020-03-26
* tighten formatting rulesChristian Grothoff2019-10-31
* allow clients to override sanity check for content-length headerChristian Grothoff2019-10-25
* use booleans more nicelyChristian Grothoff2019-10-24
* applying uncrustify to ensure uniform indentationChristian Grothoff2019-10-17
* simplifyChristian Grothoff2019-07-25
* Add callback to allow OCSP staplingTim Rühsen2019-07-17
* Optimised read buffer allocationEvgeny Grin (Karlson2k)2019-06-17
* Fixed cast of incompatible function pointer,Evgeny Grin (Karlson2k)2019-05-25
* Partial revert of 1b610e5b13b7b96e7b3f372c8da1ec9d840f896a.Evgeny Grin (Karlson2k)2019-05-01
* mergeChristian Grothoff2019-04-08
|\
| * allow binary zero in unescaped GET arguments (see mailinglist)Christian Grothoff2019-03-20
* | fix close() checksChristian Grothoff2019-04-08
|/
* brutally simplify VLA macro for stupid compilersChristian Grothoff2018-12-12
* Track socket CORK/NODELAY states to avoid extra syscallsEvgeny Grin (Karlson2k)2018-12-10
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
* fix build issue with GnuTLS < 3.0Christian Grothoff2018-11-14
* integrate TLS PSK patch from Tal Moaz (plus documentation, plus style and bug...Christian Grothoff2018-07-14
* remove dead IN_CLEANUP state, revert previous patch that called completed cal...Christian Grothoff2018-03-02
* releasing libmicrohttpd 0.9.56v0.9.56Christian Grothoff2017-11-24
* Added support for Darwin-style sendfile()Evgeny Grin (Karlson2k)2017-11-22
* Added support for Solaris-style sendfileEvgeny Grin (Karlson2k)2017-11-07
* Added support for sendfile() on FreeBSDEvgeny Grin2017-10-02
* Added detection for Linux form of sendfile(2)Evgeny Grin (Karlson2k)2017-10-01
* mhd_threads: added thread ID supportEvgeny Grin (Karlson2k)2017-08-27
* Use 'mhd_assert()'Evgeny Grin (Karlson2k)2017-06-12