2715 Commits
Author SHA1 Message Date
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
Evgeny Grin (Karlson2k) aca29a774b Updated .gitignore files 2017-11-22 14:45:50 +03:00
Evgeny Grin (Karlson2k) e28049cccb Added support for Darwin-style sendfile() 2017-11-22 14:45:50 +03:00
Evgeny Grin (Karlson2k) 79245407f4 mhd_limits: improved detection of OFF_T_MAX, SIZE_MAX, added macros for SSIZE_MAX, INT64_MAX 2017-11-22 14:45:49 +03:00
Evgeny Grin (Karlson2k) d30195fc18 configure: fixed additional checks for GnuTLS 2017-11-22 14:39:52 +03:00
Evgeny Grin (Karlson2k) 11e15b46f0 mhd_threads: Fixed thread ID data races on pthreads 2017-11-22 14:39:18 +03:00
Evgeny Grin (Karlson2k) 23324164fb https tests: supported multi-TLS selection on libcurl >= 7.56.0,
fixed error report for failed initialisation of libcurl
2017-11-15 16:12:12 +03:00
Evgeny Grin (Karlson2k) fd7d712823 Fixed compiler warning 2017-11-15 15:36:12 +03:00
Evgeny Grin (Karlson2k) ff492e3700 testcurl/https/Makefile.am: moved headers to proper location 2017-11-15 15:32:58 +03:00
Evgeny Grin (Karlson2k) 1ce136022b Fixed race condition on W32 2017-11-15 15:32:12 +03:00
Evgeny Grin (Karlson2k) 92bf38a98d configure: improved GnuTLS detection, fixed https tests build 2017-11-13 21:28:05 +03:00
Evgeny Grin (Karlson2k) 6fcf545d8f https_fileserver_example: removed unused headers, fixed build with
libgnutls in non-default path.
2017-11-13 19:23:00 +03:00
Evgeny Grin (Karlson2k) 5518c48aa5 test_https_session_info: silenced compiler warning. 2017-11-09 21:49:48 +03:00