| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow all parts of Apache 2.0 to build when --srcdir is used. This | Ryan Bloom | 2001-07-09 | 1 | -2/+2 |
* | hide the generation of the httpd.exp header from the build messages | Jeff Trawick | 2001-06-27 | 1 | -3/+3 |
* | OS/2: Automate export of global variables from core. | Brian Havard | 2001-06-16 | 1 | -1/+2 |
* | Clean up formatting. | Victor J. Orlikowski | 2001-06-12 | 1 | -1/+5 |
* | Document the fact that this is now an autogenerated file. | Victor J. Orlikowski | 2001-06-11 | 1 | -0/+2 |
* | Make this little hack slightly more palatable. | Victor J. Orlikowski | 2001-06-09 | 1 | -5/+5 |
* | Still needs to be built, though. | Victor J. Orlikowski | 2001-06-09 | 1 | -1/+2 |
* | No, libtool shouldn't build this. :p | Victor J. Orlikowski | 2001-06-09 | 1 | -1/+1 |
* | xlC isn't as accepting as gcc; make things tolerable for it. | Victor J. Orlikowski | 2001-06-09 | 1 | -4/+7 |
* | Add the missing AP[RU]_DECLARE_DATA symbols to httpd.exp. | Victor J. Orlikowski | 2001-06-09 | 1 | -0/+1 |
* | Clean up this relative path too. | Victor J. Orlikowski | 2001-06-08 | 1 | -1/+1 |
* | DISTCLEAN, not EXTRACLEAN. | Victor J. Orlikowski | 2001-06-08 | 1 | -1/+2 |
* | Make sure httpd.exp gets cleaned up only with a distclean, and not every time. | Victor J. Orlikowski | 2001-06-08 | 1 | -2/+2 |
* | (A few) Small changes to pass full paths instead of relatives. | Victor J. Orlikowski | 2001-06-08 | 1 | -3/+4 |
* | Generate httpd.exp on the fly. | Victor J. Orlikowski | 2001-06-07 | 1 | -2/+7 |
* | get rid of util_date.c/util_date.h and associated test program | Jeff Trawick | 2001-06-06 | 1 | -1/+1 |
* | Leave the uri-related clean stuff here for a few weeks. | Roy T. Fielding | 2001-05-22 | 1 | -1/+1 |
* | Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_ | Roy T. Fielding | 2001-05-22 | 1 | -11/+3 |
* | Change the make targets and rules to be consistent in all of the | Roy T. Fielding | 2001-05-18 | 1 | -1/+1 |
* | Completely revamp configure so that it preserves the standard make | Roy T. Fielding | 2001-04-29 | 1 | -1/+1 |
* | Make clean, distclean, and extraclean consistently according to the | Roy T. Fielding | 2001-04-11 | 1 | -0/+1 |
* | A few symbols from os.h need to be exported. | Brian Havard | 2001-04-07 | 1 | -1/+3 |
* | Switch to using aplibtool for building under OS/2 & add support for building | Brian Havard | 2001-04-02 | 1 | -2/+7 |
* | Another chunk of code from http to core. This should continue to build | Ryan Bloom | 2001-03-05 | 1 | -1/+1 |
* | Move more code from the http module into the core server. This | Ryan Bloom | 2001-03-04 | 1 | -1/+1 |
* | Begin to move functions from the http module to the core. The goal is to | Ryan Bloom | 2001-02-26 | 1 | -1/+1 |
* | Move the error_bucket definition from the HTTP module to the core server. | Ryan Bloom | 2001-02-25 | 1 | -1/+2 |
* | Intermediate change of hardcoded "helpers" reference to "build" | Roy T. Fielding | 2001-02-18 | 1 | -1/+1 |
* | Make exports.lo rebuild when it should. | Ben Laurie | 2001-02-17 | 1 | -0/+3 |
* | Bring mod_status for 2.0 back in line with mod_status for 1.3. This is | Ryan Bloom | 2001-02-01 | 1 | -1/+1 |
* | - add some missing distclean targets | dgaudet | 2001-01-06 | 1 | -1/+1 |
* | RM was not defined. Just use rm instead. | Ben Laurie | 2000-12-31 | 1 | -2/+2 |
* | exports.c was dependent upon delete-exports, but that dependency will always | Greg Stein | 2000-12-20 | 1 | -6/+11 |
* | Correct a mistake in the delete-exports target | Ryan Bloom | 2000-12-19 | 1 | -1/+1 |
* | Force all Apache functions to be linked into the executable, whether they | Ryan Bloom | 2000-12-19 | 1 | -4/+19 |
* | *) fix up buildexports.sh: | Greg Stein | 2000-12-07 | 1 | -0/+5 |
* | Apache builds again, although the test directory doesn't. I will work on | Ryan Bloom | 2000-12-05 | 1 | -1/+3 |
* | Get base Apache to build properly. This doesn't solve the problem of | Ryan Bloom | 2000-12-05 | 1 | -3/+2 |
* | Remove buff.c and buff.h. There are still a few files that rely on these, | Ryan Bloom | 2000-12-04 | 1 | -1/+1 |
* | This is an ugly little hack to allow DSO modules to work. This basically | Ryan Bloom | 2000-10-31 | 1 | -1/+1 |
* | Back out some more of build changes from last night so that Apache | Jeff Trawick | 2000-10-05 | 1 | -6/+2 |
* | Back out the build changes I added last night. This was causing libtool | Ryan Bloom | 2000-10-05 | 1 | -2/+0 |
* | Multiple build and configuration fixes | Ryan Bloom | 2000-10-05 | 1 | -2/+8 |
* | Remove IOLs from Apache. They are no longer necessary, now that we have | Ryan Bloom | 2000-08-23 | 1 | -1/+1 |
* | Add the ability to register filters. This commit introduces a warning | Ryan Bloom | 2000-07-28 | 1 | -1/+2 |
* | build the XML utility stuff now (req'd by the DAV code) | Greg Stein | 2000-07-01 | 1 | -1/+1 |
* | Combine some common code. Before this, all platforms implemented their | Ryan Bloom | 2000-06-30 | 1 | -2/+2 |
* | Add the EXTRA_LIBS to get apache building on BONE again and now that | David Reid | 2000-06-22 | 1 | -2/+2 |
* | More consification, correct command initialisation. | Ben Laurie | 2000-06-17 | 1 | -2/+2 |
* | Fix dependencies for util_uri.lo and util.lo. | Sascha Schumann | 2000-06-11 | 1 | -2/+2 |