aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAge
* A small addition for 5bcd843d0b74ba924a5dbee9d6b64ee213ec9e7fEvgeny Grin (Karlson2k)2021-10-10
* configure: added proper detection of user poisoning support with old compilersEvgeny Grin (Karlson2k)2021-10-10
* Added custom memory poisoning for MemoryPoolEvgeny Grin (Karlson2k)2021-10-10
* configure: improved commentEvgeny Grin (Karlson2k)2021-10-10
* configure: fixed wrong bracketsEvgeny Grin (Karlson2k)2021-10-09
* configure: removed "-fno-common" for sanitizers as it's not used by MHDEvgeny Grin (Karlson2k)2021-10-06
* configure: check whether leak detection is supportedEvgeny Grin (Karlson2k)2021-10-06
* Added support for "noreturn" function declaration.Evgeny Grin (Karlson2k)2021-10-04
* configure: added detection of used run-time lib (type of C lib)Evgeny Grin (Karlson2k)2021-09-17
* Moved some logic from 'configure' to 'mhd_align.h'Evgeny Grin (Karlson2k)2021-09-13
* configure: spelling fixesEvgeny Grin (Karlson2k)2021-09-07
* Fix for e2a52a91c687afc8f15b98a33ee6ed01a0a4a1ffEvgeny Grin (Karlson2k)2021-09-07
* configure: improved test for undefined behavior sanitizerEvgeny Grin (Karlson2k)2021-09-07
* configure: reset CFLAGS when testing for sanitizersEvgeny Grin (Karlson2k)2021-09-07
* configure: use CFLAGS only one time when testing for sanitizersEvgeny Grin (Karlson2k)2021-09-07
* Added more options for undefined behavior sanitizerEvgeny Grin (Karlson2k)2021-09-05
* Reworked support for sanitizersEvgeny Grin (Karlson2k)2021-09-05
* Improved 'configure' report after e163ad95a7232de374d03a6cf4a44bffbde31d3cEvgeny Grin (Karlson2k)2021-09-02
* Disabled parallel make for curltest if heavy tests are enabledEvgeny Grin (Karlson2k)2021-09-02
* configure: limit number of CPU cores used without heavy testingEvgeny Grin (Karlson2k)2021-09-02
* Fixed possible preprocessor error if ULLONG_MAX is not digits-onlyEvgeny Grin (Karlson2k)2021-09-02
* Fixed possible preprocessor error when SIZE_MAX is not digits-onlyEvgeny Grin (Karlson2k)2021-09-02
* Fixed possible preprocessor errorsEvgeny Grin (Karlson2k)2021-09-02
* -fix typoChristian Grothoff2021-09-01
* Fixed preprocessor error, fixed timeout calculationEvgeny Grin (Karlson2k)2021-09-01
* configure: added stdint.h to the list of required headersEvgeny Grin (Karlson2k)2021-09-01
* configure: removed sys/types.h duplicated checkEvgeny Grin (Karlson2k)2021-09-01
* configure: moved sys/stat.h to optional headersEvgeny Grin (Karlson2k)2021-09-01
* configure: removed check for unused locale.h headerEvgeny Grin (Karlson2k)2021-09-01
* configure: removed check for unused math.h headerEvgeny Grin (Karlson2k)2021-09-01
* Test for stdlib.h presenceEvgeny Grin (Karlson2k)2021-09-01
* Added fallback functions for MHD_monotonic_msec_counter() valuesEvgeny Grin (Karlson2k)2021-08-29
* Implemented basement to work with unaligned dataEvgeny Grin (Karlson2k)2021-05-18
* verbatim import of David Gausmann's websocket extension; tests do not yet pas...Christian Grothoff2021-04-26
* Released GNU libmicrohttpd 0.9.73v0.9.73Evgeny Grin (Karlson2k)2021-04-25
* configure: disable NLS by defaultEvgeny Grin (Karlson2k)2021-04-20
* configure: corrected displayed licenceEvgeny Grin (Karlson2k)2021-04-16
* fix #6768: do not use TCP-specific syscalls on UNIX domain socketsEvgeny Grin (Karlson2k)2021-04-16
* configure: assume that systems assert() is functional if availableEvgeny Grin (Karlson2k)2021-04-01
* configure: added '--enable-heavy-tests'Evgeny Grin (Karlson2k)2021-01-24
* configure: use proper quotingEvgeny Grin (Karlson2k)2021-01-24
* configure: updated gettext version to match version used in macrosEvgeny Grin (Karlson2k)2021-01-24
* Autoconf 2.70 compatibilityEvgeny Grin2021-01-18
* Released GNU libmicrohttpd 0.9.72v0.9.72Evgeny Grin (Karlson2k)2020-12-28
* Fixed configure --without-threadsEvgeny Grin (Karlson2k)2020-12-27
* configure: minor fixesEvgeny Grin (Karlson2k)2020-12-27
* Revert "fix #6594: better test for gnutls_record_uncork"Evgeny Grin (Karlson2k)2020-12-25
* configure: minor fixesEvgeny Grin (Karlson2k)2020-12-22
* Fixed: avoided SIGPIPE if possiibleEvgeny Grin (Karlson2k)2020-12-21
* mhd_send: use MSG_MORE only if it functionsEvgeny Grin (Karlson2k)2020-11-29