summaryrefslogtreecommitdiffstats
path: root/modules/metadata/mod_headers.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add ap_set_content_type_ex to differentiateEric Covener2024-06-241-4/+4
* mod_headers: Avoid infinite recursion with the edit* action and empty matches.Yann Ylavic2024-01-161-31/+117
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-0/+1
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-091-16/+5
* This is harmless, but this really should be an 'echo_do *'Christophe Jaillet2019-02-171-1/+1
* avoid ap_set_content_type when processing a _Request_Header set|edit|unset Co...Eric Covener2018-01-101-4/+7
* PR 61983: "Header unset Content-Type" doesn't workEric Covener2018-01-101-0/+3
* Remove unnecessary apr_table_do() function castsJacob Champion2016-11-101-5/+6
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-3/+3
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-3/+3
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-3/+3
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-3/+3
* This is annoying to see in a casual "LogLevel debug foo:traceX ..."Eric Covener2013-12-181-1/+1
* If the "value" argument is prefixed with expr=, parse it with ap_exprEric Covener2013-12-011-3/+32
* Allow for format specifiers to be used in the base substitution string for He...Daniel Ruggeri2013-10-251-12/+16
* add "Header note" which was the solution for two users this week on IRC.Eric Covener2013-09-081-3/+10
* provide a simple (no <If>) way to set a header only if it's not already there.Eric Covener2013-06-251-2/+13
* Remove useless tests.Christophe Jaillet2013-03-031-1/+1
* Might as well show 'em allJim Jagielski2012-09-241-1/+2
* Allow for exposure of loadavg and server load via mod_headersJim Jagielski2012-09-241-0/+24
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-4/+4
* Check return value of ap_pregsub()Stefan Fritsch2011-11-071-9/+27
* Unify syntax of config directives taking an expression as optional contition ...Stefan Fritsch2011-11-041-2/+6
* Replace literal constant with AP_MAX_REG_MATCHStefan Fritsch2011-10-181-4/+3
* Fix issues found by PVS-Studio static analyzer:Stefan Fritsch2011-09-191-1/+1
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-021-2/+1
* revert r1031670:Eric Covener2010-12-291-6/+6
* Log errors/infos during expression evaluation and associate the messageStefan Fritsch2010-11-201-0/+1
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-9/+11
* Change the default of the Header directive to apply to responses of all typesEric Covener2010-11-051-6/+6
* rename the mod_headers variables used to track onsuccess vs. always for clarityEric Covener2010-11-051-7/+7
* save some memory by using cmd->temp_pool instead of cmd->pool in some placesStefan Fritsch2010-09-281-3/+3
* Fix omission in r894036 noted by rpluem.Nick Kew2010-07-211-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* * modules/metadata/mod_headers.c: Add a function pointer type forJoe Orton2010-05-191-6/+9
* Correctly align the behavior of headers_in to be consistent with theWilliam A. Rowe Jr2010-01-211-16/+10
* mod_headers: Enable multi-match-and-replace edit optionNick Kew2009-12-271-3/+16
* mod_headers: align Header Edit with Header Set on Content-TypeNick Kew2009-12-271-0/+4
* * Ensure that the new table values are allocated from the pool of the mainRuediger Pluem2009-12-101-10/+16
* mod_headers: generalise the envclause to support conditionalNick Kew2009-08-271-4/+25
* Change r->content_type when mod_headers sets the Content-Type headerIssac Goldstand2008-07-271-0/+3
* * Prevent Header edit from processing only the first header it shouldRuediger Pluem2008-07-041-4/+33
* Supress the warning for compilers which fold *end-*start into ssize_t.William A. Rowe Jr2007-08-231-1/+1
* add merge option to avoid duplicate values within the same headerChris Darroch2007-08-221-2/+48
* * Fix a off-by-one error in parse_format_tag in the case that the last characterRuediger Pluem2007-01-241-1/+3
* PR#36609 - permit % as the last character of a Header valueNick Kew2006-12-251-2/+2
* Support regexp-based manipulation of HTTP headersNick Kew2006-10-031-8/+59
* 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-22/+22