| Commit message (Expand) | Author | Age | Files | Lines |
* | add AP_ prefix to *HOOK* macros | Doug MacEachern | 2000-04-26 | 4 | -16/+16 |
* | drop the "container" param from ap_walk_config(). callers should simply | Greg Stein | 2000-04-24 | 1 | -1/+2 |
* | clean up cmd_parms: config_file is no longer valid; end_token is bogus; | Greg Stein | 2000-04-24 | 3 | -33/+41 |
* | handle error messages during building and processing of the configuration. | Greg Stein | 2000-04-24 | 1 | -2/+3 |
* | Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h. | Roy T. Fielding | 2000-04-23 | 1 | -2/+2 |
* | Parse the config tree, instead of the config file. This is a first step there | Ryan Bloom | 2000-04-23 | 1 | -1/+3 |
* | Eliminate compile warning on Windows | Bill Stoddard | 2000-04-21 | 1 | -1/+1 |
* | Add support for pool to log_error_core. Also add ap_log_perror to allow | Ryan Bloom | 2000-04-20 | 1 | -6/+10 |
* | [EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3. This replaces most | Jeff Trawick | 2000-04-20 | 1 | -0/+17 |
* | Provide prototypes for the provided strcasecmp & strncasecmp. | Brian Havard | 2000-04-19 | 1 | -0/+8 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 12 | -91/+91 |
* | more namespace cleanup | dgaudet | 2000-04-14 | 1 | -0/+1 |
* | First step to getting configuration modules working. This step creates | Ryan Bloom | 2000-04-12 | 1 | -0/+70 |
* | stop relying on a macro to map signal() to ap_signal(); call | Jeff Trawick | 2000-04-05 | 1 | -22/+0 |
* | if HAVE_SYSLOG is defined but LOG_PRIMASK isn't, define LOG_PRIMASK to | Jeff Trawick | 2000-04-05 | 1 | -0/+4 |
* | And then there was 2.0a3-dev, and Ryan said "Doh!" | Roy T. Fielding | 2000-04-01 | 1 | -2/+2 |
* | Update the version name in the tree for 2.0a2 | Ryan Bloom | 2000-03-31 | 1 | -2/+2 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 20 | -662/+659 |
* | Eliminate src/apaci, and replace with a header file containing paths: | Manoj Kasichainula | 2000-03-31 | 1 | -0/+1 |
* | Fix the warnings associated with the pre_config patch. | Ryan Bloom | 2000-03-30 | 1 | -1/+1 |
* | Put the pre_config hook back into the table. This solves the problem of | Ryan Bloom | 2000-03-30 | 2 | -4/+12 |
* | Backout layered I/O changes. | Ryan Bloom | 2000-03-27 | 1 | -11/+1 |
* | Enabled layered I/O. Docs are forthcoming. | Ryan Bloom | 2000-03-25 | 1 | -1/+11 |
* | Clear hook registrations between reads of the config file. | Allan K. Edwards | 2000-03-23 | 1 | -0/+2 |
* | Bring forward my recent 1.3 patches. | Brian Havard | 2000-03-20 | 1 | -0/+1 |
* | Test for AP_USE_HSREGEX, not USE_HSREGEX, as that's what actually gets | Brian Havard | 2000-03-19 | 2 | -2/+2 |
* | Eliminate implicit usage of access.conf and srm.conf. | Manoj Kasichainula | 2000-03-16 | 2 | -21/+0 |
* | Another one in the department of fairly useless patches which | Dirk-Willem van Gulik | 2000-03-14 | 1 | -0/+1 |
* | more missing from css | dgaudet | 2000-03-14 | 1 | -0/+1 |
* | missing from css patch | dgaudet | 2000-03-14 | 1 | -0/+7 |
* | Backport the CSS security fixes to Apache 2.0a. Or is that forward | Jim Jagielski | 2000-03-13 | 1 | -0/+9 |
* | Update the version string to reflect that we are currently working on | Ryan Bloom | 2000-03-13 | 1 | -1/+1 |
* | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 20 | -180/+180 |
* | Temporary hack to fix WIN32 compiles until the autoconf induced include | Bill Stoddard | 2000-02-16 | 1 | -1/+1 |
* | This patch is sure to break someone! | Bill Stoddard | 2000-02-01 | 1 | -2/+1 |
* | The 'canonical' name for this #define (as of Configure, ap_config_auto.h) is ... | Martin Kraemer | 2000-02-01 | 1 | -1/+1 |
* | Add back the script_interpreter_source code. | Bill Stoddard | 2000-01-21 | 1 | -0/+16 |
* | 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 | -0/+2 |
* | Manoj has been pushing for this for a while, but I've been too dense | Ryan Bloom | 2000-01-19 | 1 | -1/+1 |
* | Cleanup a few things with the compile. There were also a few macro name | Ryan Bloom | 2000-01-19 | 1 | -10/+1 |
* | Finish the commits for the change in the header files. Basically, this hides | Ryan Bloom | 2000-01-19 | 7 | -290/+172 |
* | time overhaul: | dgaudet | 2000-01-09 | 4 | -7/+7 |
* | Separate the stat structure from the file structure and use ap_stat and | Ryan Bloom | 2000-01-06 | 1 | -1/+1 |
* | Get rid of ap_call_exec. It has been #if 0'ed out for a long time, and we | Ryan Bloom | 1999-12-31 | 1 | -2/+0 |
* | Submitted by: Sascha Schumann <sascha@schumann.cx> | rasmus | 1999-12-24 | 1 | -0/+3 |
* | Submitted by: Sascha Schumann <sascha@schumann.cx> | rasmus | 1999-12-24 | 1 | -1/+2 |
* | Remove a bunch of functions that are being replaced by functions in APR. | Ryan Bloom | 1999-12-21 | 2 | -2/+0 |
* | Handle -k restart|shutdown command line option from http_main.c | Bill Stoddard | 1999-12-20 | 1 | -0/+5 |
* | First step in getting Apache to use APR's time libraries. This gets a good | Ryan Bloom | 1999-12-20 | 4 | -10/+8 |