summaryrefslogtreecommitdiff
path: root/modules/generators/mod_info.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RSE'.RSE(no author)2001-05-041-491/+0
* Add more options to the ap_mpm_query function. This also allows MPMs toRyan Bloom2001-04-131-0/+1
* top_module global variable renamed to ap_top_moduleDoug MacEachern2001-03-261-3/+3
* Allow modules to query the MPM about it's execution profile. ThisRyan Bloom2001-03-021-0/+10
* no need to calculate the config file name in display_info() since weJeff Trawick2001-03-021-2/+0
* Fix mod_info, so that <Directory> and <Location> directives areRyan Bloom2001-03-021-1/+2
* Goodbye ap_send_http_headerWilliam A. Rowe Jr2001-02-281-1/+0
* Whoops ... if I'm enabling mod_info to build on Win32, better cleanWilliam A. Rowe Jr2001-02-251-3/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Fix any compile breaks after moving apr_snprintf and apr_vsnprintf toRyan Bloom2001-02-111-0/+1
* get rid of some warnings and an undefined reference which crept intoJeff Trawick2001-02-101-4/+3
* *) remove obsolete http_conf_globals.hGreg Stein2001-02-101-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-3/+3
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-1/+1
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* fix a warning on platforms where <strings.h> is needed for str[n]casecmp()Jeff Trawick2001-01-151-0/+3
* only handle the request if server-info is the handlerJeff Trawick2001-01-101-0/+3
* get mod_info working again (mostly)Jeff Trawick2001-01-101-6/+10
* Fix a segfault in mod_info. mod_info_module_cmds() had a misstep whenJeff Trawick2000-11-291-1/+6
* Port mod_info to 2.0. This is basically a complete re-write to use theRyan Bloom2000-11-141-384/+95
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Port over the config directory stuff...Jim Jagielski2000-10-051-11/+82
* Fix parameter list to ap_pcfg_openfile().Jeff Trawick2000-09-201-3/+4
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-12/+12
* PR:William A. Rowe Jr2000-05-271-2/+2
* William A. Rowe Jr2000-05-271-2/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-3/+3
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-33/+34
* Eliminate implicit usage of access.conf and srm.conf.Manoj Kasichainula2000-03-151-4/+0
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* I am not claiming that the modules work now, but at least the parameter listsMartin Kraemer1999-10-221-1/+1
* Remove most of the annoying "re ap_context_t mplement" mis-replacementsMartin Kraemer1999-10-111-7/+7
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llRyan Bloom1999-08-311-12/+12
* Remove ap_excess_requests_per_child reference that broke compilation,Roy T. Fielding1999-08-261-5/+0
* Remove timeouts as part of pthreads changes.Roy T. Fielding1999-08-261-2/+0
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+695