aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
Commit message (Expand)AuthorAge
* 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
* deduplicate arg parsing logic between connection.c and digestauth.c (now in i...Christian Grothoff2015-10-05
* fix digest auth when used with more complex arguments being passed to GET, i....Christian Grothoff2015-09-25
* Reimplement monotonic clock with wide range of platforms supportEvgeny Grin (Karlson2k)2015-08-27
* export MHD_get_reason_phrase_forChristian Grothoff2015-08-14
* connection.c: try_ready_chunked_body(): fix VS compiler warning, small refact...Evgeny Grin (Karlson2k)2015-08-08
* connection.c: try_ready_chunked_body(): refactoring for optimization and clarityEvgeny Grin (Karlson2k)2015-08-08
* connection.c: do_read(): fix wrong typeEvgeny Grin (Karlson2k)2015-08-07
* connection.c: process_request_body(): fix VS compiler warningEvgeny Grin (Karlson2k)2015-08-07
* connection.c: try_ready_chunked_body(): microoptimization, additional error c...Evgeny Grin (Karlson2k)2015-08-07
* connection.c: try_ready_normal_body(): fix VS compiler warningEvgeny Grin (Karlson2k)2015-08-07
* connection.c: MHD_connection_handle_write(): check for limits, fix compiler w...Evgeny Grin (Karlson2k)2015-08-07
* -just indentation fixesChristian Grothoff2015-07-18
* -record response length in logChristian Grothoff2015-07-13
* fix HEAD handling issue in connection with MHD_create_response_from_callback ...Christian Grothoff2015-06-26
* fix #3784Christian Grothoff2015-05-06
* Adding "testcase" (demo_https) and a fix. -CGChristian Grothoff2015-04-12
* The issue reported below is correct, the fix is not. The "!=" comparing the ...Christian Grothoff2015-04-10
* -spaceChristian Grothoff2015-04-07
* -fix indentationChristian Grothoff2015-04-04
* Robert Gronenberg wrote:Christian Grothoff2015-03-31
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* fix issue with chunked encoding used for http1.0 connections of Keep-Alive he...Christian Grothoff2015-02-04
* One more strcasecmp() replace with macroEvgeny Grin (Karlson2k)2014-12-24
* Replace snprintf with platform-independent macroEvgeny Grin (Karlson2k)2014-12-22