| Commit message (Expand) | Author | Age | Files | Lines |
* | * modules/generators/mod_info.c: Constify fixed tables and mark | Joe Orton | 2018-04-11 | 1 | -6/+6 |
* | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -7/+7 |
* | More ap_casecmpstr[n]() usages (follow up to r1715876). | Yann Ylavic | 2015-11-23 | 1 | -7/+7 |
* | Add compiled and loaded PCRE version numbers | Rainer Jung | 2014-07-23 | 1 | -0/+6 |
* | Fix some compiler warnings. | Guenter Knauf | 2013-07-07 | 1 | -1/+1 |
* | CVE-2012-3499 and CVE-2012-4558 | Jim Jagielski | 2012-11-26 | 1 | -1/+2 |
* | Display registered providers | Stefan Fritsch | 2011-12-30 | 1 | -3/+61 |
* | Sort list of modules | Stefan Fritsch | 2011-12-30 | 1 | -6/+34 |
* | Display all those shiny new hooks that we have in 2.4 | Stefan Fritsch | 2011-12-30 | 1 | -3/+40 |
* | Consistenly use apr_file_* API instead of libc when dumping config because | Stefan Fritsch | 2011-10-09 | 1 | -12/+16 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -1/+1 |
* | For consistency, makes the "Loaded Modules" section of the mod_info output in... | Rich Bowen | 2011-07-29 | 1 | -2/+5 |
* | mod_info: Dump config to stdout during startup if -DDUMP_CONFIG is | Stefan Fritsch | 2011-03-29 | 1 | -23/+90 |
* | Avoid unnecessariy initialisation before we test mod_info's handler name. | Graham Leggett | 2010-10-20 | 1 | -7/+8 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
* | Strip SHARED_CORE deadwood. | Nick Kew | 2009-12-22 | 1 | -8/+0 |
* | Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex, | Jeff Trawick | 2009-11-24 | 1 | -4/+0 |
* | Add the missing include of apu_version.h and thus fix a build failure. | Takashi Sato | 2009-07-09 | 1 | -0/+3 |
* | removed font clutter as suggested by niq. | Guenter Knauf | 2009-07-07 | 1 | -8/+4 |
* | added compile-time apr / apr-util versions as wrowe suggested. | Guenter Knauf | 2009-07-06 | 1 | -2/+10 |
* | added apr / apr-util version output (part two). | Guenter Knauf | 2009-07-05 | 1 | -0/+1 |
* | added apr / apr-util version output. | Guenter Knauf | 2009-07-05 | 1 | -0/+10 |
* | stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa... | Jeff Trawick | 2009-03-31 | 1 | -4/+0 |
* | Holey moley. Marcus Burke noted this in Rich's Nuts/Bolts talk. | Jim Jagielski | 2008-11-04 | 1 | -1/+1 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -2/+0 |
* | * Set character set for HTML outputs generated by mod_ldap, | Ruediger Pluem | 2007-12-24 | 1 | -1/+1 |
* | PR 42847. | Jim Jagielski | 2007-08-03 | 1 | -1/+1 |
* | Replace ap_get_server_version with ap_get_server_banner() and | Jeff Trawick | 2006-09-05 | 1 | -1/+1 |
* | Introduce a check_config phase between pre_config and open_logs, | Chris Darroch | 2006-08-15 | 1 | -0/+1 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -7/+7 |
* | Show the Quick Handlers in mod_info. Commit it to trunk, instead of the | Paul Querna | 2005-05-12 | 1 | -1/+2 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME! | William A. Rowe Jr | 2005-01-02 | 1 | -1/+1 |
* | mod_info: Added all Standard Hooks to the Hook Listing. | Paul Querna | 2004-09-05 | 1 | -29/+58 |
* | fix XHTML 1.0 Validation Errors. | Paul Querna | 2004-09-05 | 1 | -5/+9 |
* | mod_info: Added ?hooks. Now outputs XHTML. Added more build info. | Paul Querna | 2004-09-05 | 1 | -81/+285 |
* | Remove the use of sprintf. | Paul Querna | 2004-09-05 | 1 | -27/+23 |
* | No Functional Changes to mod_info. | Paul Querna | 2004-09-05 | 1 | -200/+241 |
* | Rewrote config tree walk using recursion the way God intended. | Paul Querna | 2004-09-03 | 1 | -95/+98 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
* | apply Apache License, 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | * modules/generators/mod_info.c: | Thom May | 2003-10-30 | 1 | -4/+7 |
* | Fix mod_info to use the real config file name, not the default | Jeff Trawick | 2003-09-19 | 1 | -1/+1 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Send output to the next filter even on header_only requests in mod_status | Brian Pane | 2002-06-13 | 1 | -3/+0 |
* | Solve the 80/20 by initializing and storing server_rec->timeout and | William A. Rowe Jr | 2002-06-13 | 1 | -1/+2 |