summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-264-16/+16
* drop the "container" param from ap_walk_config(). callers should simplyGreg Stein2000-04-241-1/+2
* clean up cmd_parms: config_file is no longer valid; end_token is bogus;Greg Stein2000-04-243-33/+41
* handle error messages during building and processing of the configuration.Greg Stein2000-04-241-2/+3
* Finished move of ap_md5 routines to apr_md5. Removed ap_md5.h.Roy T. Fielding2000-04-231-2/+2
* Parse the config tree, instead of the config file. This is a first step thereRyan Bloom2000-04-231-1/+3
* Eliminate compile warning on WindowsBill Stoddard2000-04-211-1/+1
* Add support for pool to log_error_core. Also add ap_log_perror to allowRyan Bloom2000-04-201-6/+10
* [EBCDIC] Port Paul Gilmartin's CRLF patch from 1.3. This replaces mostJeff Trawick2000-04-201-0/+17
* Provide prototypes for the provided strcasecmp & strncasecmp.Brian Havard2000-04-191-0/+8
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-1412-91/+91
* more namespace cleanupdgaudet2000-04-141-0/+1
* First step to getting configuration modules working. This step createsRyan Bloom2000-04-121-0/+70
* stop relying on a macro to map signal() to ap_signal(); callJeff Trawick2000-04-051-22/+0
* if HAVE_SYSLOG is defined but LOG_PRIMASK isn't, define LOG_PRIMASK toJeff Trawick2000-04-051-0/+4
* And then there was 2.0a3-dev, and Ryan said "Doh!"Roy T. Fielding2000-04-011-2/+2
* Update the version name in the tree for 2.0a2Ryan Bloom2000-03-311-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-3120-662/+659
* Eliminate src/apaci, and replace with a header file containing paths:Manoj Kasichainula2000-03-311-0/+1
* Fix the warnings associated with the pre_config patch.Ryan Bloom2000-03-301-1/+1
* Put the pre_config hook back into the table. This solves the problem ofRyan Bloom2000-03-302-4/+12
* Backout layered I/O changes.Ryan Bloom2000-03-271-11/+1
* Enabled layered I/O. Docs are forthcoming.Ryan Bloom2000-03-251-1/+11
* Clear hook registrations between reads of the config file.Allan K. Edwards2000-03-231-0/+2
* Bring forward my recent 1.3 patches.Brian Havard2000-03-201-0/+1
* Test for AP_USE_HSREGEX, not USE_HSREGEX, as that's what actually getsBrian Havard2000-03-192-2/+2
* Eliminate implicit usage of access.conf and srm.conf.Manoj Kasichainula2000-03-162-21/+0
* Another one in the department of fairly useless patches whichDirk-Willem van Gulik2000-03-141-0/+1
* more missing from cssdgaudet2000-03-141-0/+1
* missing from css patchdgaudet2000-03-141-0/+7
* Backport the CSS security fixes to Apache 2.0a. Or is that forwardJim Jagielski2000-03-131-0/+9
* Update the version string to reflect that we are currently working onRyan Bloom2000-03-131-1/+1
* Fix all the License issues. Including:Ryan Bloom2000-03-1020-180/+180
* Temporary hack to fix WIN32 compiles until the autoconf induced includeBill Stoddard2000-02-161-1/+1
* This patch is sure to break someone!Bill Stoddard2000-02-011-2/+1
* The 'canonical' name for this #define (as of Configure, ap_config_auto.h) is ...Martin Kraemer2000-02-011-1/+1
* Add back the script_interpreter_source code.Bill Stoddard2000-01-211-0/+16
* Back out most of the last commit. Keep APR macros seperate from ApacheBill Stoddard2000-01-211-1/+1
* Convert HAVE_NETINET... to the APR macBill Stoddard2000-01-201-0/+2
* Manoj has been pushing for this for a while, but I've been too denseRyan Bloom2000-01-191-1/+1
* Cleanup a few things with the compile. There were also a few macro nameRyan Bloom2000-01-191-10/+1
* Finish the commits for the change in the header files. Basically, this hidesRyan Bloom2000-01-197-290/+172
* time overhaul:dgaudet2000-01-094-7/+7
* Separate the stat structure from the file structure and use ap_stat andRyan Bloom2000-01-061-1/+1
* Get rid of ap_call_exec. It has been #if 0'ed out for a long time, and weRyan Bloom1999-12-311-2/+0
* Submitted by: Sascha Schumann <sascha@schumann.cx>rasmus1999-12-241-0/+3
* Submitted by: Sascha Schumann <sascha@schumann.cx>rasmus1999-12-241-1/+2
* Remove a bunch of functions that are being replaced by functions in APR.Ryan Bloom1999-12-212-2/+0
* Handle -k restart|shutdown command line option from http_main.cBill Stoddard1999-12-201-0/+5
* First step in getting Apache to use APR's time libraries. This gets a goodRyan Bloom1999-12-204-10/+8