aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
...
* Corrected DLL name in W32 resources.Evgeny Grin (Karlson2k)2017-11-25
|
* releasing libmicrohttpd 0.9.56v0.9.56Christian Grothoff2017-11-24
|
* configure: always use "#include" at new line to ensure best compatibility ↵Evgeny Grin (Karlson2k)2017-11-24
| | | | with compilers
* configure: properly and deeply check for GnuTLS SNI, avoid double testingEvgeny Grin (Karlson2k)2017-11-24
|
* configure: minor fixing GnuTLS detection in special casesEvgeny Grin (Karlson2k)2017-11-24
|
* configure: make sure that TLS flags are not passed to makefiles ifEvgeny Grin (Karlson2k)2017-11-22
| | | | TLS is not used
* configure: unified sendfile() function namingEvgeny Grin (Karlson2k)2017-11-22
|
* Added support for Darwin-style sendfile()Evgeny Grin (Karlson2k)2017-11-22
|
* configure: fixed additional checks for GnuTLSEvgeny Grin (Karlson2k)2017-11-22
|
* configure: improved GnuTLS detection, fixed https tests buildEvgeny Grin (Karlson2k)2017-11-13
|
* Added support for Solaris-style sendfileEvgeny Grin (Karlson2k)2017-11-07
|
* configure.ac: used more reliable method to detect host architecture on Solaris,Evgeny Grin (Karlson2k)2017-11-06
| | | | really use generated PKG_CONFIG_PATH
* configure: use special trick on Solaris to find GnuTLS-3 libraryEvgeny Grin (Karlson2k)2017-11-06
|
* configure: check for GnuTLS SNI support on all detection pathsEvgeny Grin (Karlson2k)2017-11-06
| | | | and unify detection
* configure.ac: do not ignore user-defined GNUTLS_{CPP,LD}FLAGSEvgeny Grin (Karlson2k)2017-11-06
|
* configure: added workaround for inaccurate detection of libgcryptEvgeny Grin (Karlson2k)2017-11-06
|
* Added support for sendfile() on FreeBSDEvgeny Grin2017-10-02
|
* configure: tuned Linux sendfile detectionEvgeny Grin (Karlson2k)2017-10-01
|
* Added detection for Linux form of sendfile(2)Evgeny Grin (Karlson2k)2017-10-01
|
* Prevent useless run of po/configure when nothing was changed.Evgeny Grin (Karlson2k)2017-09-30
|
* configure: Fixed for real check for GnuTLS at gcrypt path.Evgeny Grin (Karlson2k)2017-09-30
|
* Added ability to compile demos without libmagic,Evgeny Grin (Karlson2k)2017-09-29
| | | | added more accurate check for libmagic in configure.
* Rename _MHD_inline to _MHD_static_inline for better readabilityEvgeny Grin (Karlson2k)2017-08-27
|
* Dropped dependency on libgcrypt with new GnuTLS (>2.12.20) versionsEvgeny Grin (Karlson2k)2017-06-20
|
* Added support for GNU Hurd detectionEvgeny Grin (Karlson2k)2017-06-19
| | | | Actually GNU Hurd is supported since f3dd2a630369473fe3bc0ac86983e59f64457a97
* configure.ac: removed outdated commentEvgeny Grin (Karlson2k)2017-06-19
|
* MHD_start_daemon(): added port autodetection if '0' (autoselect) is used for ↵Evgeny Grin (Karlson2k)2017-06-16
| | | | | | port number, Added new MHD_FEATURE value MHD_FEATURE_AUTODETECT_BIND_PORT.
* Configure: removed unwanted extra square bracketsEvgeny Grin (Karlson2k)2017-06-15
|
* Added support for detection of 'assert()' and replacement if 'assert()' is ↵Evgeny Grin (Karlson2k)2017-06-12
| | | | not available
* Releasing GNU libmicrohttpd 0.9.55v0.9.55Evgeny Grin (Karlson2k)2017-05-28
|
* documentation, adding MHD_CONNECTION_INFO_REQUEST_HEADER_SIZE, releasing 0.9.54Christian Grothoff2017-05-02
|
* configure: refactoring to be consistent with other configure variablesEvgeny Grin (Karlson2k)2017-04-14
|
* configure: check for invalid "with-thread" parametersEvgeny Grin (Karlson2k)2017-04-14
|
* Releasing GNU libmicrohttpd 0.9.53v0.9.53Evgeny Grin (Karlson2k)2017-04-11
|
* configure: better test for "-Werror=attributes"Evgeny Grin (Karlson2k)2017-04-10
|
* configure: use libgcrypt CPPFLAGS and LDFLAGS for building with GnuTLS if ↵Evgeny Grin (Karlson2k)2017-04-10
| | | | they are used in configure
* configure: fixed detection of "pthread_np.h" on OpenBSDEvgeny Grin (Karlson2k)2017-04-09
|
* configure: improved detection and usage of 'librt'Evgeny Grin (Karlson2k)2017-03-26
|
* add -lrt for glibc < 2.17 compatibilityChristian Grothoff2017-03-21
|
* Added autoconf module for detection of select() trigger on shutdown of ↵Evgeny Grin (Karlson2k)2017-03-20
| | | | listening socket.
* configure.ac: fixed typo in report textEvgeny Grin (Karlson2k)2017-03-14
|
* configure.ac: try to used gcrypt search path to find GnuTLS as last resort.Evgeny Grin (Karlson2k)2017-02-28
|
* configure.ac: skip large GnuTLS and gcrypt tests if HTTPS is disabledEvgeny Grin (Karlson2k)2017-02-28
|
* configure.ac: fixed detection of tsearch-related functions and header.Evgeny Grin (Karlson2k)2017-02-28
| | | | Precompiler macro HAVE_SEARCH_H is used by code and must be appropriately defined.
* autotools macros: make sure that newer local macro will not break creating ↵Evgeny Grin (Karlson2k)2017-02-28
| | | | 'configure'
* remove gl_ prefix, seems to help silioprogChristian Grothoff2017-02-19
|
* replace tsearch test with code from gnulib, to hopefully address silviprog's ↵Christian Grothoff2017-02-16
| | | | android problems
* fix #4888Christian Grothoff2017-02-12
|
* shutdown triggered select is not true for FreeBSDChristian Grothoff2017-02-01
|
* Fixed thread safety with responses with same file FD,Evgeny Grin (Karlson2k)2016-12-01
| | | | added enum value MHD_FEATURE_RESPONSES_SHARED_FD