aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
Commit message (Expand)AuthorAge
* 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
* Upgrade: fixed SO_NOSIGPIPE on socketpair.Evgeny Grin (Karlson2k)2016-10-24
* Added some remarks about functions' thread safety.Evgeny Grin (Karlson2k)2016-10-24
* removing dead semaphore logicChristian Grothoff2016-10-17
* implement early thread-termination for upgraded HTTP connections logicChristian Grothoff2016-10-17
* get test_upgrade_ssl to pass againChristian Grothoff2016-10-17
* remove bogus NULL check (this function must never be called with a NULL argum...Christian Grothoff2016-10-17
* upgrade: fixed double-free, fixed use-after-freeEvgeny Grin (Karlson2k)2016-10-17
* epoll FD is not MHD_socket type, adjust and unify usageEvgeny Grin (Karlson2k)2016-10-14
* deprecate USE_SSL for USE_TLS, rename in codeChristian Grothoff2016-10-11
* Use MHD_socket_pair_nblk_ for HTTP UpgradeEvgeny Grin (Karlson2k)2016-10-11
* Refactored mhd_locks.h and mhd_sockets.h: allow usage of macros withoutEvgeny Grin (Karlson2k)2016-10-11
* simplify error handling by baking it into the macrosChristian Grothoff2016-09-22
* HTTP Upgrade: portability correctionsEvgeny Grin (Karlson2k)2016-09-14
* HTTP Upgrade: Guard epoll functionsEvgeny Grin (Karlson2k)2016-09-14
* MHD_response_execute_upgrade_(): corrected loopback functions and error repor...Evgeny Grin (Karlson2k)2016-09-14
* address #4614: mark translatable strings with _-macroChristian Grothoff2016-09-06
* -use portable MHD_socket_pairChristian Grothoff2016-09-06