| Commit message (Expand) | Author | Age | Files | Lines |
* | Define "state directory" for storing persistent child-writable state, | Joe Orton | 2018-10-05 | 1 | -2/+2 |
* | * acinclude.m4 (APACHE_GEN_MAKEFILES): Respect configure --quiet by | Joe Orton | 2018-07-10 | 1 | -1/+1 |
* | Allow openssl.pc to be in lib64 (like other components). | Jean-Frederic Clere | 2018-06-27 | 1 | -6/+12 |
* | Move APACHE_CHECK_JANSSON m4 macro to general includes so additional modules ... | Paul Querna | 2018-04-23 | 1 | -0/+108 |
* | * support/Makefile.in, acinclude.m4: Add OpenSSL libraries at the end of the | Joe Orton | 2017-11-28 | 1 | -2/+2 |
* | Revert r1814940: serf-1 has a different API, | Rainer Jung | 2017-11-11 | 1 | -4/+4 |
* | Look for serf-1 instead of serf-0 during configure. | Rainer Jung | 2017-11-11 | 1 | -4/+4 |
* | Follow up to r1812263. | Yann Ylavic | 2017-10-16 | 1 | -4/+8 |
* | PR60947: avoid CRYPTO_THREADID_set_callback() if possible | Jacob Champion | 2017-04-18 | 1 | -1/+2 |
* | configure: bump thread count for the &errno test | Jacob Champion | 2017-04-14 | 1 | -5/+9 |
* | configure: check if &errno is thread-local for OpenSSL | Jacob Champion | 2017-04-11 | 1 | -0/+135 |
* | configure: remove orphaned APACHE_OUTPUT macro | Jacob Champion | 2016-07-18 | 1 | -7/+0 |
* | Small change to r952007, ensure we don't wipe out the $enable_foomod value | William A. Rowe Jr | 2016-06-28 | 1 | -1/+0 |
* | This is not C code... no semi, a colon is a noop | William A. Rowe Jr | 2016-06-27 | 1 | -1/+1 |
* | Undo r1750418, miscommitted a local test | William A. Rowe Jr | 2016-06-27 | 1 | -1/+1 |
* | This isn't C ;) Colon for noop | William A. Rowe Jr | 2016-06-27 | 1 | -1/+1 |
* | Account for explicit enable- cases of 'shared', 'few', 'all', 'reallyall' | William A. Rowe Jr | 2016-06-27 | 1 | -7/+19 |
* | Ensure not-selected means 'no', once an APACHE_MODULE enable_foo is processed | William A. Rowe Jr | 2016-06-27 | 1 | -0/+2 |
* | Promote any static module to yes|shared if a required dependency is not static | William A. Rowe Jr | 2016-06-23 | 1 | -2/+2 |
* | Support multiple module dependencies for the final prereq argument to the | William A. Rowe Jr | 2016-06-22 | 1 | -5/+6 |
* | Use different variables to track normal | Rainer Jung | 2016-02-12 | 1 | -2/+4 |
* | Support for OpenSSL 1.1.0: | Rainer Jung | 2016-02-07 | 1 | -1/+1 |
* | * Since r1724820 two modules, mod_http2 and mod_ssl, call APACHE_CHECK_OPENSSL, | Ruediger Pluem | 2016-01-18 | 1 | -0/+8 |
* | m4: please any autoconf by quoting AC_DEFUN's names. PR 58126. | Yann Ylavic | 2015-10-05 | 1 | -20/+20 |
* | httpd compiles warning free on gcc and every new warning will be treated as a... | Stefan Eissing | 2015-09-14 | 1 | -1/+1 |
* | moving m4 mod_h2 macro from global to module local config | Stefan Eissing | 2015-08-27 | 1 | -121/+0 |
* | Add HTTPD_VERSION and HTTPD_MMN to the variables available with apxs -q | Eric Covener | 2015-08-03 | 1 | -0/+2 |
* | reworked mod_h2 donation checkin into build system, added documentation | Stefan Eissing | 2015-07-10 | 1 | -0/+121 |
* | mod_ssl: Check for RAND_egd() at configure time and only use it if present. | Stefan Sperling | 2015-04-18 | 1 | -1/+1 |
* | * mod_dav_fs: set default value of DavLockDB using installation layout | Jan Kaluža | 2015-04-17 | 1 | -0/+2 |
* | Generate #LoadModule directive in default httpd.conf for every --enable-mpms-... | Yann Ylavic | 2015-01-19 | 1 | -1/+1 |
* | * acinclude.m4 (APACHE_CHECK_SYSTEMD): Actually use $PKGCONFIG, duh. | Joe Orton | 2014-07-31 | 1 | -2/+2 |
* | * acinclude.m4 (APACHE_CHECK_SYSTEMD): Check first for libsystemd | Joe Orton | 2014-07-31 | 1 | -1/+3 |
* | * configure.in, acinclude.m4: Move systemd check to APACHE_CHECK_SYSTEMD | Joe Orton | 2014-07-31 | 1 | -0/+21 |
* | Increase minimum required OpenSSL version to 0.9.8a (in preparation | Kaspar Brand | 2013-09-29 | 1 | -2/+2 |
* | mod_ssl/ab: only use "--static" for pkg-config when explicity requested | Kaspar Brand | 2013-01-05 | 1 | -3/+8 |
* | Improve pkg-config usage for mod_ssl/ab: | Kaspar Brand | 2013-01-03 | 1 | -3/+6 |
* | Follow on to r1393976 and r1396424: | Jeff Trawick | 2012-10-10 | 1 | -10/+3 |
* | Fix usage of MOD_* variables for MPM modules | Stefan Fritsch | 2012-10-07 | 1 | -2/+23 |
* | Spin off module-specific build options into separate build vars. | Kaspar Brand | 2012-09-16 | 1 | -11/+27 |
* | revert r1358167, in preparation of the next commit | Kaspar Brand | 2012-09-16 | 1 | -43/+30 |
* | Work correctly with a development version of OpenSSL. I suspect | Ben Laurie | 2012-07-06 | 1 | -30/+43 |
* | * acinclude.m4: Use AC_MSG_NOTICE. | Joe Orton | 2012-05-23 | 1 | -1/+1 |
* | Avoid AC_TRY_RUN break with cross-compile. | Guenter Knauf | 2012-04-20 | 1 | -1/+1 |
* | Next step to make cross compilation a bit easier. | Guenter Knauf | 2012-04-20 | 1 | -0/+2 |
* | Improve indentation, no code change | Stefan Fritsch | 2012-01-22 | 1 | -18/+19 |
* | Make APACHE_MODULE() accept an optional prerequisite module for configure. | Stefan Fritsch | 2012-01-20 | 1 | -3/+20 |
* | A stab at libapreq build integration, still disabled by default. | Joe Orton | 2011-11-11 | 1 | -0/+2 |
* | Only load the really imporant modules (i.e. those enabled by the 'few' | Stefan Fritsch | 2011-11-10 | 1 | -1/+1 |
* | Fix selection of loaded modules on AIX because its grep doesn't understand \<... | Stefan Fritsch | 2011-11-10 | 1 | -2/+2 |