summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* We now report the correct line number for syntax errors in configJeff Trawick2000-05-301-0/+1
* PR:William A. Rowe Jr2000-05-291-0/+6
* PR:William A. Rowe Jr2000-05-281-1/+4
* PR:William A. Rowe Jr2000-05-282-12/+15
* PR:William A. Rowe Jr2000-05-274-16/+16
* PR:William A. Rowe Jr2000-05-275-22/+22
* Keep the MSVC++-isms out of the Unix flavor of API_EXPORT().Jeff Trawick2000-05-271-1/+6
* William A. Rowe Jr2000-05-271-0/+3
* William A. Rowe Jr2000-05-279-38/+60
* Finish cleaning up after the API_VAR_EXPORT -> APR_VAR_EXPORT renaming.Ryan Bloom2000-05-261-0/+1
* APACHE_XLATE, CHARSET_EBCDIC stuff:Jeff Trawick2000-05-251-0/+6
* Fix a memory leak with ap_wait_or_timeout.Ryan Bloom2000-05-241-1/+1
* Prototypes for the visible functions in mpm_common.c.Roy T. Fielding2000-05-191-0/+84
* William A. Rowe Jr2000-05-192-0/+5
* Fix problem where the Unix mpms had an unitialized variable forJeff Trawick2000-05-181-17/+0
* Move prototype of ap_hook_deregister_all to where it belongs.Roy T. Fielding2000-05-181-1/+0
* arg!! should have committed this with last night's changes; needJeff Trawick2000-05-171-0/+109
* include translation information in the request_rec;Jeff Trawick2000-05-172-3/+15
* William A. Rowe Jr2000-05-171-7/+6
* William A. Rowe Jr2000-05-171-0/+1
* fix up the repository with the correct add/remove sequence.Greg Stein2000-05-171-0/+240
* Commit the EXEC_ON_READ changes. This allows modules to hook into theRyan Bloom2000-05-151-11/+19
* util_ebcdic.h, util_ebcdic.c, http_core.c:Jeff Trawick2000-05-152-1/+3
* All this file does is include another file. I am fixing this by removingRyan Bloom2000-05-121-1446/+0
* Add the prototype for ap_lingering_close()Bill Stoddard2000-05-121-0/+1
* EBCDIC: Update util_md5.c routines to use APR-ized ap_MD5*()Jeff Trawick2000-05-111-0/+5
* namespace-protect hdrs_to_ascii, hdrs_from_ascii, locale_to_ascii, andJeff Trawick2000-05-101-2/+2
* generic EBCDIC support code, changes to rfc1413.c to use APRJeff Trawick2000-05-091-0/+81
* William A. Rowe Jr2000-05-061-8/+0
* Replace hsregex with PCRE. The PCRE library is always used in 2.0,Ryan Bloom2000-05-052-7/+91
* Make reliable piped logs work on 2.0.Ryan Bloom2000-05-041-40/+0
* Update the version string for the current dev version.Ryan Bloom2000-04-281-2/+2
* Update version information for 3rd alpha.Ryan Bloom2000-04-281-1/+1
* change ap_hook_pre_connection from VOID to RUN_ALLDoug MacEachern2000-04-271-1/+1
* 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-221-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