| Commit message (Expand) | Author | Age | Files | Lines |
* | Change --enable-shared that Apache defines to --enable-mods-shared. The | Ryan Bloom | 2000-07-25 | 1 | -2/+2 |
* | Clean up rules.mk and add support for building C++ source files. | Sascha Schumann | 2000-07-23 | 1 | -1/+10 |
* | Finish the Configuration cleanup. This basically merges all of the | Ryan Bloom | 2000-06-28 | 1 | -32/+1 |
* | Fix the configure process. This does a couple of things to allow APR and | Ryan Bloom | 2000-06-28 | 1 | -1/+2 |
* | Pass the configure args to sub_configure scripts with the RUN_NOW macro. | Ryan Bloom | 2000-06-28 | 1 | -1/+1 |
* | Detect libraries based on which platform configure is being run on. | Ryan Bloom | 2000-06-27 | 1 | -0/+31 |
* | Fix a typo. | Ryan Bloom | 2000-06-20 | 1 | -1/+1 |
* | Fix detection of sigwait prototype for NetBSD. | Ryan Bloom | 2000-06-20 | 1 | -0/+7 |
* | Fix the configuration process. If no modules are specified in a given | Ryan Bloom | 2000-06-13 | 1 | -1/+4 |
* | All of Apache uses APR for shared memory, so Apache doesn't need to check | Ryan Bloom | 2000-06-12 | 1 | -25/+0 |
* | Split generating Makefiles and creating config_vars.mk. | Sascha Schumann | 2000-06-11 | 1 | -3/+8 |
* | Get FreeBSD building again with the resource limiting changes (FreeBSD | Jeff Trawick | 2000-06-10 | 1 | -1/+5 |
* | fix typo in AC_TYPE_RLIM_T | Doug MacEachern | 2000-06-09 | 1 | -1/+1 |
* | Fix typo in configure script when checking for mod_so. bash | Jeff Trawick | 2000-06-06 | 1 | -2/+1 |
* | Fix mod_so handling. Basically, if --enable-so or | Ryan Bloom | 2000-06-05 | 1 | -0/+4 |
* | Vertically align all the descriptions of the modules in ./configure --help | Tony Finch | 2000-05-11 | 1 | -1/+3 |
* | Configure creates config.nice now containing your configure options. | Sascha Schumann | 2000-05-03 | 1 | -0/+16 |
* | And preload from the top. | Jim Jagielski | 2000-05-03 | 1 | -0/+1 |
* | Allow for help messages for modules. | Jim Jagielski | 2000-04-30 | 1 | -1/+1 |
* | Add ap_sigwait() to support old-style sigwait(). | Sascha Schumann | 2000-04-30 | 1 | -0/+18 |
* | Allow the Apache-2.0 executable name to be specified with the | Ryan Bloom | 2000-04-25 | 1 | -0/+1 |
* | On all the systems I could get hold of (Solaris, ReliantUNIX, BS2000, SINIX), | Martin Kraemer | 2000-04-13 | 1 | -2/+8 |
* | Recognize an EBCDIC platform during configuration and turn on | Jeff Trawick | 2000-04-07 | 1 | -0/+17 |
* | These changes didn't get into the patch for dynamic modules. With this, | Ryan Bloom | 2000-02-18 | 1 | -0/+2 |
* | Back out most of the last commit. Keep APR macros seperate from Apache | Bill Stoddard | 2000-01-21 | 1 | -1/+1 |
* | Convert HAVE_NETINET... to the APR mac | Bill Stoddard | 2000-01-20 | 1 | -1/+1 |
* | Move threads/reentrancy m4 macros into threads.m4. All results are now | Sascha Schumann | 2000-01-16 | 1 | -63/+1 |
* | Rewrite pthreads check to be more tool-independent, and propagate flags | Sascha Schumann | 2000-01-16 | 1 | -38/+25 |
* | gcc on AIX takes -mthreads. I wonder what they smoked during creating | Sascha Schumann | 2000-01-12 | 1 | -1/+4 |
* | These changes are committed together, because they depend on each other. | Sascha Schumann | 2000-01-11 | 1 | -49/+298 |
* | (APACHE_INADDR_NONE) Additionally include sys/types.h, if it is available. Also | Sascha Schumann | 1999-12-30 | 1 | -0/+9 |
* | Cleanup the threads check, also resets the CFLAGS and LDFLAGS variables | Ryan Bloom | 1999-12-24 | 1 | -6/+8 |
* | Submitted by: Sascha Schumann <sascha@schumann.cx> | rasmus | 1999-12-24 | 1 | -1/+1 |
* | Submitted by: Sascha Schumann <sascha@schumann.cx> | rasmus | 1999-12-24 | 1 | -2/+23 |
* | Finish the MPM decision logic. This moves the threads checking stuff into | Ryan Bloom | 1999-12-24 | 1 | -5/+5 |
* | First stab at logic to determine which threading library to use. This also | Ryan Bloom | 1999-12-23 | 1 | -0/+43 |
* | Eliminate the .h.stub files; AC_DEFINE can generate the necessary | Manoj Kasichainula | 1999-12-20 | 1 | -2/+4 |
* | An indented "#include" can cause problems on some compilers. Make sure | Manoj Kasichainula | 1999-12-09 | 1 | -4/+4 |
* | autoconf: Start adding support for selecting modules on the | Manoj Kasichainula | 1999-12-05 | 1 | -5/+6 |
* | The possibility of a libenv module and a libenv system library (for | Manoj Kasichainula | 1999-12-05 | 1 | -2/+2 |
* | Fix what I think is a bug where rlim_t won't be #defined on systems | Manoj Kasichainula | 1999-12-01 | 1 | -1/+3 |
* | Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.h | Manoj Kasichainula | 1999-12-01 | 1 | -0/+33 |
* | The second part of the big autoconf patch, which actually adds autoconf | Manoj Kasichainula | 1999-11-30 | 1 | -0/+59 |