index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
metadata
/
mod_headers.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add ap_set_content_type_ex to differentiate
Eric Covener
2024-06-24
1
-4
/
+4
*
mod_headers: Avoid infinite recursion with the edit* action and empty matches.
Yann Ylavic
2024-01-16
1
-31
/
+117
*
*) 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-03
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-27
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-22
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
[next]