summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix error messages issued from MPMs which explain where to changeJeff Trawick2000-06-211-0/+2
* Removed the pointless ap_is_aborted macro.Roy T. Fielding2000-06-201-2/+0
* This Win32 patch adds the key HKCR/filetype/shell/execcgi/command as theWilliam A. Rowe Jr2000-06-201-2/+3
* This patch solves several specific issues:William A. Rowe Jr2000-06-201-1/+3
* Add notes field to conn_recAllan K. Edwards2000-06-191-0/+2
* Repair C++ compatibility in ap_config.h, apr_file_io.h,Jeff Trawick2000-06-191-5/+0
* Use the new command-handler initializer macros in mod_auth;Jeff Trawick2000-06-181-2/+2
* Provide some more missing initializer macros for when AP_DEBUG isn'tJeff Trawick2000-06-181-0/+4
* More command handlers.Ben Laurie2000-06-171-1/+4
* More command handler updates.Ben Laurie2000-06-171-0/+2
* More consification, correct command initialisation.Ben Laurie2000-06-172-10/+16
* Fill in missing implementations of AP_INIT_whatever for whenJeff Trawick2000-06-171-0/+20
* Command handler revamp. Note that this makes the code produce a LOT ofBen Laurie2000-06-174-11/+79
* Remove the check for EAGAIN. With APR handling the error codes, this isRyan Bloom2000-06-131-5/+0
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-77/+9
* Remove the final vestiges of stat.h from Apache 2.0. All calls are now toRyan Bloom2000-06-121-4/+0
* Fix a couple of problems with the pre/post config processing changes:Jeff Trawick2000-06-121-0/+1
* Cleanup more of the Apache configuration. This removes all of the sharedRyan Bloom2000-06-101-0/+6
* Get FreeBSD building again with the resource limiting changes (FreeBSDJeff Trawick2000-06-101-0/+4
* Remove a bunch of string functions from Apache. These are basicallyRyan Bloom2000-06-091-8/+0
* Fix the check for rlim_t correctly. I wish I had known that we hadRyan Bloom2000-06-081-5/+0
* ARGH! resource.h lives in sys.Ryan Bloom2000-06-081-1/+1
* Include a definition of rlim_t if the platform doesn't have it natively.Ryan Bloom2000-06-081-0/+5
* Add the resource limiting code back to Apache 2.0. This only works onRyan Bloom2000-06-061-0/+10
* PR:William A. Rowe Jr2000-06-061-1/+1
* Port mod_mmap_static to 2.0. Make it go faster.Jeff Trawick2000-06-061-0/+1
* PR:William A. Rowe Jr2000-06-061-2/+2
* Fix a warning and a bug from the server_token commit.Ryan Bloom2000-06-061-1/+1
* Add server tokens back to 2.0. Also bring forward the change to allowRyan Bloom2000-06-051-12/+3
* on a5 now.Ask Bjørn Hansen2000-06-051-2/+2
* 2.0a4Ask Bjørn Hansen2000-06-051-1/+1
* Modify the config order so that we read the config, process all EXEC_ON_READRyan Bloom2000-06-031-2/+6
* APACHE_XLATE, when doing translation that isn't single-byte-onlyJeff Trawick2000-06-021-0/+1
* Add pre_config hooks back in for all modules. This is important for theRyan Bloom2000-06-021-5/+4
* Remove a warning when compiled with --use-maintainer-mode. Basically,Ryan Bloom2000-06-011-1/+1
* 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-284-16/+16
* PR:William A. Rowe Jr2000-05-285-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