| Commit message (Expand) | Author | Age | Files | Lines |
* | Support use of an external copy of the PCRE library: | Joe Orton | 2005-02-11 | 1 | -10/+37 |
* | Move the POSIX reg* implementations into the ap_* namespace; | Joe Orton | 2005-02-11 | 1 | -0/+1 |
* | * configure.in: Add --enable-pie flag; define PICFLAGS and PILDFLAGS. | Joe Orton | 2005-01-25 | 1 | -0/+23 |
* | Fix VPATH errors introduced in r124104. | Justin Erenkrantz | 2005-01-13 | 1 | -1/+1 |
* | Add a build script to create a solaris package. | Graham Leggett | 2005-01-04 | 1 | -1/+5 |
* | The current config.guess in APR outputs i386-pc-os2-emx on OS/2 rather than | Brian Havard | 2004-12-21 | 1 | -1/+1 |
* | * configure.in: Only export CC and CPP if a cache file is not | Joe Orton | 2004-09-21 | 1 | -3/+5 |
* | * configure.in: Ensure that $CC and $CPP are correctly passed through | Joe Orton | 2004-09-20 | 1 | -0/+4 |
* | Echo a warning from configure if you select an | Paul Querna | 2004-09-05 | 1 | -0/+19 |
* | * configure.in: Only build against APR 1.x. | Joe Orton | 2004-09-02 | 1 | -2/+2 |
* | * configure.in: Ensure that apr and apr-util exported include | Joe Orton | 2004-08-13 | 1 | -2/+6 |
* | * configure.in: Define AP_HAVE_DESIGNATED_INITIALIZER via ap_config.h | Joe Orton | 2004-08-13 | 1 | -2/+3 |
* | * configure.in, acinclude.m4: Substitute AP[RU]_CONFIG with location | Joe Orton | 2004-08-13 | 1 | -0/+2 |
* | Teach apxs how to find ap{ru}-$AP{RU}_MAJOR_VERSION-config | Justin Erenkrantz | 2004-08-02 | 1 | -0/+2 |
* | Workaround RHEL 3 'cuteness' for OpenSSL by calling pkg-config openssl. | Justin Erenkrantz | 2004-07-19 | 1 | -0/+1 |
* | Nobody objected: | André Malo | 2004-06-05 | 1 | -1/+1 |
* | *) SECURITY: CAN-2004-0174 (cve.mitre.org) | Jeff Trawick | 2004-03-19 | 1 | -0/+7 |
* | * configure.in: Remove long since unnecessary endianness checks. | Joe Orton | 2004-02-07 | 1 | -8/+0 |
* | * configure.in: Remove unnecessary $builddir/server/mpm/$mpm and | Joe Orton | 2004-01-26 | 1 | -2/+1 |
* | * configure.in: Check for sqrt in libm (needed by ab). | Joe Orton | 2004-01-03 | 1 | -0/+1 |
* | Add fatal exception hook for use by debug modules. The hook is only | Jeff Trawick | 2003-11-26 | 1 | -0/+6 |
* | "Listen 80" just works now, using v4-only, v6-only, mapped address | Cliff Woolley | 2003-09-28 | 1 | -10/+3 |
* | Add optional hook to extend mod_status output. | Joe Orton | 2003-07-21 | 1 | -1/+1 |
* | Use three-argument form of AC_DEFINE everywhere; remove acconfig.h | Joe Orton | 2003-07-10 | 1 | -1/+1 |
* | Play nice with libtool 1.5. | Wilfredo Sanchez | 2003-05-19 | 1 | -1/+1 |
* | Fix a VPATH build issue - our command lines can sometimes hit the wall | William A. Rowe Jr | 2003-05-16 | 1 | -3/+5 |
* | Ensure that ssl-std.conf is generated at configure time, and switch | Thom May | 2003-05-05 | 1 | -1/+1 |
* | By default, use the same CC and CPP with which APR was built. | Jeff Trawick | 2003-04-24 | 1 | -2/+8 |
* | Move the dropped '--enable-layout' subdir logic into APR_SUBDIR_CONFIG macro | Justin Erenkrantz | 2003-04-05 | 1 | -24/+8 |
* | Fix a build problem with passing unsupported --enable-layout | Jeff Trawick | 2003-04-03 | 1 | -0/+21 |
* | use APR_CHECK_APR_DEFINE() where possible | Jeff Trawick | 2003-03-08 | 1 | -10/+3 |
* | Linux 2.4+: enable coredumps when Apache is started as root if | Greg Ames | 2003-03-06 | 1 | -0/+2 |
* | Use APR_LAYOUT instead of APACHE_LAYOUT in configure. | Justin Erenkrantz | 2003-02-17 | 1 | -1/+1 |
* | Remove files on 'make distclean' that should be. | Justin Erenkrantz | 2003-02-17 | 1 | -2/+1 |
* | Use correct quoting mechanism for APR_SUBDIR_CONFIG. | Justin Erenkrantz | 2003-02-15 | 1 | -3/+3 |
* | Allow apachectl to perform status with links and elinks as well if lynx is | Justin Erenkrantz | 2003-02-15 | 1 | -0/+1 |
* | update a test compile to find apr.h when apr isn't in srclib | Jeff Trawick | 2003-02-07 | 1 | -1/+1 |
* | Make buildconf work with out-of-tree apr and apr-util by adding --with-apr | Justin Erenkrantz | 2003-01-30 | 1 | -5/+5 |
* | Allow dependencies to be generated by something other than GCC. | Justin Erenkrantz | 2002-12-19 | 1 | -0/+3 |
* | Take apr include dir from beginning, not end of list given by apu-config. | Wilfredo Sanchez | 2002-12-07 | 1 | -1/+1 |
* | Find apr, apr-util automatically if no --with-apr{-util} flag, same as other ... | Wilfredo Sanchez | 2002-11-29 | 1 | -2/+2 |
* | If apr and apr-util are not in-tree, we need to be able to find the | Wilfredo Sanchez | 2002-11-29 | 1 | -0/+2 |
* | Changes to reduce dependency on in-tree apr and apr-util. | Wilfredo Sanchez | 2002-11-29 | 1 | -1/+1 |
* | Don't include apr_network.m4 and apr_threads.m4; we don't use them. | Wilfredo Sanchez | 2002-11-29 | 1 | -2/+0 |
* | Add --[enable|disable]-v4-mapped configure option to control | Jeff Trawick | 2002-11-14 | 1 | -0/+36 |
* | Rework the apxs -cp command to work when the source dir isn't available by | Justin Erenkrantz | 2002-09-19 | 1 | -0/+2 |
* | OS/390: re-instate support for single listen unserialized accept | Greg Ames | 2002-08-30 | 1 | -0/+3 |
* | Use APR_PARSE_ARGUMENTS instead of APACHE_PARSE_ARGUMENTS | Justin Erenkrantz | 2002-08-19 | 1 | -1/+1 |
* | AIX: Apache is slightly faster with this malloc setting | Jeff Trawick | 2002-07-16 | 1 | -0/+1 |
* | set some environment variables on AIX that improve Apache performance | Jeff Trawick | 2002-07-12 | 1 | -0/+5 |