gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] tag v0.9.77 created (now 19fb1171)


From: gnunet
Subject: [libmicrohttpd] tag v0.9.77 created (now 19fb1171)
Date: Sun, 28 May 2023 17:50:53 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a change to tag v0.9.77
in repository libmicrohttpd.

      at 19fb1171 (commit)
This tag includes the following new commits:

     new 50ce5a6b Bump LIB_VERSION_REVISION missing in 0.9.76 release
     new 32311bfe Updated ChangeLog and NEWS for v0.9.76
     new b6c9ca1c bump MHD_VERSION to indicate development version
     new 487646ca configure: clarified license message
     new 66f0318f configure: fixed unwanted output on Fedora
     new 94c4ff39 automake: use right automake options
     new 0da40e2a Fixed compiler warning in examples
     new 4bb2eac0 test_upgrade{,_large}: fixed use of uninitialized value
     new 3c83e86e fix capitalization of SHA-256 / MD5 as per RFC 7616 as 
reported on the mailinglist by Ahmet Kermen
     new d7bcb559 memorypool: fixed: unpoison memory for ASAN before destroying 
pool
     new 826070db Disallowed MHD_SIZE_UNKNOWN for buffer-based responses
     new f0a68628 MHD_get_version(): fixed signed value bit shift
     new 41d7b18d test_https_sni: use certificates with SAN fields
     new ebcfcba9 Makefile: fixed *.crt files names for dist target
     new f941637d Updated test TLS certificate in test and examples
     new f795558d test_https_sni: use CA certificate
     new 1db2ded6 src/examples: fixed printf format specifiers
     new e53ff788 Response from callback: do allow negative return amounts, 
except predefined values
     new 2571d0df thread-per-connection: do not cache connection timeout
     new 42efdc09 Fixed return type for get_system_fdsetsize_value ()
     new e73d7189 internal.h: fixed incorrect use of enum value as preprocessor 
value
     new e451f079 I'm trying to use libmicrohttpd on a platform where fcntl(fd, 
O_NONBLOCK) doesn't work for sockets. This shouldn't be a problem, as far as I 
understand, except in epoll mode, which I'm not using, because epoll() isn't 
available either.
     new a123f5d5 Fixed wrong variable type used for result of 
gnutls_priority_init()
     new c21c5769 daemon.c: fixed possible uninitialized value
     new f5bb3f5c Fixed 'int' instead of 'MHD_Result'
     new a59760c5 Fixed very rare data races when closing upgraded connection
     new b4bab00c test_http_reasons: fixed compiler warnings
     new 95d163cc websocket_threaded_example: minor fixes
     new 00085491 Remove double adding of MHD_HTTP_HEADER_CONNECTION response 
header
     new f0db540c configure: fixed underquoting, typos, wording
     new 2a1ff2f9 connection: skip no-op calling of body generation functions 
when response body is not used
     new 7b1524f3 configure: fixed typos in messages
     new f266586c mhd_str: fixed compiler warning for compact code
     new 73577a26 daemon: fixed delayed notification callback in 
thread-per-connection mode
     new d05e6b9e mhd_assert: use "DEBUG" macro defined by some toolchains
     new d15adc7f testzzuf: fixed missing CPPFLAGS from configure
     new d1045cc1 testcurl: fixed checking response headers as null-terminated 
string
     new 008930af test_upgrade{,_large}: fixed HTTP/1.1 compatibility
     new 6678ab66 test_get_iovec: fixed missing include headers
     new 12be5b6e Added new M4 helper macro
     new e6f63b1c configure: used better detection of some functions when 
cross-compiling
     new 91e9e007 configure: try to detect whether eventfd is enabled
     new a8d0893d -typo
     new 4dee8930 add assertion to guard against bad behavior described in 
#7196, also document that after suspending one must return MHD_YES
     new 86d82673 MHD_get_version_bin(): added new function
     new ed91bac4 mhd_norm_expd.m4: added autoconf helper macro
     new b5e61539 mhd_check_func.m4: fixed English grammar
     new 588872f1 mhd_check_func.m4: fixed overquoting
     new 841e9832 mhd_check_func.m4: fixed macro
     new 15fcfe7f mhd_check_func.m4: updated
     new bec6b711 mhd_check_func.m4: added check for function declaration
     new 8620e701 mhd_find_lib.m4: added new autoconf macro
     new db438d8e mhd_find_lib.m4: fixed compatibility with old autoconf
     new 499ff108 tsearch.{h,c}: updated to the latest fixed version
     new 13c16943 mhd_check_link_run.m4: fixed typo in comment
     new 18a9753a configure: fixed checks for tsearch() and related
     new ee269b8d Makefile: fixed build with 'make' without nested vars support
     new dd5e1e6c mhd_shutdown_socket_trigger.m4: fixed compiler warning
     new 8891e04a configure: fixed some compiler warnings for checks
     new 44c860d2 libcurl.m4: updated to the latest version
     new 95ecc898 libcurl.m4: patched to fix compiler warning
     new 665144db configure: fixed checking for system libs, fixed .pc file
     new d955663c configure: fixed more compiler warnings in log
     new 41517623 configure: fixed potential compiler warnings, added usage of 
cache vars
     new f9f78eb6 configure: cosmetics
     new 1fbc224d configure: improved compatibility with POSIX
     new b5aa81a3 configure: cosmetics: deleted extra spaces
     new 95c25489 mhd_shutdown_socket_trigger.m4: fixed preprocessor conditional
     new 22029616 microhttpd.h: fixed typo in doxy
     new a93ca180 Upgraded TLS: fixed inefficient communication
     new 960b53d8 Fixed initialisation of old GnuTLS versions
     new 0c21f897 HTTPS test: fixed unmatched function declaration
     new d1c1699d Disabled badly broken TLS tests
     new 4f6b67ec connection.c: fixed processing of folded headers
     new 1e6eeab2 Added new tests with header fold
     new 72458dbc Added test with folded header placed last
     new c3c61b42 Added test with large folded header
     new 28e28ff4 Added tests with single and double folded header
     new c56cc6ce Updated libtool fixes
     new e76cb579 Added autoconf patches and fixes
     new 561f3b4b contrib/make-dist.sh: added new helper script
     new 70b5c1cc Updated POTFILES.in
     new 60d6f156 autoinit_funcs.h: added functions prototypes
     new de2b37d1 autoinit_funcs.h: improved formatting
     new 91077509 Fixed many macros
     new 1086ec5c Muted compiler warnings for W32 non-TLS build of the lib
     new b57fac68 autoinit_funcs.h: fixed harmless typos
     new 0878a302 autoinit_funcs.h: added support for non-x86 arches for MSVC
     new d88cd560 autoinit_funcs.h: updated to use (semi-)official documented 
sections
     new 499ba62a autoinit_funcs.h: unified English spelling (prefer GB over US)
     new e736929d autoinit_funcs.h: added more macros checks for platform 
identification
     new f8027f88 bootstrap script: improved portability
     new 8ef1db15 Added more mutes for autoconf compiler warnings
     new e530d7ba test_postform: updated to support the new libcurl API
     new 982049e1 test_post_form: updated to support the new libcurl API
     new b5e4be65 autoinit_funcs.h: fixed compiler warning
     new 84cd7433 test_put_header_fold: adopted to new libcurl API
     new d94850a3 .gitignore: added universal patter to ignore test binaries
     new 97266a36 configure: fixed compiler warnings
     new 23a52093 test_toolarge: fixed reported error description
     new 352cce69 configure: bumped gettext version requirement
     new afa8da04 configure: removed 'gettext' from the final report
     new 248c2c1f configure: renamed macro
     new 476ef1c9 test_quiesce: fixed possible uninitialised var
     new c24f883c Removed redundant autopoint file
     new 5206b20b test_postprocessor_md: fixed build in C89 mode
     new b89d0815 test_client_put_stop: fixed test on Darwin
     new 1fcb7001 test_client_put_stop: fixed typo in comment
     new 93da36f8 test_client_put_stop: avoid stress-testing the OS
     new a9903c25 digest auth: fixed parallel access to the hash table
     new 316790ba test_timeout: moved to heavy tests
     new f612eccd Added specific headers detection and include
     new d1882a87 examples/largepost.c: fixed caseless method match
     new 755dda4e examples/largepost.c: fixed code style
     new 6bac8c9a test_post: fixed caseless key name match
     new 89b7c843 examples/sessions.c: removed non-portable function
     new 47d6cbdf examples/sessions.c: improved safety
     new cc0db05b examples/http_chunked_compression.c: fixed void pointer 
arithmetic
     new a491e892 configure: fixed detection of __FUNCTION__ magic macro
     new a88af55d Simplified usage of the function name magic macros
     new d0cb218a tests: unified use of function name macros
     new 581ad1d6 tests: fixed code style
     new f55531f3 test_client_put_stop: muted compiler warnings
     new dfa50365 testcurl/https: removed enforcement of TLS version and cipher
     new 14810834 .gitignore: force include all *.{c,h} files
     new 01fddd88 testcurl/https: moved certs variable declaration to the header
     new d2a512fb Updated test keys to use SHA-256 hash instead of SHA-1
     new 5469c734 websocket_threaded_example: fixed wrong commented-out code
     new 9917ae28 Detect sysctl() symbols in configure
     new 00c63070 test_client_put_stop: fixed typo in diag message
     new b7379c1c ChangeLog: updated
     new b5e991f0 W32 VS projects: unified output and intermediate directories
     new 8b702952 W32 VS projects: disabled specific compiler warning on ARM
     new c9ee520e W32 VS projects: fixed: define 'WIN32' only on x32 platforms
     new d0f11ece W32 VS projects: target Win8 or later on ARM and ARM64 arches
     new 33eb5c6b W32 VS projects: added ARM and ARM64 configurations
     new 415461f5 ChangeLog: updated
     new 0dd8a700 Fixed compiler warning on x32
     new 8f591338 response.c: fixed code style
     new c7e130dc Added support for custom command for tarball compression
     new 5566a632 contrib/make-dist.sh: added use of zopfli if available
     new 1426d03b daemon.c: redesigned code for clarity and formatting
     new 586e6303 Fixed compiler warning when built without poll() support
     new 30be24d9 Avoided potential compiler warnings
     new 584b8da3 Implemented base64 decoding with thorough checks for the 
input data validity
     new f60892f1 test_str_base64: added test for base64 decoding
     new 6f80708b Added macro for base64 decoded size
     new 244a0a42 Basic auth: switched to internal base64 decoding
     new 90f1262d Removed Public Domain base64 decoding files
     new f573e39e test_basicauth: added new test
     new 7a675ebc ChangeLog: updated
     new 4db949fb W32 VS project: reverted to standard arches names
     new d67783e4 W32 VS Project: minor internal fixes, fixed files for "dist"
     new 1b544072 autoinit_funcs.h: fixed warning on MSVC
     new 0c91379e Updated 'po' files
     new 19fb1171 Released GNU libmicrohttpd 0.9.77

The 156 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]