aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
Commit message (Expand)AuthorAge
...
* 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
* Replace strcasecmp/strncasecmp with platform-independent macrosEvgeny Grin (Karlson2k)2014-12-22
* -just to be sure, also check if client set Connection: close at the endChristian Grothoff2014-12-20
* -avoid cmp with uninitialized pointer, even if harmlessChristian Grothoff2014-12-20
* -clarify commentChristian Grothoff2014-12-08
* From:Christian Grothoff2014-12-03
* Hi Christian,Christian Grothoff2014-10-29
* fix '+' unescape logic for URI-encoded POST dataChristian Grothoff2014-09-29
* Do not move a connection between timeout lists if it is suspendedDavid Barksdale2014-08-17
* code cleanup, expand assertionsChristian Grothoff2014-07-12
* better fix for the concurrent response modification issue: do not modify resp...Christian Grothoff2014-06-22
* lock when modifying response object to add missing headersChristian Grothoff2014-06-21
* -spell Keep-Alive consistentlyChristian Grothoff2014-06-20
* adding MHD_set_response_options functionChristian Grothoff2014-06-08
* fix #3413Christian Grothoff2014-06-01
* second attempt to properly commit patch for #3392Christian Grothoff2014-05-28
* never notify twiceChristian Grothoff2014-05-17
* -fix #3397Christian Grothoff2014-05-13
* -eliminate warningsChristian Grothoff2014-04-10
* fix #3371Christian Grothoff2014-04-10
* Use MHD mutex macrosEvgeny Grin (Karlson2k)2014-04-01
* Remove PlibC wrappers and macrosEvgeny Grin (Karlson2k)2014-02-18
* gmtime_r() replacement on W32, add error check in get_date_string()Evgeny Grin (Karlson2k)2014-02-18
* add platform abstraction for errno and strerror, check EWOULDBLOCK additional...Evgeny Grin (Karlson2k)2014-02-18
* Implement MHD_socket, MHD_INVALID_SOCKETEvgeny Grin (Karlson2k)2014-02-18
* size_t vs. int fixes by Evgeny Grin, plus some additional fixes by CGChristian Grothoff2014-02-08
* Add decl check for _stati64 (required for newer plibc)LRN2014-01-27