aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* configureng02019-07-30
|
* attempt configure fixng02019-07-30
|
* Add MSG_MORE detection.ng02019-07-30
|
* writev checkng02019-07-29
|
* configure.ac: define a check for HAVE_SENDMSGng02019-07-29
|
* Releasing GNU libmicrohttpd 0.9.65v0.9.65Evgeny Grin (Karlson2k)2019-07-05
|
* memorypool: round mmap allocation for page sizeEvgeny Grin (Karlson2k)2019-06-16
|
* Releasing 0.9.64v0.9.64Evgeny Grin (Karlson2k)2019-06-09
|
* configure: check for 'rand' and 'random' by MHD_CHECK_FUNCEvgeny Grin (Karlson2k)2019-06-01
|
* configure: fixed detection of 'getsockname' on some systems (W32 x32),Evgeny Grin (Karlson2k)2019-06-01
| | | | do not use 'getsockname()' if it is not detected by configure.
* configure: Fixed 'getsockname' detection with special compiler flagsEvgeny Grin (Karlson2k)2019-05-30
|
* Proper detection of .sin?_len members, fixed build on *BSDEvgeny Grin (Karlson2k)2019-05-25
|
* configure: fixed MS Lib utility detection afterEvgeny Grin (Karlson2k)2019-05-16
| | | | 6ef94cf448e11a51c4b24d7347351047c39e3afe
* use AS_CASE/AS_IFChristian Grothoff2019-05-13
|
* use AS_CASE/AS_IFChristian Grothoff2019-05-13
|
* use AS_CASE/AS_IFChristian Grothoff2019-05-13
|
* use AS_CASE/AS_IFChristian Grothoff2019-05-13
|
* mhd_bithelpers.h: use bytes swap instead of individual bytesEvgeny Grin (Karlson2k)2019-04-19
| | | | | | assignment when endianess is known to significantly speedup MD5 and SHA256 calculations. Use built-in bytes swap when available.
* adjusting digest auth to previous regression fix, releasing 0.9.63v0.9.63Christian Grothoff2019-02-10
|
* Added minimal example for how to compress HTTP response. (#4914)silvioprog2019-01-08
|
* brutally simplify VLA macro for stupid compilersChristian Grothoff2018-12-12
|
* remove requirement for VLA in digestauth.c logicChristian Grothoff2018-12-11
|
* configure: fixed build for latest MinGWEvgeny Grin (Karlson2k)2018-12-09
|
* releasing libmicrohttpd 0.9.62v0.9.62Christian Grothoff2018-12-08
|
* add build option to compile MHD without threadsChristian Grothoff2018-12-07
|
* releasing 0.9.61Christian Grothoff2018-11-20
|
* releasing libmicrohttpd 0.9.60v0.9.60Christian Grothoff2018-11-06
|
* add --enable-experiemental option to not compile src/lib/ unless explicitly ↵Christian Grothoff2018-10-18
| | | | requested
* From: =?UTF-8?q?Tim=20R=C3=BChsen?= <tim.ruehsen@gmx.de>Christian Grothoff2018-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | Date: Thu, 18 Oct 2018 16:21:55 +0200 Subject: [PATCH] Fix build issue when parent dir is an automake project dir Building fails if the parent directory is an automake project dir: $ ./bootstrap libtoolize: putting auxiliary files in '..'. libtoolize: copying file '../ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:61: installing '../compile' configure.ac:67: error: required file '../config.rpath' not found configure.ac:26: installing '../missing' doc/examples/Makefile.am: installing '../depcomp' autoreconf: automake failed with exit status: 1 The fix is to specify AC_CONFIG_AUX_DIR before AM_INIT_AUTOMAKE. ---
* clean up use of GNUTLS linker options in various places, re-add SAVE_LIBS ↵Christian Grothoff2018-09-11
| | | | restoration to configure.ac to avoid linking indiscriminately against GnuTLS
* fix --with-gnutlsMarcello Stanisci2018-09-10
|
* polish configure.ac, use AS_IF where appropriateChristian Grothoff2018-08-18
|
* add suspend_resume_epoll example (from mailinglist)Christian Grothoff2018-03-14
|
* move to canonical gettextChristian Grothoff2018-03-10
|
* check for dlfcn.h presenceChristian Grothoff2018-03-04
|
* add lib to ordinary build process, rename lib output to libmicrohttpd2.so, ↵Christian Grothoff2018-02-18
| | | | do not link libmicrohttpd2.so against gnutls/libgcrypt
* revert accidental commit, too earlyChristian Grothoff2018-02-16
|
* fixing #5278 as suggested by reporterChristian Grothoff2018-02-16
|
* starting with mhd2 api implementationChristian Grothoff2018-02-06
|
* getting ready for 0.9.59v0.9.59Christian Grothoff2018-02-01
|
* doxygen docs: automatically update lib versionEvgeny Grin (Karlson2k)2017-12-11
|
* tests: limit number of used CPU cores for crazy configurationsEvgeny Grin (Karlson2k)2017-12-08
|
* Releasing GNU libmicrohttpd 0.9.58v0.9.58Evgeny Grin (Karlson2k)2017-12-07
|
* Releasing GNU libmicrohttpd 0.9.57v0.9.57Evgeny Grin (Karlson2k)2017-11-27
|
* configure: added parameter to disable sendfile().Evgeny Grin (Karlson2k)2017-11-26
|
* configure: reordered Configuration Summary output to improve readabilityEvgeny Grin (Karlson2k)2017-11-26
|
* test-suite: fixed tests on CygwinEvgeny Grin (Karlson2k)2017-11-26
|
* configure: clarified message in summaryEvgeny Grin (Karlson2k)2017-11-25
|
* Corrected DLL name in W32 resources.Evgeny Grin (Karlson2k)2017-11-25
|
* releasing libmicrohttpd 0.9.56v0.9.56Christian Grothoff2017-11-24
|