aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAge
...
* configure: better test for "-Werror=attributes"Evgeny Grin (Karlson2k)2017-04-10
* configure: use libgcrypt CPPFLAGS and LDFLAGS for building with GnuTLS if the...Evgeny Grin (Karlson2k)2017-04-10
* 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 listen...Evgeny Grin (Karlson2k)2017-03-20
* 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
* autotools macros: make sure that newer local macro will not break creating 'c...Evgeny Grin (Karlson2k)2017-02-28
* 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
* 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
* Use "shutdown trigger poll()" on OpenBSDEvgeny Grin (Karlson2k)2016-11-24
* configure.ac: rewritten test for lib magic.Evgeny Grin (Karlson2k)2016-11-24
* test_quiesce_stream: use curl binary, port to W32,Evgeny Grin (Karlson2k)2016-11-24
* Gettext staff moved to 'po' directory. Main 'configure' now do not check forEvgeny Grin (Karlson2k)2016-11-23
* Additional 'bool' configure checks and fixes for old VS compilersEvgeny Grin (Karlson2k)2016-11-17
* configure.ac: check for "true" and "false" and substitute a replacement if re...Evgeny Grin (Karlson2k)2016-11-16
* Added support for faster setting thread names by pthread_attr_setname_np() wh...Evgeny Grin (Karlson2k)2016-11-11
* configure.ac: fixed typo prevented thread naming on FreeBSDEvgeny Grin (Karlson2k)2016-11-10
* Used calloc() where possible with fallback to malloc()+memset().Evgeny Grin (Karlson2k)2016-11-07
* Combine upgrade tests into single source file, port to platforms without fork()Evgeny Grin (Karlson2k)2016-11-07
* Stick to C99 standard 'bool' for internals, fallback to 'int' when 'bool' is ...Evgeny Grin (Karlson2k)2016-11-06
* Added 'configure' parameter '--disable-httpupgrade'.Evgeny Grin (Karlson2k)2016-11-02
* Build-time configuration: undef HTTPS_SUPPORT if TLS is disabled. Improved codeEvgeny Grin (Karlson2k)2016-11-02
* releasing 0.9.52v0.9.52Christian Grothoff2016-10-17
* Always use ITC in non-blocking mode, save some system calls.Evgeny Grin (Karlson2k)2016-10-11
* Add 'configure' parameter to control ITC typeEvgeny Grin (Karlson2k)2016-10-11
* configure.ac: improve shell compatibility, generate package version component...Evgeny Grin (Karlson2k)2016-09-27
* configure.ac: properly initialise package nameEvgeny Grin (Karlson2k)2016-09-27
* configure.ac: speedup headers checking by using default includes.Evgeny Grin (Karlson2k)2016-09-27
* implement #3557Christian Grothoff2016-09-22
* HTTP Upgrade: portability correctionsEvgeny Grin (Karlson2k)2016-09-14
* Added autoconf macro for maximum platform features.Evgeny Grin (Karlson2k)2016-09-13
* adding gettext stuff for fixing #4614Christian Grothoff2016-09-05
* -releasing 0.9.51v0.9.51Christian Grothoff2016-08-27
* Refactoring: do not define EPOLL_SUPPORT if epoll is disabled or not supported.Evgeny Grin (Karlson2k)2016-08-24
* Fixed building by compilers without support of "inline" functionEvgeny Grin (Karlson2k)2016-08-24
* configure.ac: improved compiler "inline" keyword detectionEvgeny Grin (Karlson2k)2016-08-24
* configure.ac: improved compatibility with various precompilers.Evgeny Grin (Karlson2k)2016-08-24
* Moved make_nonblocking() to mhd_sockets.c, added MHD_itc_nonblocking() for pi...Evgeny Grin (Karlson2k)2016-08-23
* Emulate random() on platforms without random(), but with rand() function.Evgeny Grin (Karlson2k)2016-08-23
* Moved generic emulated functions to mhd_compat.h/.c, removed "platform" dir,Evgeny Grin (Karlson2k)2016-08-23
* Moved sockets abstraction to specialized mhd_socket.h/.c filesEvgeny Grin (Karlson2k)2016-08-23
* configure.ac: minor fix for non-bash shellsEvgeny Grin (Karlson2k)2016-08-16
* Improved monotonic clock detection in configure.acEvgeny Grin (Karlson2k)2016-08-16