aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
Commit message (Expand)AuthorAge
* 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
* fixing build errors if new upgrade logic is compiled without HTTPS supportChristian Grothoff2016-09-05
* -fixing minor issues (leaks, use after free) in recently added upgrade logicChristian Grothoff2016-09-04
* -extend upgrade plaintext test to cover thread-per-connection mode, plus mino...Christian Grothoff2016-09-04
* -fixing the FLUSH problem nicelyChristian Grothoff2016-09-04
* -first, crazy-pants version of test and implementation of HTTPS upgrade; FLUS...Christian Grothoff2016-09-03
* implementing 'Connection: upgrade' for thread-per-connection modes, but untestedChristian Grothoff2016-09-03
* -theoretically finishing epoll() + HTTPS-based connection upgrade logicChristian Grothoff2016-08-28
* -setup IO buffers for upgraded connections from memory pool - if possibleChristian Grothoff2016-08-28
* -define HTTPS-structures for upgrade only when we have upgradeChristian Grothoff2016-08-28
* -fix misc issues with upgrade introductionChristian Grothoff2016-08-28
* -fix ftbfsChristian Grothoff2016-08-28
* documenting upgrade API in manualChristian Grothoff2016-08-27
* add testcase for HTTP UpgradeChristian Grothoff2016-08-27
* sketching support for upgrade handlingChristian Grothoff2016-08-27
* sketching how I envision handling UpgradeChristian Grothoff2016-08-26
* Moved locks and mutex abstraction to mhd_locks.hEvgeny Grin (Karlson2k)2016-08-10
* Corrected typos in commentsEvgeny Grin (Karlson2k)2016-04-10
* -indentingChristian Grothoff2016-01-18
* fix file names, include missing files to MakefileEvgeny Grin (Karlson2k)2015-08-22
* export MHD_get_reason_phrase_forChristian Grothoff2015-08-14
* Move all internal limits definitions to MHD_limits.hEvgeny Grin (Karlson2k)2015-07-07
* Bump MHD_VERSION, update ChangeLog, substitute MHD_create_response_from_fd_at...Evgeny Grin (Karlson2k)2015-06-09
* Add MHD_FEATURE_LARGE_FILE value for MHD_is_feature_supported()Evgeny Grin (Karlson2k)2015-06-09
* response.c: MHD_create_response_from_fd_at_offset64(): don't create response ...Evgeny Grin (Karlson2k)2015-06-09