aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd
Commit message (Expand)AuthorAge
* connection.c: remove unneeded check in try_ready_normal_body()Evgeny Grin (Karlson2k)2016-04-08
* Check result of snprintf() in basicauth.c and digestauth.c, log more errorsEvgeny Grin (Karlson2k)2016-04-08
* daemon.c: remove unused variable in MHD_handle_connection()Evgeny Grin (Karlson2k)2016-04-08
* connection.c: fix using uninitialized variable in build_header_response()Evgeny Grin (Karlson2k)2016-04-08
* Dan Dedrick wrote:Christian Grothoff2016-03-15
* fix unnecessary and potentially problematic use of eready DLL in thread-per-c...Christian Grothoff2016-03-15
* -missunderstanding test...Christian Grothoff2016-02-22
* -these tests should pass even if we do not have listen-shutdownChristian Grothoff2016-02-22
* Added more detailed description for test_shutdown_select.cEvgeny Grin (Karlson2k)2016-02-19
* Really fixed Makefile for poll testEvgeny Grin (Karlson2k)2016-02-06
* fixed Makefile for poll testEvgeny Grin (Karlson2k)2016-02-05
* Added test for checking ability of shutdown() on socket to trigger poll()Evgeny Grin (Karlson2k)2016-02-05
* bracket correctlyChristian Grothoff2016-02-05
* Added some buffer overrun protection, fixed handling of misformed URI with sp...Evgeny Grin (Karlson2k)2016-02-04
* trying to fix full signal pipe issue reported on MLChristian Grothoff2016-02-03
* Added test for checking ability of shutdown() on socket to trigger select()Evgeny Grin (Karlson2k)2016-01-25
* Reworked code for using accept4(), epoll_create1() and socket() with SOCK_CLO...Evgeny Grin (Karlson2k)2016-01-21
* Fixed making sockets non-blocking.Evgeny Grin (Karlson2k)2016-01-21
* daemon.c: refactored code making sockets non-blocking and non-inheritable: cl...Evgeny Grin (Karlson2k)2016-01-19
* Remove workaround for Cygwin and use non-blocking sockets everywhere.Evgeny Grin (Karlson2k)2016-01-19
* -indentingChristian Grothoff2016-01-18
* add redundant length check to make static checkers happy and to avoid trouble...Christian Grothoff2016-01-18
* make_nonblocking_noninheritable(): fixed checking for current non-blocking fl...Evgeny Grin (Karlson2k)2016-01-17
* make_nonblocking_noninheritable(): removed one system callEvgeny Grin (Karlson2k)2016-01-17
* daemon.c: refactored code around accept4() for clarity and to remove unneeded...Evgeny Grin (Karlson2k)2016-01-17
* Do not give up if sendfile() failed with EINVALEvgeny Grin (Karlson2k)2016-01-17
* -need stdlib for size_tChristian Grothoff2016-01-17
* 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
* mono clock: prefer native clock on W32Evgeny Grin (Karlson2k)2015-12-25
* Be more compatible with older compilersEvgeny Grin (Karlson2k)2015-12-15
* rev 36743 missed a spotDavid Barksdale2015-12-08
* Change default listen backlog size from 32 to SOMAXCONN, allow to specify req...Evgeny Grin (Karlson2k)2015-12-08
* MHD_select(): handle at least some of pending connections instead of failing ...Evgeny Grin (Karlson2k)2015-12-08
* daemon.c: rename variables 'max' to prevent conflicts with system macrosEvgeny Grin (Karlson2k)2015-12-08
* MHD_get_fdset() & MHD_get_fdset2(): continue to add FDs to sets in case of er...Evgeny Grin (Karlson2k)2015-12-08
* daemon.c: print log messages when dealing with fdsets on all platforms;Evgeny Grin (Karlson2k)2015-12-08
* Added missing filesEvgeny Grin (Karlson2k)2015-12-08
* Use real system default value of FD_SETSIZE instead of guessingEvgeny Grin (Karlson2k)2015-12-08
* Handle redefined FD_SETSIZE and really redefine FD_SETSIZE for W32Evgeny Grin (Karlson2k)2015-12-07
* aggressively close sockets in multi-threaded operationChristian Grothoff2015-12-05
* 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
* Hi folks,Christian Grothoff2015-11-10
* -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