| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix the shell syntax error that occurs when a for list is empty due to | Roy T. Fielding | 2001-04-12 | 1 | -1/+3 |
* | Remove double-quotes from the list of programs to install to make | Roy T. Fielding | 2001-04-12 | 1 | -1/+1 |
* | Make clean, distclean, and extraclean consistently according to the | Roy T. Fielding | 2001-04-11 | 1 | -0/+3 |
* | Use EXTRA_CPPFLAGS where it needs to be used. | Roy T. Fielding | 2001-04-03 | 1 | -4/+4 |
* | Changes to get AIX DSOs working, sans APR changes. | Victor J. Orlikowski | 2001-04-02 | 1 | -1/+1 |
* | Switch to using aplibtool for building under OS/2 & add support for building | Brian Havard | 2001-04-02 | 1 | -4/+9 |
* | Remove files that now reside in srclib/apr/build | Roy T. Fielding | 2001-03-24 | 5 | -247/+3 |
* | Untangled the buildconf script and eliminated the need for build's | Roy T. Fielding | 2001-03-24 | 5 | -298/+0 |
* | Under OS/2's emx gcc (and maybe others) uninitialized global variables don't | Brian Havard | 2001-03-19 | 1 | -1/+1 |
* | Cleanup the build process a bit more. The Apache configure | Ryan Bloom | 2001-03-17 | 2 | -7/+2 |
* | Move more code from the http module into the core server. This | Ryan Bloom | 2001-03-04 | 1 | -5/+5 |
* | um. hello?! doesn't the work "private" mean anything? :-) | Greg Stein | 2001-02-27 | 1 | -7/+1 |
* | Begin to move functions from the http module to the core. The goal is to | Ryan Bloom | 2001-02-26 | 1 | -1/+1 |
* | The only thing about perl that drives me crazy, how many times to | William A. Rowe Jr | 2001-02-25 | 1 | -2/+1 |
* | Ok ... .mak files are nasty. Here's a bit to clean up -some- of that | William A. Rowe Jr | 2001-02-25 | 1 | -0/+48 |
* | Make exports.lo rebuild when it should. | Ben Laurie | 2001-02-17 | 1 | -1/+2 |
* | Use new locations for APR autoconf macros and remove unneeded dependencies. | Roy T. Fielding | 2001-02-17 | 2 | -3/+3 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 10 | -10/+10 |
* | No need to run an external program for checking for the existence of | Sascha Schumann | 2001-01-20 | 1 | -1/+1 |
* | whoops. last two commits didn't deal with $(srcdir) | Greg Stein | 2001-01-19 | 1 | -1/+1 |
* | maxdepth isn't portable, so just list the .c files (if any) | Greg Stein | 2001-01-19 | 1 | -1/+1 |
* | Fix make depend for the whole server | Ryan Bloom | 2001-01-19 | 1 | -2/+4 |
* | Per suggestion, tuck NOTEST_* in config_vars.mk. Yep, I changed | Jim Jagielski | 2001-01-12 | 2 | -8/+4 |
* | My bad... don't need the quotes here | Jim Jagielski | 2001-01-11 | 1 | -4/+4 |
* | Fold into all Makefiles | Jim Jagielski | 2001-01-11 | 1 | -0/+2 |
* | Begining stub of NONAC_LDFLAGS and NONAC_CFLAGS stuff. | Jim Jagielski | 2001-01-11 | 2 | -4/+6 |
* | a couple tweaks to get Apache building with the new libtool-ized APR | Greg Stein | 2001-01-09 | 1 | -1/+2 |
* | - add some missing distclean targets | dgaudet | 2001-01-06 | 2 | -3/+5 |
* | fix the path | Greg Stein | 2000-12-31 | 1 | -1/+1 |
* | *) simplify config file list construction (especially the second sed | Greg Stein | 2000-12-31 | 1 | -6/+23 |
* | Find all config.m4 files when building generated_lists. Also, convert | Ryan Bloom | 2000-12-30 | 2 | -2/+2 |
* | Get rid of the "-g" on sort. | Jeff Trawick | 2000-12-30 | 1 | -1/+1 |
* | Finish up the config.m4 file overhaul, so that we can load config.m4 files | Ryan Bloom | 2000-12-26 | 2 | -8/+7 |
* | Allow buildconf to find the config.m4 files in the correct order. This | Ryan Bloom | 2000-12-26 | 1 | -1/+4 |
* | Fix two references to the wrong files in binbuild.sh | Ryan Bloom | 2000-12-21 | 1 | -2/+2 |
* | This is about 99% complete for the binbuild script. The only problem that | Ryan Bloom | 2000-12-21 | 2 | -8/+164 |
* | When building exports list, allow for multi-part and negative conditions | Brian Havard | 2000-12-20 | 1 | -2/+2 |
* | Get the binbuild.sh script into the CVS repository and start to modify | Ryan Bloom | 2000-12-20 | 1 | -14/+14 |
* | Stop calling shared modules libapachemod_*. mod_* is much easier to deal | Ryan Bloom | 2000-12-20 | 1 | -2/+3 |
* | Force all Apache functions to be linked into the executable, whether they | Ryan Bloom | 2000-12-19 | 2 | -5/+6 |
* | Add "(const void *)" back to the hack variable assignments to avoid | Jeff Trawick | 2000-12-12 | 1 | -1/+1 |
* | Get "make install" to install DSOs again. | Jeff Trawick | 2000-12-12 | 1 | -2/+2 |
* | configure's --with-* type switches are the standard way to specify foreign | Greg Stein | 2000-12-08 | 1 | -1/+1 |
* | provide complete instructions on fetching APR and APRUTIL | Greg Stein | 2000-12-08 | 1 | -6/+16 |
* | *) fix up buildexports.sh: | Greg Stein | 2000-12-07 | 2 | -20/+17 |
* | *) simplify the AWK script a bit | Greg Stein | 2000-12-07 | 1 | -8/+3 |
* | Generate the apr-utils exports file using APR's buildexports scripts. | Ryan Bloom | 2000-12-05 | 3 | -13/+21 |
* | Speed up the generation of exports.c by using an awk script to process | Brian Havard | 2000-12-05 | 2 | -21/+9 |
* | Get make distclean working again. The replaced egrep-style regexp does | Jeff Trawick | 2000-12-05 | 1 | -1/+2 |
* | Make the test for APR a bit more stringent and add a check for apr-util | Ryan Bloom | 2000-12-05 | 1 | -1/+7 |