aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAge
* 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
* configure.ac: fixed checking for thread name functionEvgeny Grin (Karlson2k)2016-08-11
* configure.ac: use '_GNU_SOURCE' macro for configure testsEvgeny Grin (Karlson2k)2016-08-11
* configure.ac: added --disable-thread-names parameterEvgeny Grin (Karlson2k)2016-08-10
* Added support for thread names on FreeBSD, NetBSD, OpenBSD, Darwin, OSF1 and ...Evgeny Grin (Karlson2k)2016-08-10
* Moved thread abstraction to mhd_threads.h/mhd_threads.c,Evgeny Grin (Karlson2k)2016-08-10
* Added unit tests for number in string to value conversions.Evgeny Grin (Karlson2k)2016-07-23
* configure.ac: use shutdown to trigger select on NetBSD (tested)Evgeny Grin (Karlson2k)2016-06-25
* -fix ftbfsChristian Grothoff2016-06-02
* Revert "shutdown trigger select" on Darwin.Evgeny Grin (Karlson2k)2016-04-23
* Releasing 0.9.49Evgeny Grin (Karlson2k)2016-04-09
* -fix as suggested by EGChristian Grothoff2016-02-22
* Reverting serial-tests for now as it not compatible with older automake versi...Evgeny Grin (Karlson2k)2016-01-25
* Added test for checking ability of shutdown() on socket to trigger select()Evgeny Grin (Karlson2k)2016-01-25
* configure.ac: specify serial tests for automakeEvgeny Grin (Karlson2k)2016-01-21
* Use only US-ASCII charset when comparing stings as caseless as required by st...Evgeny Grin (Karlson2k)2016-01-16
* configure.ac: cleanup and fixes related to optional features, corresponding c...Evgeny Grin (Karlson2k)2016-01-11
* configure.ac: cleaned up and refactored threading lib selection for clarityEvgeny Grin (Karlson2k)2016-01-11
* configure.ac: Do not add content of $ac_cv_prog_cc_stdc to $CFLAGS as it's ad...Evgeny Grin (Karlson2k)2016-01-03
* releasing 0.9.48Christian Grothoff2015-12-18
* releasing 0.9.47Christian Grothoff2015-12-04
* Remove traces of libmicrospdyEvgeny Grin (Karlson2k)2015-12-03
* connection.c: refactor get_date_string() for clarity, distinguishEvgeny Grin (Karlson2k)2015-12-03
* Add support for native snprintf() on W32.Evgeny Grin (Karlson2k)2015-12-03
* VS projects: optimizations, fixes, used macros for paths.Evgeny Grin (Karlson2k)2015-12-03