| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 1 | -1/+1 |
* | improve docs for ap_errorlog_handler and ap_errorlog_info | Stefan Fritsch | 2010-10-12 | 1 | -7/+39 |
* | Add generate_log_id hook to allow to use the ID generated by mod_unique_id as | Stefan Fritsch | 2010-09-28 | 1 | -1/+1 |
* | In ErrorLogFormat, make it possible to log an item only if the loglevel | Stefan Fritsch | 2010-09-26 | 1 | -4/+5 |
* | add comment about (not) using pools in error log format handlers | Stefan Fritsch | 2010-09-12 | 1 | -0/+4 |
* | Add ErrorLogFormat directive for configuring the error log format, including | Stefan Fritsch | 2010-09-05 | 1 | -0/+65 |
* | Disable sendfile by default, as discussed at | Stefan Fritsch | 2010-09-04 | 1 | -1/+5 |
* | Move AddOutputFilterByType implementation from core to mod_filter. | Nick Kew | 2010-07-22 | 1 | -2/+0 |
* | re-order many struct members for better alignment on 64bit | Stefan Fritsch | 2010-07-01 | 1 | -6/+7 |
* | - Add loglevels to request_rec and conn_rec | Stefan Fritsch | 2010-06-06 | 1 | -0/+3 |
* | Remove loglevel entry in core_dir_config, which has been unused for at | Stefan Fritsch | 2010-06-04 | 1 | -2/+0 |
* | Turn static function get_server_name_for_url() into public function | Stefan Fritsch | 2010-01-16 | 1 | -0/+9 |
* | mod_logio: introduce new optional function ap_logio_get_last_bytes to get | Stefan Fritsch | 2009-10-08 | 1 | -0/+2 |
* | Security fix for CVE-2009-1195: fix Options handling such that | Joe Orton | 2009-05-08 | 1 | -4/+4 |
* | Disabled DefaultType directive and removed ap_default_type() | Roy T. Fielding | 2009-01-30 | 1 | -14/+0 |
* | bollocks, it's absolute crap to break the ABI structure alignment for features | William A. Rowe Jr | 2009-01-03 | 1 | -2/+0 |
* | * include/http_core.h | Paul Querna | 2008-10-29 | 1 | -1/+1 |
* | Include http_config.h from http_core, since now without CORE_PRIVATE, you need | Paul Querna | 2008-04-07 | 1 | -0/+2 |
* | Remove CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -3/+0 |
* | HTTPD Core: Implement <If> sections for conditional (runtime) configuration. | Nick Kew | 2008-04-03 | 1 | -0/+2 |
* | *) mod_logio: Provide optional function to allow modules to adjust the | Eric Covener | 2008-01-11 | 1 | -0/+3 |
* | re-introduce ap_satisfies API back into core and modify how the access_checke... | Bradley Nicholes | 2007-05-02 | 1 | -1/+27 |
* | 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 |
* | Authz refactoring | Bradley Nicholes | 2006-01-11 | 1 | -33/+9 |
* | Okay, at least be nice when "breaking" the API. | Jim Jagielski | 2005-11-15 | 1 | -5/+6 |
* | Add in the UseCanonicalPhysicalPort directive, which | Jim Jagielski | 2005-11-15 | 1 | -0/+5 |
* | NET_TIME, as a standalone feature, was a horrid idea. | William A. Rowe Jr | 2005-10-06 | 1 | -4/+0 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 1 | -44/+71 |
* | Initially a no-op. Add trace_enable configuration. The http and proxy | William A. Rowe Jr | 2005-07-01 | 1 | -0/+8 |
* | Merge the listen-protocol sandbox branch to trunk. | Paul Querna | 2005-06-14 | 1 | -0/+5 |
* | Support the suppress-error-charset setting, as with Apache 1.3.x. | Jeff Trawick | 2005-05-16 | 1 | -0/+3 |
* | Move the POSIX reg* implementations into the ap_* namespace; | Joe Orton | 2005-02-11 | 1 | -1/+1 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Fix gcc "no previous prototype" warnings after reorganisation: | Joe Orton | 2004-12-02 | 1 | -0/+9 |
* | Added 'AllowOverride Options=Indexes,MultiViews' to give an admin better | Paul Querna | 2004-07-14 | 1 | -0/+1 |
* | Fix memory corruption problem with ap_custom_response() function. | Jeff Trawick | 2004-03-24 | 1 | -1/+9 |
* | Satisfy directives now can be influenced by a surrounding <Limit> | André Malo | 2004-03-14 | 1 | -1/+1 |
* | 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-07 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | Rework of the recursion stopper - collapse recursion counters into one function | André Malo | 2003-05-30 | 1 | -11/+3 |
* | Prevent the server from crashing when entering infinite loops. The | André Malo | 2003-05-19 | 1 | -0/+26 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | here we go. add a directive that will keep %2f from being | Ken Coar | 2003-01-23 | 1 | -1/+2 |
* | move rfc1413 code to a new module "metadata:mod_ident". | André Malo | 2003-01-18 | 1 | -2/+8 |
* | comment an endif for clarity | Brian Pane | 2002-12-15 | 1 | -1/+1 |
* | mod_logio modification: count bytes-sent after the writev or sendfile | Brian Pane | 2002-10-25 | 1 | -0/+11 |
* | Introduce an EnableSendfile directive (defaulted to ON) to allow users | William A. Rowe Jr | 2002-10-14 | 1 | -1/+6 |