| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for systemd socket activation to listener sockets. | Paul Querna | 2013-08-06 | 1 | -0/+9 |
* | maintainer-mode should auto-enable mod_bucketeer | Jim Jagielski | 2013-07-16 | 1 | -0/+4 |
* | core: Support the SINGLE_LISTEN_UNSERIALIZED_ACCEPT optimization | Jeff Trawick | 2013-06-25 | 1 | -2/+3 |
* | Avoid valgrind warnings in mod_ssl random number generator | Stefan Fritsch | 2013-02-04 | 1 | -0/+16 |
* | follow-up to r1389481: find/use getloadavg() prototype on Solaris | Jeff Trawick | 2012-10-12 | 1 | -1/+2 |
* | configure: Fix processing of --disable-FEATURE for various features. | Jeff Trawick | 2012-10-12 | 1 | -34/+46 |
* | Would be nice to have some sort of canonical definition | Jim Jagielski | 2012-09-24 | 1 | -1/+2 |
* | consolidate hints/instructions about using APR (and maybe APR-util) with httpd | Jeff Trawick | 2012-09-23 | 1 | -4/+4 |
* | Spin off module-specific build options into separate build vars. | Kaspar Brand | 2012-09-16 | 1 | -2/+2 |
* | revert r1385214, as I inadvertently left out acinclude.m4. | Kaspar Brand | 2012-09-16 | 1 | -2/+2 |
* | Spin off module-specific build options into separate build vars. | Kaspar Brand | 2012-09-16 | 1 | -2/+2 |
* | fix APREQ declarations for MinGW builds | Jeff Trawick | 2012-07-18 | 1 | -0/+1 |
* | * configure.in: Enforce 1.4.0 as minimum APR version requirement. | Joe Orton | 2012-06-08 | 1 | -1/+10 |
* | * configure.in: Correct handling of --with-suexec-logfile in r1341905, | Joe Orton | 2012-06-01 | 1 | -0/+2 |
* | Make ap_regcomp() return AP_REG_ESPACE if out of memory. Make ap_pregcomp() | Stefan Fritsch | 2012-05-27 | 1 | -0/+5 |
* | suexec: Support use of setgid/setuid capability bits on Linux, a | Joe Orton | 2012-05-23 | 1 | -0/+9 |
* | * configure.in: Use AC_MSG_NOTICE so passing --silent works as advertised. | Joe Orton | 2012-05-23 | 1 | -6/+18 |
* | suexec: Add support for logging to syslog as an alternative to a | Joe Orton | 2012-05-23 | 1 | -1/+18 |
* | Final step to make cross compilation working. | Guenter Knauf | 2012-04-21 | 1 | -0/+8 |
* | To early, not enough drugs, sorry for the noise. | Rainer Jung | 2012-02-14 | 1 | -1/+0 |
* | Fix out of tree build with srclib apr. | Rainer Jung | 2012-02-14 | 1 | -3/+4 |
* | configure: Move the --with-included-apr check so that srcdir!=builddir builds | Graham Leggett | 2012-01-18 | 1 | -10/+10 |
* | configure: Improve the error message when --with-included-apr is specified | Graham Leggett | 2012-01-17 | 1 | -8/+14 |
* | mod_policy: Add a new testing module to help server administrators | Graham Leggett | 2011-12-21 | 1 | -1/+1 |
* | libapreq is not a bunch of C files now, no special configure magic required | Philip M. Gollucci | 2011-11-13 | 1 | -17/+0 |
* | Set --enable-load-all-modules implicitely in | Rainer Jung | 2011-11-12 | 1 | -9/+14 |
* | A stab at libapreq build integration, still disabled by default. | Joe Orton | 2011-11-11 | 1 | -6/+17 |
* | disable libapreq stuff until it works generically | Philip M. Gollucci | 2011-11-11 | 1 | -4/+7 |
* | have libapreq install honor the top level layout options | Philip M. Gollucci | 2011-11-10 | 1 | -1/+1 |
* | hook up srclib/libapreq to the build system | Philip M. Gollucci | 2011-11-10 | 1 | -2/+5 |
* | Add default proxy-html.conf file (defines links to be rewritten | Nick Kew | 2011-11-10 | 1 | -1/+1 |
* | Load all modules in the generated default configuration | Rainer Jung | 2011-11-08 | 1 | -0/+8 |
* | By default, only load those modules that are either required | Stefan Fritsch | 2011-11-08 | 1 | -0/+4 |
* | Add some CFLAGS in maintainer mode if supported by gcc: | Stefan Fritsch | 2011-10-08 | 1 | -20/+10 |
* | Revert r1129808: | Stefan Fritsch | 2011-07-23 | 1 | -1/+0 |
* | Revert r1131393: | Stefan Fritsch | 2011-07-23 | 1 | -3/+0 |
* | Move PCRE_LIBS from HTTPD_LDFLAGS to | Rainer Jung | 2011-07-05 | 1 | -1/+0 |
* | Line already contained in aclocal.m4. | Rainer Jung | 2011-07-04 | 1 | -1/+0 |
* | Only link the httpd binary against PCRE. | Rainer Jung | 2011-07-04 | 1 | -1/+2 |
* | Add support to ErrorLogFormat for logging the system unique | Stefan Fritsch | 2011-06-22 | 1 | -0/+12 |
* | Several fixes for the ap_ldap build logic. This should fix compilation | Stefan Fritsch | 2011-06-04 | 1 | -0/+3 |
* | Incorporate the ap_ldap incomplete API, as there is no interest or effort | William A. Rowe Jr | 2011-05-31 | 1 | -0/+1 |
* | Silence autoconf 2.68 warnings. | Rainer Jung | 2011-05-09 | 1 | -2/+2 |
* | keep -DAP_HOOK_PROBES_ENABLED (--enable-hook-probes) and | Jeff Trawick | 2011-05-09 | 1 | -2/+4 |
* | Use AP_ instead of APR_ and move into the compile CPP | Jim Jagielski | 2011-05-09 | 1 | -1/+2 |
* | Start of ap_hooks.h setup | Jim Jagielski | 2011-05-09 | 1 | -0/+6 |
* | move -L/path/to/pcrelib -lpcre out beyond all the LDFLAGS | Jeff Trawick | 2011-04-14 | 1 | -3/+1 |
* | AP_ENABLE_V4_MAPPED with WinNT MPM | Jeff Trawick | 2011-04-12 | 1 | -22/+25 |
* | Allow apr and apr-util to be in 2 different location. | Jean-Frederic Clere | 2011-04-12 | 1 | -1/+9 |
* | Fix link errors for crypt() with --no-add-needed/--no-copy-dt-needed-entries, | Stefan Fritsch | 2011-02-16 | 1 | -0/+7 |