index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
metadata
/
mod_headers.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
*) core: provide ap_ssl_* functions in new http_ssl.h header file.
Stefan Eissing
2021-03-26
1
-0
/
+1
*
Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...
Stefan Eissing
2021-03-09
1
-16
/
+5
*
This is harmless, but this really should be an 'echo_do *'
Christophe Jaillet
2019-02-17
1
-1
/
+1
*
avoid ap_set_content_type when processing a _Request_Header set|edit|unset Co...
Eric Covener
2018-01-10
1
-4
/
+7
*
PR 61983: "Header unset Content-Type" doesn't work
Eric Covener
2018-01-10
1
-0
/
+3
*
Remove unnecessary apr_table_do() function casts
Jacob Champion
2016-11-10
1
-5
/
+6
*
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr
2016-06-09
1
-3
/
+3
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-3
/
+3
*
Revert r1715789: will re-commit without spurious functional changes.
Yann Ylavic
2015-11-23
1
-3
/
+3
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-3
/
+3
*
This is annoying to see in a casual "LogLevel debug foo:traceX ..."
Eric Covener
2013-12-18
1
-1
/
+1
*
If the "value" argument is prefixed with expr=, parse it with ap_expr
Eric Covener
2013-12-01
1
-3
/
+32
*
Allow for format specifiers to be used in the base substitution string for He...
Daniel Ruggeri
2013-10-25
1
-12
/
+16
*
add "Header note" which was the solution for two users this week on IRC.
Eric Covener
2013-09-08
1
-3
/
+10
*
provide a simple (no <If>) way to set a header only if it's not already there.
Eric Covener
2013-06-25
1
-2
/
+13
*
Remove useless tests.
Christophe Jaillet
2013-03-03
1
-1
/
+1
*
Might as well show 'em all
Jim Jagielski
2012-09-24
1
-1
/
+2
*
Allow for exposure of loadavg and server load via mod_headers
Jim Jagielski
2012-09-24
1
-0
/
+24
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-02
1
-4
/
+4
*
Check return value of ap_pregsub()
Stefan Fritsch
2011-11-07
1
-9
/
+27
*
Unify syntax of config directives taking an expression as optional contition ...
Stefan Fritsch
2011-11-04
1
-2
/
+6
*
Replace literal constant with AP_MAX_REG_MATCH
Stefan Fritsch
2011-10-18
1
-4
/
+3
*
Fix issues found by PVS-Studio static analyzer:
Stefan Fritsch
2011-09-19
1
-1
/
+1
*
Add string valued expressions to ap_expr, do some API cleanup
Stefan Fritsch
2011-07-02
1
-2
/
+1
*
revert r1031670:
Eric Covener
2010-12-29
1
-6
/
+6
*
Log errors/infos during expression evaluation and associate the message
Stefan Fritsch
2010-11-20
1
-0
/
+1
*
Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use
Stefan Fritsch
2010-11-06
1
-9
/
+11
*
Change the default of the Header directive to apply to responses of all types
Eric Covener
2010-11-05
1
-6
/
+6
*
rename the mod_headers variables used to track onsuccess vs. always for clarity
Eric Covener
2010-11-05
1
-7
/
+7
*
save some memory by using cmd->temp_pool instead of cmd->pool in some places
Stefan Fritsch
2010-09-28
1
-3
/
+3
*
Fix omission in r894036 noted by rpluem.
Nick Kew
2010-07-21
1
-1
/
+1
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
* modules/metadata/mod_headers.c: Add a function pointer type for
Joe Orton
2010-05-19
1
-6
/
+9
*
Correctly align the behavior of headers_in to be consistent with the
William A. Rowe Jr
2010-01-21
1
-16
/
+10
*
mod_headers: Enable multi-match-and-replace edit option
Nick Kew
2009-12-27
1
-3
/
+16
*
mod_headers: align Header Edit with Header Set on Content-Type
Nick Kew
2009-12-26
1
-0
/
+4
*
* Ensure that the new table values are allocated from the pool of the main
Ruediger Pluem
2009-12-10
1
-10
/
+16
*
mod_headers: generalise the envclause to support conditional
Nick Kew
2009-08-27
1
-4
/
+25
*
Change r->content_type when mod_headers sets the Content-Type header
Issac Goldstand
2008-07-27
1
-0
/
+3
*
* Prevent Header edit from processing only the first header it should
Ruediger Pluem
2008-07-04
1
-4
/
+33
*
Supress the warning for compilers which fold *end-*start into ssize_t.
William A. Rowe Jr
2007-08-23
1
-1
/
+1
*
add merge option to avoid duplicate values within the same header
Chris Darroch
2007-08-21
1
-2
/
+48
*
* Fix a off-by-one error in parse_format_tag in the case that the last character
Ruediger Pluem
2007-01-24
1
-1
/
+3
*
PR#36609 - permit % as the last character of a Header value
Nick Kew
2006-12-25
1
-2
/
+2
*
Support regexp-based manipulation of HTTP headers
Nick Kew
2006-10-03
1
-8
/
+59
*
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
-22
/
+22
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-2
/
+2
*
Move the POSIX reg* implementations into the ap_* namespace;
Joe Orton
2005-02-11
1
-3
/
+3
[next]