aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* add redundant length check to make static checkers happy and to avoid trouble...Christian Grothoff2016-01-18
* avoid stat/open race, and actually check for regular file (in demo)Christian Grothoff2016-01-18
* eliminate stat/fopen race in exampleChristian Grothoff2016-01-18
* eliminate stat/fopen race in exampleChristian Grothoff2016-01-18
* use getc() as in demo.c instead of sleep()Christian Grothoff2016-01-18
* free user to clarify API usageChristian Grothoff2016-01-18
* free pass to clarify API usageChristian Grothoff2016-01-18
* -nl issueChristian 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
* microhttpd.h: A little bit clarified deprecation macros.Evgeny Grin (Karlson2k)2016-01-16
* microhttpd.h: fixed declaration of MHD_get_reason_phrase_for()Evgeny Grin (Karlson2k)2016-01-12
* configure.ac: cleanup and fixes related to optional features, corresponding c...Evgeny Grin (Karlson2k)2016-01-11
* -doxChristian Grothoff2016-01-05
* mono clock: prefer native clock on W32Evgeny Grin (Karlson2k)2015-12-25
* releasing 0.9.48Christian Grothoff2015-12-18
* Be more compatible with older compilersEvgeny Grin (Karlson2k)2015-12-15
* Fixed comments in microhttpd.hEvgeny Grin (Karlson2k)2015-12-12
* 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
* -bumpChristian Grothoff2015-12-05
* aggressively close sockets in multi-threaded operationChristian Grothoff2015-12-05
* add timeout exampleChristian Grothoff2015-12-05
* releasing 0.9.47Christian Grothoff2015-12-04
* Added comments for deprecation macros in microhttpd.hEvgeny Grin (Karlson2k)2015-12-04
* Updated ChangeLog and bumped MHD_VERSIONEvgeny Grin (Karlson2k)2015-12-03
* connection.c: refactor get_date_string() for clarity, distinguishEvgeny Grin (Karlson2k)2015-12-03
* Add support for native snprintf() on W32.Evgeny Grin (Karlson2k)2015-12-03
* killing libmicrospdyChristian Grothoff2015-12-01
* 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
* -fix by undoing part of 36568Christian Grothoff2015-11-03
* -needs to be mv, not cpChristian Grothoff2015-10-30