aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
Commit message (Expand)AuthorAge
...
* 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
* enable use of keep-alive with http 1.0 if explicitly requested by the clientChristian Grothoff2014-01-01
* -hiding a few moreChristian Grothoff2013-12-24
* -hide symbolsChristian Grothoff2013-12-24
* -fix issue with sendfile incrementing buffer offset when it should notChristian Grothoff2013-12-20
* -fix build issue without HTTPS and compiler warnings, as reported by Dilyan...Christian Grothoff2013-12-06
* Adding Matt Holiday's fixes to suspend/resume logicChristian Grothoff2013-12-03
* -fixes to MHD_suspend_connectionChristian Grothoff2013-11-25
* experimental code to support flow control for connections via MHD_suspend_con...Christian Grothoff2013-10-24
* -oopsChristian Grothoff2013-09-18
* release lock earlierChristian Grothoff2013-09-18
* signal non-error termination properly if stream was simply terminated by clientChristian Grothoff2013-09-18
* add another standard headerChristian Grothoff2013-09-18
* also pass MHD connection handle in URI callback, needed for GNUnetChristian Grothoff2013-09-17
* -minor code cleanupChristian Grothoff2013-09-08
* -minor code cleanupChristian Grothoff2013-09-08
* -doxygen fixesChristian Grothoff2013-09-07
* fix epoll use after freeChristian Grothoff2013-09-02
* -immediately handle request even if it is only terminated with \n instead of ...Christian Grothoff2013-08-30
* towards fixing #3008Christian Grothoff2013-08-30
* -check for NULLChristian Grothoff2013-08-28
* -more doxygen improvementsChristian Grothoff2013-08-22
* -fix check for early queuing of responseChristian Grothoff2013-08-08
* -handle method being NULLChristian Grothoff2013-08-08
* -reverting removal of Plibc, select on pipes problem is critialChristian Grothoff2013-08-07