summaryrefslogtreecommitdiffstats
path: root/modules/generators/mod_info.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * modules/generators/mod_info.c: Constify fixed tables and markJoe Orton2018-04-111-6/+6
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-7/+7
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-231-7/+7
* Add compiled and loaded PCRE version numbersRainer Jung2014-07-231-0/+6
* Fix some compiler warnings.Guenter Knauf2013-07-071-1/+1
* CVE-2012-3499 and CVE-2012-4558Jim Jagielski2012-11-261-1/+2
* Display registered providersStefan Fritsch2011-12-301-3/+61
* Sort list of modulesStefan Fritsch2011-12-301-6/+34
* Display all those shiny new hooks that we have in 2.4Stefan Fritsch2011-12-301-3/+40
* Consistenly use apr_file_* API instead of libc when dumping config becauseStefan Fritsch2011-10-091-12/+16
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* For consistency, makes the "Loaded Modules" section of the mod_info output in...Rich Bowen2011-07-291-2/+5
* mod_info: Dump config to stdout during startup if -DDUMP_CONFIG is Stefan Fritsch2011-03-291-23/+90
* Avoid unnecessariy initialisation before we test mod_info's handler name.Graham Leggett2010-10-201-7/+8
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Strip SHARED_CORE deadwood.Nick Kew2009-12-221-8/+0
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-241-4/+0
* Add the missing include of apu_version.h and thus fix a build failure.Takashi Sato2009-07-091-0/+3
* removed font clutter as suggested by niq.Guenter Knauf2009-07-071-8/+4
* added compile-time apr / apr-util versions as wrowe suggested.Guenter Knauf2009-07-061-2/+10
* added apr / apr-util version output (part two).Guenter Knauf2009-07-051-0/+1
* added apr / apr-util version output.Guenter Knauf2009-07-051-0/+10
* stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa...Jeff Trawick2009-03-311-4/+0
* Holey moley. Marcus Burke noted this in Rich's Nuts/Bolts talk.Jim Jagielski2008-11-041-1/+1
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* * Set character set for HTML outputs generated by mod_ldap,Ruediger Pluem2007-12-241-1/+1
* PR 42847.Jim Jagielski2007-08-031-1/+1
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-1/+1
* Introduce a check_config phase between pre_config and open_logs,Chris Darroch2006-08-151-0/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-7/+7
* Show the Quick Handlers in mod_info. Commit it to trunk, instead of the Paul Querna2005-05-121-1/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-1/+1
* mod_info: Added all Standard Hooks to the Hook Listing.Paul Querna2004-09-051-29/+58
* fix XHTML 1.0 Validation Errors.Paul Querna2004-09-051-5/+9
* mod_info: Added ?hooks. Now outputs XHTML. Added more build info.Paul Querna2004-09-051-81/+285
* Remove the use of sprintf.Paul Querna2004-09-051-27/+23
* No Functional Changes to mod_info.Paul Querna2004-09-051-200/+241
* Rewrote config tree walk using recursion the way God intended.Paul Querna2004-09-031-95/+98
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* * modules/generators/mod_info.c:Thom May2003-10-301-4/+7
* Fix mod_info to use the real config file name, not the defaultJeff Trawick2003-09-191-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Send output to the next filter even on header_only requests in mod_statusBrian Pane2002-06-131-3/+0
* Solve the 80/20 by initializing and storing server_rec->timeout andWilliam A. Rowe Jr2002-06-131-1/+2