aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
Commit message (Expand)AuthorAge
* -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
* more work on upgrade implementationChristian Grothoff2016-08-28
* -fix misc issues with upgrade introductionChristian Grothoff2016-08-28
* add testcase for HTTP UpgradeChristian Grothoff2016-08-27
* sketching support for upgrade handlingChristian Grothoff2016-08-27
* -add missing unlockChristian Grothoff2016-08-27
* epoll is now supported on non-Linux platforms (namely illumos).Evgeny Grin (Karlson2k)2016-08-24
* Refactoring: do not define EPOLL_SUPPORT if epoll is disabled or not supported.Evgeny Grin (Karlson2k)2016-08-24
* mhd_sockets.h: unify some macro namesEvgeny Grin (Karlson2k)2016-08-23
* mhd_sockets: better sockets errors abstraction, improved performance on W32Evgeny Grin (Karlson2k)2016-08-23
* Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,Evgeny Grin (Karlson2k)2016-08-23
* Moved sockets abstraction to specialized mhd_socket.h/.c filesEvgeny Grin (Karlson2k)2016-08-23
* fixing crash bug, connection-limit bug and documenting connection-limit behav...Christian Grothoff2016-08-15
* Moved locks and mutex abstraction to mhd_locks.hEvgeny Grin (Karlson2k)2016-08-10
* connection.c: fixed build without messages (#endif placement)Evgeny Grin (Karlson2k)2016-07-22
* print warning if application code performing connection POST processing is buggyChristian Grothoff2016-07-16
* -do not call callback if connection was already suspendedChristian Grothoff2016-06-10
* -fix branching, might have FD_CLR'ed -1 otherwiseChristian Grothoff2016-06-02
* off-by-1Christian Grothoff2016-06-01
* do not generate Content-Length header for 1xx/204/304 replies, also suppress ...Christian Grothoff2016-06-01
* indentChristian Grothoff2016-05-29
* add MHD_CONNECTION_INFO_CONNECTION_SUSPENDEDChristian Grothoff2016-05-17
* connection.c: used internal US-ASCII-only hex string -> value conversionEvgeny Grin (Karlson2k)2016-04-12
* connection.c: removed unused variable, silent compiler warningEvgeny Grin (Karlson2k)2016-04-12
* mhd_str: refactored MHD_str_to_uint64() and MHD_str_to_uint64_n_() for simpli...Evgeny Grin (Karlson2k)2016-04-12
* parse_connection_headers(): fixed uploading by POST files larger then LONG_MAXEvgeny Grin (Karlson2k)2016-04-11
* -indentChristian Grothoff2016-04-10
* Corrected typos in commentsEvgeny Grin (Karlson2k)2016-04-10
* Use less locking with MHD_USE_THREAD_PER_CONNECTION.Evgeny Grin (Karlson2k)2016-04-10
* Reworked calling shutdown() on connections:Evgeny Grin (Karlson2k)2016-04-08
* connection.c: remove unneeded check in try_ready_normal_body()Evgeny Grin (Karlson2k)2016-04-08
* connection.c: fix using uninitialized variable in build_header_response()Evgeny Grin (Karlson2k)2016-04-08
* fix unnecessary and potentially problematic use of eready DLL in thread-per-c...Christian Grothoff2016-03-15
* Added some buffer overrun protection, fixed handling of misformed URI with sp...Evgeny Grin (Karlson2k)2016-02-04
* Use only US-ASCII charset when comparing stings as caseless as required by st...Evgeny Grin (Karlson2k)2016-01-16
* configure.ac: cleanup and fixes related to optional features, corresponding c...Evgeny Grin (Karlson2k)2016-01-11
* connection.c: refactor get_date_string() for clarity, distinguishEvgeny Grin (Karlson2k)2015-12-03
* Eliminate delay of response on platforms where socket flushing is not possible,Evgeny Grin (Karlson2k)2015-12-01
* Reduce last packet response delay observable with keep-alive on BSD and Darwi...Evgeny Grin (Karlson2k)2015-11-25
* Fix type introduced in SVN 36682Evgeny Grin (Karlson2k)2015-11-24
* Add and use _MHD_SOCKOPT_BOOL_TYPE for simplify usage of setsockopt() on W32/...Evgeny Grin (Karlson2k)2015-11-21
* -fix shrinkageChristian Grothoff2015-11-06
* connection.c: use faster and better checks for empty linesEvgeny Grin (Karlson2k)2015-11-04
* -add patch from Eugenio PerezChristian Grothoff2015-11-03
* -fix by undoing part of 36568Christian Grothoff2015-11-03
* realize suggestion from FC on MHD list to improve MHD_get_connection_values()...Christian Grothoff2015-10-25
* -fix assertion failure from race on shutdown and buffer shrinkage with pipeli...Christian Grothoff2015-10-25
* -eol spacesChristian Grothoff2015-10-25