aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* -fix as suggested by EGChristian Grothoff2016-02-22
* -missunderstanding test...Christian Grothoff2016-02-22
* -these tests should pass even if we do not have listen-shutdownChristian Grothoff2016-02-22
* -check for versions, report tests as skipped if versions missmatchChristian Grothoff2016-02-20
* be more forceful about stopping test clientsChristian Grothoff2016-02-20
* 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
* Fixed test compilation warnings for native W32 x64Evgeny Grin (Karlson2k)2016-02-05
* bracket correctlyChristian Grothoff2016-02-05
* Faster drain pipes.Evgeny Grin (Karlson2k)2016-02-05
* Fixed MHD_pipe_drain_ with emulated pipesEvgeny Grin (Karlson2k)2016-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
* Fix running select() on W32 with empty fdsets - W32 return error if no socket...Evgeny Grin (Karlson2k)2016-01-30
* applying cosmetics patch #4137Christian Grothoff2016-01-28
* 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