Commit Graph
2727 Commits
Author SHA1 Message Date
Christian Grothoff 21b2dd96aa getting ready for 0.9.59 v0.9.59 2018-02-01 10:18:02 +01:00
Christian Grothoff 12a6689266 fix mask 2018-02-01 08:40:27 +01:00
Christian Grothoff 296e36ce9a make test_upgrade logging more verbose by default for #5189 2018-01-29 17:44:55 +01:00
Christian Grothoff 2dd1b43e09 fix #5260 as suggested by reporter 2018-01-29 17:35:15 +01:00
Christian Grothoff b155d86662 nicer error messages 2018-01-16 13:22:29 +01:00
Christian Grothoff 55bd5a5956 update README 2018-01-04 12:53:19 +01:00
Christian Grothoff 867c58add0 fix warnings for __clang_major__ for non-clang compilers 2018-01-04 12:25:07 +01:00
Evgeny Grin (Karlson2k) 98cd69d190 Doxygen fixes 2017-12-11 17:13:45 +03:00
Evgeny Grin (Karlson2k) ad1c53a274 Excluded microhttpd2.h from doxy 2017-12-11 16:31:26 +03:00
Evgeny Grin (Karlson2k) 1fdae64c21 doxygen docs: automatically update lib version 2017-12-11 16:31:26 +03:00
Evgeny Grin (Karlson2k) e5b1fe4fbe Updated doxygen configuration file 2017-12-11 16:31:25 +03:00
Evgeny Grin (Karlson2k) 7ea02f1af4 tests: limit number of used CPU cores for crazy configurations 2017-12-08 16:22:59 +03:00
Evgeny Grin (Karlson2k) b4aa632ce2 Releasing GNU libmicrohttpd 0.9.58 v0.9.58 2017-12-07 21:09:24 +03:00
Evgeny Grin (Karlson2k) 56077dce84 https tests: completely exclude 3DES from tests
as it considered as "unsafe" and could be disabled in libs
2017-12-07 16:03:15 +03:00
Evgeny Grin (Karlson2k) ace60e2353 docs: install documentation picture alongside documentation files 2017-12-04 15:46:18 +03:00
Evgeny Grin (Karlson2k) 9a3ecffba7 docs: make MHD picture name unique to allow installation in /usr/share/info 2017-12-04 13:04:58 +03:00
Evgeny Grin (Karlson2k) 78fc2fe706 docs: help man to find entry for 'libmicrohttpd' 2017-12-04 12:51:54 +03:00
Christian Grothoff db6a2374ad fix warning 'Failed to get listen port number due to small buffer' encountered when we try to derive the port of a unix domain socket 2017-11-27 23:01:39 +01:00
Evgeny Grin (Karlson2k) 42dd288259 Fixed compiler warning 2017-11-27 23:54:51 +03:00
Evgeny Grin (Karlson2k) 561cc184f1 Releasing GNU libmicrohttpd 0.9.57 v0.9.57 2017-11-27 22:30:30 +03:00
Evgeny Grin (Karlson2k) dadddb2411 ax_append_link_flags.m4: update revision 2017-11-27 22:09:03 +03:00
Evgeny Grin (Karlson2k) cdbb60f57c Update README. 2017-11-27 21:47:15 +03:00
Evgeny Grin (Karlson2k) 46727a1b87 Added automatic initialisation of MHD even if GNU function attribute is
not supported.
2017-11-27 17:54:14 +03:00
Evgeny Grin (Karlson2k) 201a12289d mhd_locks: added ability to statically initialise mutex,
if supported by mutex library
2017-11-27 17:50:35 +03:00
Evgeny Grin (Karlson2k) c49871e76c Updated ChangeLog 2017-11-27 12:59:59 +03:00
Evgeny Grin (Karlson2k) 72576ec265 Muted additional compiler warnings 2017-11-26 23:22:50 +03:00
Evgeny Grin (Karlson2k) 00eb9247fe Improve readability of previous commit d951b950ec 2017-11-26 23:08:16 +03:00
Evgeny Grin (Karlson2k) d951b950ec tests: check whether MHD use SO_REUSEADDR by default 2017-11-26 20:20:03 +03:00
Evgeny Grin (Karlson2k) 4d292e6346 mhd_str.c: additional fix for size-optimized builds, silenced compiler warnings 2017-11-26 20:19:49 +03:00
Evgeny Grin (Karlson2k) d178fff343 Fixed typo in 4a126e24e7 2017-11-26 19:38:06 +03:00
Evgeny Grin (Karlson2k) 7738609fe2 configure: added parameter to disable sendfile(). 2017-11-26 17:06:04 +03:00
Evgeny Grin (Karlson2k) 7a66082eee configure: reordered Configuration Summary output to improve readability 2017-11-26 16:29:34 +03:00
Evgeny Grin (Karlson2k) 4a126e24e7 Improved compatibility with Cygwin 2017-11-26 15:33:55 +03:00
Evgeny Grin (Karlson2k) 14f748f9c0 Used larger number for FD_SETSIZE on Cygwin.
Default small number (64) is the same like on pure W32 and way too small.
2017-11-26 15:29:06 +03:00
Evgeny Grin (Karlson2k) bb9fdec12e test-suite: fixed tests on Cygwin 2017-11-26 14:49:15 +03:00
Evgeny Grin (Karlson2k) bf14ea781b configure: clarified message in summary 2017-11-25 20:53:05 +03:00
Evgeny Grin (Karlson2k) 91dedbf195 Corrected DLL name in W32 resources. 2017-11-25 20:50:05 +03:00
Evgeny Grin (Karlson2k) 8c8f7c9614 Fixed builds with size optimisation. 2017-11-25 19:03:24 +03:00
Christian Grothoff 59b4a6a00a releasing libmicrohttpd 0.9.56 v0.9.56 2017-11-24 20:33:43 +01:00
Evgeny Grin (Karlson2k) 14d85da79f configure: always use "#include" at new line to ensure best compatibility with compilers 2017-11-24 13:07:43 +03:00
Evgeny Grin (Karlson2k) 0e477b3363 configure: properly and deeply check for GnuTLS SNI, avoid double testing 2017-11-24 13:07:42 +03:00
Evgeny Grin (Karlson2k) 9459be1e04 configure: minor fixing GnuTLS detection in special cases 2017-11-24 12:40:15 +03:00
Evgeny Grin (Karlson2k) 54cd6ac437 Improved doxy for MHD_free() and MHD_digest_auth_get_username() 2017-11-23 18:08:35 +03:00
Evgeny Grin (Karlson2k) add9d89d3b Added MHD_FEATURE_SENDFILE test feature 2017-11-23 17:56:55 +03:00
Evgeny Grin (Karlson2k) ee7a8f2c54 Updated ChangeLog 2017-11-23 09:25:27 +03:00
Evgeny Grin (Karlson2k) ba43ee3b06 mhd_sys_extentions.m4: updated, fixed and improved.
Now better detect supported features, works with latest Android NDK,
skips definition of _XOPEN_SOURCE on platforms where it conflicts with
system-specific features, overall improvements and minor fixing.
2017-11-23 08:35:13 +03:00
Evgeny Grin (Karlson2k) 8fce1b9bc7 configure: make sure that TLS flags are not passed to makefiles if
TLS is not used
2017-11-22 23:53:26 +03:00
Evgeny Grin (Karlson2k) b670a4926e configure: unified sendfile() function naming 2017-11-22 23:53:21 +03:00
Evgeny Grin (Karlson2k) 249dbe3d33 https_tests: fixed typo in libcurl version number 2017-11-22 23:53:20 +03:00
Evgeny Grin (Karlson2k) 4f40eb8314 .gitignore minor cleanup 2017-11-22 14:49:04 +03:00