aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Reverting serial-tests for now as it not compatible with older automake versi...Evgeny Grin (Karlson2k)2016-01-25
* Added test for checking ability of shutdown() on socket to trigger select()Evgeny Grin (Karlson2k)2016-01-25
* current zzuf no longer needs, and no longer supports '--'Christian Grothoff2016-01-23
* -check rvalChristian Grothoff2016-01-23
* -avoid theoretical issue with error_count overflowing depending on libcurl er...Christian Grothoff2016-01-23
* configure.ac: specify serial tests for automakeEvgeny Grin (Karlson2k)2016-01-21
* 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
* update ChangelogChristian Grothoff2016-01-18
* fixing another one of the open/stat clonesChristian Grothoff2016-01-18
* -fixes in code clones()Christian Grothoff2016-01-18
* -fclose file, even if fileno failed...Christian Grothoff2016-01-18
* -check rval before fstat'ingChristian Grothoff2016-01-18
* -fclose file, even if fileno failed...Christian Grothoff2016-01-18
* -indentingChristian Grothoff2016-01-18
* 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
* configure.ac: cleaned up and refactored threading lib selection for clarityEvgeny Grin (Karlson2k)2016-01-11
* -doxChristian Grothoff2016-01-05
* configure.ac: Do not add content of $ac_cv_prog_cc_stdc to $CFLAGS as it's ad...Evgeny Grin (Karlson2k)2016-01-03
* mono clock: prefer native clock on W32Evgeny Grin (Karlson2k)2015-12-25
* Evgeny is now officially co-maintainerChristian Grothoff2015-12-21
* releasing 0.9.48Christian Grothoff2015-12-18
* Updated ChangeLogEvgeny Grin (Karlson2k)2015-12-16
* Be more compatible with older compilersEvgeny Grin (Karlson2k)2015-12-15
* Fixed comments in microhttpd.hEvgeny Grin (Karlson2k)2015-12-12
* cleaning up largepostChristian Grothoff2015-12-11
* 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