aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
Commit message (Expand)AuthorAge
* 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
* Merged MHD_tls_connection_handle_write() into MHD_connection_handle_write()Evgeny Grin (Karlson2k)2017-06-05
* Merged MHD_tls_connection_handle_read() into MHD_connection_handle_read()Evgeny Grin (Karlson2k)2017-06-05
* Replace usage of MHD_Connection::tls_closed with MHD_Connection::tls_stateEvgeny Grin (Karlson2k)2017-06-05
* Used separate 'state' for TLS layer (independent of state of HTTP process)Evgeny Grin (Karlson2k)2017-06-05
* Moved "include" missing in be855dd3d8c0cf967355e230aa887539ba37a398Evgeny Grin (Karlson2k)2017-06-04
* Removed MHD_tls_connection_handle_idle() and MHD_Connection::idle_handler.Evgeny Grin (Karlson2k)2017-05-29
* Fixed HTTP "upgrade" after 7d3050325e3b77a061b40ea9ce77a360d14b4deaEvgeny 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
* More minor fixesEvgeny Grin (Karlson2k)2017-05-11
* Compiler warning minor fixesEvgeny Grin (Karlson2k)2017-05-11
* Added internal function for finding token in response headers MHD_check_respo...Evgeny Grin (Karlson2k)2017-05-09
* Added function for detection of token inside comma-separated string, added testsEvgeny Grin (Karlson2k)2017-05-09
* Prevent repetitive analysing of headers to detect Keep-Alive/Close of connect...Evgeny Grin (Karlson2k)2017-05-05
* 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
* Fixed hypothetical situation when timeout could be larger than possible to me...Evgeny Grin (Karlson2k)2017-04-05
* Converted many 'strlen()' from run-time to compile-time processingEvgeny Grin (Karlson2k)2017-04-05
* Simplified checks for allowed suspend, fixed false positive for daemons with ...Evgeny Grin (Karlson2k)2017-03-26
* fix #4967Christian Grothoff2017-03-25
* Revert commit 0bc2fe6fe7442c4d15498e6867a1e58697e809c9.Evgeny Grin (Karlson2k)2017-03-22
* add -lrt for glibChristian Grothoff2017-03-21
* Rewritten logic of handling "upgraded" TLS connections in epoll mode.Evgeny Grin (Karlson2k)2017-03-19
* Thread-safety: always lock mutex when modifying "cleanup" or "timeout" DL-listsEvgeny Grin (Karlson2k)2017-03-16
* upgraded connections: removed redundant states and checks and unified process...Evgeny Grin (Karlson2k)2017-03-15
* struct MHD_UpgradeResponseHandle: clarified commentsEvgeny Grin (Karlson2k)2017-03-13
* avoid redundant NULL check, make MHD_cleanup_upgraded_connection_ static (onl...Christian Grothoff2017-03-10
* Reworked handling "already ready" situations:Evgeny Grin (Karlson2k)2017-02-26
* Changed poll()/select()/epoll monitoring logic:Evgeny Grin (Karlson2k)2017-02-19
* convert client_aware to 'bool'Christian Grothoff2017-02-15