aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* connection.c: remove unneeded check in try_ready_normal_body()Evgeny Grin (Karlson2k)2016-04-08
* platform_interface.h: fix possible NULL pointer dereference on Win32Evgeny 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
* fix #4233Christian Grothoff2016-04-02
* fix #4235Christian Grothoff2016-04-02
* Fix testsuite compiler warnings on W32Evgeny Grin (Karlson2k)2016-03-26
* Dan Dedrick wrote:Christian Grothoff2016-03-15
* fix unnecessary and potentially problematic use of eready DLL in thread-per-c...Christian Grothoff2016-03-15
* -Fabian Mewes: Christian Grothoff2016-02-29
* -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