Changesets: libmicrohttpd
master 868e81cb 2016-02-05 19:27 Details Diff |
bracket correctly | ||
mod - src/microhttpd/daemon.c | Diff File | ||
master b1625cb1 2016-02-05 15:15 Details Diff |
Faster drain pipes. | ||
mod - src/include/platform_interface.h | Diff File | ||
master 51aba394 2016-02-05 15:15 Details Diff |
Fixed MHD_pipe_drain_ with emulated pipes | ||
mod - src/include/platform_interface.h | Diff File | ||
master 101e71a8 2016-02-04 13:44 Details Diff |
Added some buffer overrun protection, fixed handling of misformed URI with spaces. | ||
mod - ChangeLog | Diff File | ||
mod - src/microhttpd/connection.c | Diff File | ||
master b2a05d37 2016-02-03 16:43 Details Diff |
trying to fix full signal pipe issue reported on ML | ||
mod - ChangeLog | Diff File | ||
mod - src/include/microhttpd.h | Diff File | ||
mod - src/include/platform_interface.h | Diff File | ||
mod - src/microhttpd/daemon.c | Diff File | ||
master 67679632 2016-01-30 17:57 Details Diff |
Fix running select() on W32 with empty fdsets - W32 return error if no socket is marked in fdsets. | ||
mod - ChangeLog | Diff File | ||
mod - src/include/platform_interface.h | Diff File | ||
master a3bfa8a2 2016-01-28 08:06 Details Diff |
applying cosmetics patch 0004137 | ||
mod - src/examples/timeout.c | Diff File | ||
master d5fddd30 2016-01-25 16:26 Details Diff |
Reverting serial-tests for now as it not compatible with older automake version used for automated testing. | ||
mod - configure.ac | Diff File | ||
master 22392ce6 2016-01-25 16:17 Details Diff |
Added test for checking ability of shutdown() on socket to trigger select() | ||
mod - ChangeLog | Diff File | ||
mod - configure.ac | Diff File | ||
mod - src/microhttpd/Makefile.am | Diff File | ||
add - src/microhttpd/test_shutdown_select.c | Diff File | ||
master 3baed95b 2016-01-23 15:47 Details Diff |
current zzuf no longer needs, and no longer supports '--' | ||
mod - src/testzzuf/socat.c | Diff File | ||
master b429ae31 2016-01-23 15:09 Details Diff |
-check rval | ||
mod - src/testcurl/test_quiesce.c | Diff File | ||
master bb93b2b5 2016-01-23 15:08 Details Diff |
-avoid theoretical issue with error_count overflowing depending on libcurl errnos | ||
mod - src/testcurl/https/test_https_sni.c | Diff File | ||
master f37d75d1 2016-01-21 22:32 Details Diff |
configure.ac: specify serial tests for automake | ||
mod - configure.ac | Diff File | ||
master 1e11762d 2016-01-21 21:53 Details Diff |
Reworked code for using accept4(), epoll_create1() and socket() with SOCK_CLOEXEC, SOCK_NONBLOCK and EPOLL_CLOEXEC. On some systems SOCK_CLOEXEC, SOCK_NONBLOCK and EPOLL_CLOEXEC are defined as enum members with the same names so precompiler assume zero value of such macros. | ||
mod - ChangeLog | Diff File | ||
mod - src/microhttpd/daemon.c | Diff File | ||
master dcebe56b 2016-01-21 19:37 Details Diff |
Fixed making sockets non-blocking. | ||
mod - src/microhttpd/daemon.c | Diff File | ||
master 3959a999 2016-01-19 23:18 Details Diff |
daemon.c: refactored code making sockets non-blocking and non-inheritable: cleaned up, clarified and little bit optimized. | ||
mod - ChangeLog | Diff File | ||
mod - src/microhttpd/daemon.c | Diff File | ||
master b3be57e5 2016-01-19 13:21 Details Diff |
Remove workaround for Cygwin and use non-blocking sockets everywhere. | ||
mod - ChangeLog | Diff File | ||
mod - src/microhttpd/daemon.c | Diff File | ||
master f34f9062 2016-01-19 00:56 Details Diff |
update Changelog | ||
mod - ChangeLog | Diff File | ||
master 9363e91e 2016-01-19 00:14 Details Diff |
fixing another one of the open/stat clones | ||
mod - src/examples/fileserver_example_dirs.c | Diff File | ||
master a0f69a66 2016-01-18 23:46 Details Diff |
-fixes in code clones() | ||
mod - src/examples/demo.c | Diff File | ||
mod - src/examples/demo_https.c | Diff File | ||
mod - src/examples/fileserver_example.c | Diff File | ||
master ff4d6dea 2016-01-18 23:42 Details Diff |
-fclose file, even if fileno failed... | ||
mod - src/examples/fileserver_example_external_select.c | Diff File | ||
master 979e4999 2016-01-18 23:41 Details Diff |
-check rval before fstat'ing | ||
mod - src/examples/demo_https.c | Diff File | ||
master d9da8766 2016-01-18 23:39 Details Diff |
-fclose file, even if fileno failed... | ||
mod - src/examples/https_fileserver_example.c | Diff File | ||
master d22012f3 2016-01-18 23:09 Details Diff |
-indenting | ||
mod - src/microhttpd/response.c | Diff File | ||
master 2aa0b223 2016-01-18 22:56 Details Diff |
add redundant length check to make static checkers happy and to avoid trouble in the future | ||
mod - src/microhttpd/digestauth.c | Diff File |