| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make the mime types configuration file path relative to {sysconfdir}, | Sander Striker | 2002-07-04 | 1 | -0/+2 |
* | Fix the build on BSDi machines. The bsd_makefile trick didn't completely | David Reid | 2002-06-15 | 1 | -0/+6 |
* | the TCP guy in Austin (AIX-land) swears that 4.3.2 GA had the fix for | Jeff Trawick | 2002-06-14 | 1 | -1/+1 |
* | AIX 4.3.3 and above: Define SINGLE_LISTEN_UNSERIALIZED_ACCEPT. | Jeff Trawick | 2002-06-14 | 1 | -0/+6 |
* | Fix breakage introduced in mod_cgi commit since we need to now include | Justin Erenkrantz | 2002-06-06 | 1 | -2/+2 |
* | get APR to tell us the name of the shared library path variable | Jeff Trawick | 2002-05-15 | 1 | -0/+1 |
* | Remove APACHE_MKDIR_P_CHECK in favor of new APR_MKDIR_P_CHECK. | Justin Erenkrantz | 2002-05-14 | 1 | -1/+1 |
* | Instead of using the hardcoded libtool path of srclib/apr, use the | Justin Erenkrantz | 2002-05-14 | 1 | -2/+3 |
* | Instead of hardcoding srclib/apr{-util} in the INCLUDES, get the information | Justin Erenkrantz | 2002-05-13 | 1 | -2/+3 |
* | First pass at trying to standardize httpd-2.0's usage of APR and APR-util | Justin Erenkrantz | 2002-05-13 | 1 | -28/+37 |
* | Allow VPATH builds to succeed when configured from an empty directory. | Justin Erenkrantz | 2002-04-18 | 1 | -0/+5 |
* | Added support for MPMs that live in subdirectories under server/mpm | Brian Pane | 2002-04-12 | 1 | -2/+2 |
* | Pass the --includedir flag to the apr and apr-util configure calls. | Aaron Bannert | 2002-04-07 | 1 | -3/+3 |
* | AIX: Fix the syntax for setting the LDR_CNTRL and AIXTHREAD_SCOPE | Jeff Trawick | 2002-04-04 | 1 | -2/+2 |
* | Remove hardcoded paths from MPMs and move them to a more central | Sander Striker | 2002-04-04 | 1 | -1/+1 |
* | Added exp_foo and rel_foo variables to config_vars.mk for all Apache and | Aaron Bannert | 2002-03-21 | 1 | -2/+3 |
* | Solaris 8 doesn't have a thundering herd problem | Ian Holsman | 2002-03-16 | 1 | -1/+10 |
* | Stop copying APR's libtool. And pass enough parameters to apr's subconfig | Justin Erenkrantz | 2002-03-09 | 1 | -1/+1 |
* | Fix a bug that would cause SERVER_CONFIG_FILE to be an absolute path, | Aaron Bannert | 2002-03-08 | 1 | -1/+2 |
* | 64-bit build on AIX: | Jeff Trawick | 2002-03-07 | 1 | -1/+1 |
* | Fix a problem in the new --enable-layout functionality where | Aaron Bannert | 2002-03-06 | 1 | -11/+4 |
* | For some reason AC_PREFIX_DEFAULT must not be called before the apr | Aaron Bannert | 2002-02-28 | 1 | -1/+5 |
* | No longer assume SERVER_CONFIG_FILE is in the "conf" directory. Instead | Aaron Bannert | 2002-02-28 | 1 | -2/+4 |
* | Fix a typo in the default cgidir variable. | Aaron Bannert | 2002-02-28 | 1 | -7/+1 |
* | Set defaults for non-autoconf path variables. Also export a couple | Aaron Bannert | 2002-02-27 | 1 | -0/+1 |
* | Fix --enable-layout to work again. | Aaron Bannert | 2002-02-27 | 1 | -4/+15 |
* | Fix the AC_OUTPUT() macro for the BSD users. | Greg Stein | 2002-02-02 | 1 | -1/+1 |
* | Check for timegm() and for tm_gmtoff in struct tm. | Martin Kraemer | 2002-01-31 | 1 | -0/+10 |
* | new var. | Ian Holsman | 2002-01-19 | 1 | -0/+1 |
* | Per Ian's change, add the APRUTIL_EXPORT_INCLUDES vars to our environment. | Justin Erenkrantz | 2002-01-18 | 1 | -0/+1 |
* | OS/2: Supply the configured libraries to the linker when building loadable | Brian Havard | 2001-12-30 | 1 | -0/+1 |
* | This old variable does not appear to be in use any longer. | Aaron Bannert | 2001-12-27 | 1 | -5/+0 |
* | On AIX, DSOs which reference external libraries need those libraries | Jeff Trawick | 2001-12-21 | 1 | -0/+1 |
* | fix the value of the _CEE_RUNOPTS envvar on OS/390 | Jeff Trawick | 2001-12-19 | 1 | -1/+1 |
* | AIX: don't set LDR_CNTRL environment variable for 64-bit build | Jeff Trawick | 2001-12-17 | 1 | -1/+5 |
* | Move any load library path environment variables out of | Jeff Trawick | 2001-12-15 | 1 | -1/+15 |
* | change Apache/apr/apr-util to use run-time linking on AIX | Jeff Trawick | 2001-12-12 | 1 | -3/+3 |
* | separate logic specific to building Apache DSOs from logic needed | Jeff Trawick | 2001-12-05 | 1 | -1/+8 |
* | get binbuild working when apr, apr-util, and expat are built shared in | Greg Ames | 2001-12-03 | 1 | -0/+1 |
* | Get shared builds of libapr and libaprutil, as well as Apache DSOs, | Jeff Trawick | 2001-12-01 | 1 | -11/+3 |