aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
Commit message (Expand)AuthorAge
* 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
* Part 2 of 2 - Remove and replace PlibC macros with native function calls. Christian Grothoff2013-08-07
* -fix connect/content-length handlingChristian Grothoff2013-08-02
* microhttpd: put "#if EPOLL_SUPPORT" everywhere, so compilation can succeed ev...Andrey Uzunov2013-07-21
* -fix combining HTTPS and EPOLLChristian Grothoff2013-07-20
* adding experimental turbo modeChristian Grothoff2013-07-19
* -undoChristian Grothoff2013-07-19
* -importing Andrey Uzunov's mhd2spdy codeChristian Grothoff2013-07-19
* eliminate shutdown calls that are not required, strictly speakingChristian Grothoff2013-07-14
* -try instant state forward, 2nd variantChristian Grothoff2013-07-12
* -update readiness state immediately after response is queued, to avoid going ...Christian Grothoff2013-07-12
* -fixing #2899: allow clients to customize MHD_BUF_INC_SIZE via optionChristian Grothoff2013-07-05
* Adding support for using epoll for the MHD event loopChristian Grothoff2013-07-04
* -cleaner behavior with respect to stopping to read pipelined requestsChristian Grothoff2013-06-28
* -fix 2886Christian Grothoff2013-05-20
* -2nd attempt to fix #2859, this time things look much betterChristian Grothoff2013-05-15
* -undo fix #2783Christian Grothoff2013-05-09
* -unlock:Christian Grothoff2013-05-09
* -fixing #2859Christian Grothoff2013-05-06
* -changing directory nameChristian Grothoff2013-05-05