aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
Commit message (Expand)AuthorAge
* indentChristian Grothoff2019-07-24
* undo, duplicated functionalityChristian Grothoff2019-07-22
* unifyChristian Grothoff2019-07-22
* introducte MHD_RO_FREE_FUNCTION as proposed by Nicolas Mora on the listChristian Grothoff2019-07-22
* memorypool: use 'bool' instead MHD_YES/MHD_NO and 'uint8_t' instead of 'char'Evgeny Grin (Karlson2k)2019-06-12
* More speedups by using predefined length of stringsEvgeny Grin (Karlson2k)2019-05-15
* Partial revert of 1b610e5b13b7b96e7b3f372c8da1ec9d840f896a.Evgeny Grin (Karlson2k)2019-05-01
* response.c: added missing assigment of MHD_HTTP_Header::value_sizeEvgeny Grin (Karlson2k)2019-05-01
* Really fix 6c985f4adcb5b71c2b70a17de0a99468090bfb0dEvgeny Grin (Karlson2k)2019-04-17
* Fixed build broken by 6c985f4adcb5b71c2b70a17de0a99468090bfb0dEvgeny Grin (Karlson2k)2019-04-17
* allow binary zero in unescaped GET arguments (see mailinglist)Christian Grothoff2019-03-20
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
* Optimized the function MHD_create_response_from_callback() for Windows by inc...silvioprog2018-12-06
* fix ftbfsChristian Grothoff2018-11-12
* add MHD_create_response_from_buffer_with_free_callbackChristian Grothoff2018-11-08
* fix #5411Christian Grothoff2018-10-05
* more work on mhd2 api implementationChristian Grothoff2018-02-09
* Improved compatibility with CygwinEvgeny Grin (Karlson2k)2017-11-26
* Stick to C89 standard for a whileEvgeny Grin (Karlson2k)2017-10-31
* use more c99Christian Grothoff2017-10-05
* misc style improvements, fixing some tiny rare memory leaks in examplesChristian Grothoff2017-10-05
* Use 'mhd_assert()'Evgeny Grin (Karlson2k)2017-06-12
* Fixed HTTP "upgrade" after 7d3050325e3b77a061b40ea9ce77a360d14b4deaEvgeny Grin (Karlson2k)2017-05-21
* Added internal function for finding token in response headers MHD_check_respo...Evgeny Grin (Karlson2k)2017-05-09
* Fixed missing includeEvgeny Grin (Karlson2k)2017-05-09
* Revert: continue match footers in MHD_get_response_header().Evgeny Grin (Karlson2k)2017-05-09
* Fixed MHD_get_response_header(): used case-insensitive match for header name,...Evgeny Grin (Karlson2k)2017-05-09
* Converted many 'strlen()' from run-time to compile-time processingEvgeny Grin (Karlson2k)2017-04-05
* Rewritten logic of handling "upgraded" TLS connections in epoll mode.Evgeny Grin (Karlson2k)2017-03-19
* upgraded connections: removed redundant states and checks and unified process...Evgeny Grin (Karlson2k)2017-03-15
* Watch "upgraded" sockets for OOB data and disconnects.Evgeny Grin (Karlson2k)2017-03-01
* response.c: silent GCC's false warningEvgeny Grin (Karlson2k)2017-02-24
* fix #4911Christian Grothoff2017-02-23
* bump dates and versions and update ChangeLogChristian Grothoff2017-02-15
* convert clean_ready to 'bool'Christian Grothoff2017-02-15
* mark 'was_closed' as volatile; move connection resumption to end of upgrade r...Christian Grothoff2017-02-14
* add extra check, make it work with OpenSSL 1.1, eliminate dead code, some for...Christian Grothoff2017-02-14
* convert more int to boolChristian Grothoff2017-02-14
* Fixed thread safety with responses with same file FD,Evgeny Grin (Karlson2k)2016-12-01
* Used calloc() where possible with fallback to malloc()+memset().Evgeny Grin (Karlson2k)2016-11-07
* Renamed MHD flags. Now all flags are in forms MHD_USE_* or MHD_ALLOW_*.Evgeny Grin (Karlson2k)2016-11-07
* all flags start with MHD_USE_, rename MHD_ALLOW_UPGRADE to MHD_USE_UPGRADE fo...Christian Grothoff2016-11-04
* Added 'configure' parameter '--disable-httpupgrade'.Evgeny Grin (Karlson2k)2016-11-02
* Fixed build without HTTPS supportEvgeny Grin (Karlson2k)2016-11-02
* Build-time configuration: undef HTTPS_SUPPORT if TLS is disabled. Improved codeEvgeny Grin (Karlson2k)2016-11-02
* 'Upgrade' connections: simplify daemon optionsEvgeny Grin (Karlson2k)2016-11-02
* Reworked "upgraded" closure logic: resources deallocated and sockets are closedEvgeny Grin (Karlson2k)2016-10-30
* MHD_response_execute_upgrade_(): deduplicate code.Evgeny Grin (Karlson2k)2016-10-27
* MHD_response_execute_upgrade_(): improved handling of buffer sizesEvgeny Grin (Karlson2k)2016-10-27
* Upgrade: use socketpair only in non-blocking modeEvgeny Grin (Karlson2k)2016-10-24