aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
Commit message (Expand)AuthorAge
* add ability to use socketspair instead of pipe, implement W32 pipe/socketspai...Evgeny Grin (Karlson2k)2014-02-18
* add platform abstraction for errno and strerror, check EWOULDBLOCK additional...Evgeny Grin (Karlson2k)2014-02-18
* Replace CLOSE() with MHD_socket_close_() for socketsEvgeny Grin (Karlson2k)2014-02-18
* Implement MHD_socket, MHD_INVALID_SOCKETEvgeny Grin (Karlson2k)2014-02-18
* Karlson2k: fix MHD_get_fdset with defined DEBUG_CONNECTChristian Grothoff2014-02-15
* refactoring and cleanup of make_nonblocking_noninheritable(),Christian Grothoff2014-02-12
* From: Karlson2k <k2k@narod.ru>Christian Grothoff2014-02-12
* clarification to documentation by Evgeny GrinChristian Grothoff2014-02-11
* Patch from Karlson2k: fix MHD_get_fdset to accept NULL as max_fd, as describe...Christian Grothoff2014-02-11
* -cosmetic patch from Evgeny GrinChristian Grothoff2014-02-08
* Add decl check for _stati64 (required for newer plibc)LRN2014-01-27
* Luke-Jr wrote:Christian Grothoff2014-01-22
* -hide symbolsChristian Grothoff2013-12-24
* -work around compiler warningsChristian Grothoff2013-12-22
* add support for SNIChristian Grothoff2013-12-21
* remove debug messageMatthias Wachs2013-12-20
* fixing #3179Christian Grothoff2013-12-09
* -fix tests for MHD_USE_SUSPEND_RESUMEChristian Grothoff2013-12-03
* -newlineChristian Grothoff2013-12-03
* Adding Matt Holiday's fixes to suspend/resume logicChristian Grothoff2013-12-03
* -fix shutdown race for wpipe on non-Linux systemsChristian Grothoff2013-11-26
* -fixes to MHD_suspend_connectionChristian Grothoff2013-11-25
* experimental code to support flow control for connections via MHD_suspend_con...Christian Grothoff2013-10-24
* typoChristian Grothoff2013-09-23
* fully initialze modern gcrypt in MHD_init, only use thread initialization wit...Christian Grothoff2013-09-23
* -only check if use pipe is set, as on FreeBSD FD_SETSIZE is a signed int...Christian Grothoff2013-09-11
* -doxygen fixesChristian Grothoff2013-09-07
* set IPV6_V6ONLY correctly when MHD_USE_IPv6 but not MHD_USE_DUAL_STACKMatthias Wachs2013-09-04
* fix epoll use after freeChristian Grothoff2013-09-02
* -setname_np does not exist on FreeBSDChristian Grothoff2013-09-01
* -typoChristian Grothoff2013-09-01
* -doxygen fixesChristian Grothoff2013-09-01
* -fix ftbfs on freebsdChristian Grothoff2013-09-01
* towards fixing #3008Christian Grothoff2013-08-30
* fix #3007Christian Grothoff2013-08-28
* -do not run epoll tests if epoll was disabled, even on linuxChristian Grothoff2013-08-28
* making build tolerate missing SOCK_NONBLOCK/EPOLL_CLOEXEC (older glibc)Christian Grothoff2013-08-27
* -more doxygen improvementsChristian Grothoff2013-08-22
* W32: shutdown a socket for writing before closing itLRN2013-08-14
* Use socketpair to wake up listenthread on W32LRN2013-08-12
* -removing bogus #ifdefsChristian Grothoff2013-08-11
* attempted fix for #2983Christian Grothoff2013-08-10
* address #2984Christian Grothoff2013-08-10
* -disable use of shutdown on W32Christian Grothoff2013-08-10
* -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 compiling for systems without SOCK_NONBLOCKLRN2013-08-02
* -fix #2968Christian Grothoff2013-07-28
* microhttpd: put "#if EPOLL_SUPPORT" everywhere, so compilation can succeed ev...Andrey Uzunov2013-07-21
* -removing bad printfChristian Grothoff2013-07-20