| Commit message (Expand) | Author | Age | Files | Lines |
* | Split generating Makefiles and creating config_vars.mk. | Sascha Schumann | 2000-06-11 | 1 | -4/+6 |
* | Fix path for helpers/PrintPath which is in $srcdir. | Sascha Schumann | 2000-06-11 | 1 | -1/+1 |
* | Remove waitpid from the config checks and all calls to waitpid from the | Ryan Bloom | 2000-06-10 | 1 | -1/+0 |
* | Remove a bunch of string functions from Apache. These are basically | Ryan Bloom | 2000-06-09 | 1 | -4/+0 |
* | Remove all occurances of strerror from Apache. ap_strerror works just | Ryan Bloom | 2000-06-09 | 1 | -1/+0 |
* | Fix the check for rlim_t correctly. I wish I had known that we had | Ryan Bloom | 2000-06-08 | 1 | -0/+2 |
* | Cleanup APR header files a bit. Basically, this splits ap_table_t related | Ryan Bloom | 2000-06-08 | 1 | -4/+0 |
* | Remove all occurances of gettimeofday. Replace it with ap_now which | Ryan Bloom | 2000-06-08 | 1 | -1/+0 |
* | Make Apache and APR use the same flags to specify maintainer mode. I | Ryan Bloom | 2000-05-20 | 1 | -5/+8 |
* | use helpers/PrintPath instead of which to find the location of | Jeff Trawick | 2000-05-11 | 1 | -1/+1 |
* | Replace hsregex with PCRE. The PCRE library is always used in 2.0, | Ryan Bloom | 2000-05-06 | 1 | -3/+1 |
* | Make apxs mostly work for 2.0. It doesn't add the module to the config | Ryan Bloom | 2000-05-05 | 1 | -1/+4 |
* | Configure creates config.nice now containing your configure options. | Sascha Schumann | 2000-05-03 | 1 | -0/+2 |
* | Blurf. Move the preload down a bit to | Jim Jagielski | 2000-05-03 | 1 | -4/+4 |
* | And preload from the top. | Jim Jagielski | 2000-05-03 | 1 | -0/+4 |
* | Add VPATH support to Apache: | Sascha Schumann | 2000-04-30 | 1 | -5/+21 |
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 1 | -2/+2 |
* | Add the support directory back into the build process. | Ryan Bloom | 2000-04-27 | 1 | -1/+2 |
* | Fix the progname stuff to work the same way the rest of the configure | Ryan Bloom | 2000-04-26 | 1 | -6/+7 |
* | Define HAVE_STRING_H, HAVE_STDLIB_H, HAVE_CTYPE_H, HAVE_LIMITS_H | Jeff Trawick | 2000-04-26 | 1 | -0/+8 |
* | If a developer uses --with-program-name=foo, the config files are renamed | Ryan Bloom | 2000-04-26 | 1 | -1/+3 |
* | Allow the Apache-2.0 executable name to be specified with the | Ryan Bloom | 2000-04-25 | 1 | -1/+6 |
* | Fix minor configuration & platform dependencies | Martin Kraemer | 2000-04-14 | 1 | -0/+2 |
* | In my libnsl, there's gethostname but not gethostbyname | Martin Kraemer | 2000-04-11 | 1 | -0/+1 |
* | Recognize an EBCDIC platform during configuration and turn on | Jeff Trawick | 2000-04-07 | 1 | -0/+2 |
* | In mpmt_pthread.c, include <netinet/tcp.h> only if | Jeff Trawick | 2000-04-06 | 1 | -0/+1 |
* | Under OS/2 (well actually EMX gcc) libraries don't have a 'lib' prefix. In | Brian Havard | 2000-04-04 | 1 | -0/+1 |
* | Eliminate src/apaci, and replace with a header file containing paths: | Manoj Kasichainula | 2000-03-31 | 1 | -6/+22 |
* | Fix the generation of the apaci script, so it has valid permissions after | Ryan Bloom | 2000-03-30 | 1 | -3/+4 |
* | Strict prototypes are no use until someone rewrites the config API. | Ben Laurie | 2000-03-18 | 1 | -0/+2 |
* | Oops, EXTRA_CFLAGS wasn't getting set. | Manoj Kasichainula | 2000-03-02 | 1 | -0/+1 |
* | A little CFLAGS reformation. Additions to Apache's CFLAGS should be | Manoj Kasichainula | 2000-03-02 | 1 | -5/+2 |
* | Fix prefix handling. Before this patch, when using --prefix on the | Ryan Bloom | 2000-02-09 | 1 | -2/+7 |
* | Remove vestiges of automake. | Manoj Kasichainula | 2000-01-17 | 1 | -4/+0 |
* | Move threads/reentrancy m4 macros into threads.m4. All results are now | Sascha Schumann | 2000-01-16 | 1 | -11/+1 |
* | Rewrite pthreads check to be more tool-independent, and propagate flags | Sascha Schumann | 2000-01-16 | 1 | -4/+6 |
* | These changes are committed together, because they depend on each other. | Sascha Schumann | 2000-01-11 | 1 | -18/+47 |
* | Submitted by: Sascha Schumann <sascha@schumann.cx> | rasmus | 1999-12-24 | 1 | -0/+10 |
* | Finish the MPM decision logic. This moves the threads checking stuff into | Ryan Bloom | 1999-12-24 | 1 | -4/+0 |
* | First stab at logic to determine which threading library to use. This also | Ryan Bloom | 1999-12-23 | 1 | -0/+4 |
* | Remove a bunch of functions that are being replaced by functions in APR. | Ryan Bloom | 1999-12-21 | 1 | -1/+0 |
* | Speed up building, by making --disable-shared the default until we put | Manoj Kasichainula | 1999-12-20 | 1 | -0/+1 |
* | Make building a little easier by not requiring a separate make of APR. | Manoj Kasichainula | 1999-12-20 | 1 | -1/+1 |
* | Eliminate the .h.stub files; AC_DEFINE can generate the necessary | Manoj Kasichainula | 1999-12-20 | 1 | -1/+2 |
* | Make Apache's configure script run APR's. | Manoj Kasichainula | 1999-12-20 | 1 | -0/+3 |
* | autoconf: Start adding support for selecting modules on the | Manoj Kasichainula | 1999-12-05 | 1 | -2/+2 |
* | autoconf: Generate modules.c based on configuration. This is the first | Manoj Kasichainula | 1999-12-05 | 1 | -2/+5 |
* | Fix a couple of comments | Manoj Kasichainula | 1999-12-01 | 1 | -4/+3 |
* | Place ap_config_auto.h in src/include. It didn't seem to work earlier, | Manoj Kasichainula | 1999-12-01 | 1 | -1/+1 |
* | Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.h | Manoj Kasichainula | 1999-12-01 | 1 | -1/+33 |