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
*
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
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Implement "Early" mode in mod_headers, and document it.
Nick Kew
2004-07-05
1
-14
/
+48
*
Drop the ErrorHeader directive which turned out to be a misnomer.
André Malo
2004-06-11
1
-11
/
+17
*
allow %% to represent a literal %.
André Malo
2004-04-18
1
-2
/
+10
*
allow env clauses also for 'echo' and 'unset'
André Malo
2004-04-18
1
-5
/
+15
*
Allow ErrorHeader echo
André Malo
2004-04-18
1
-2
/
+3
*
don't segfault, when setting an empty header value
André Malo
2004-04-18
1
-1
/
+1
*
simplifications
André Malo
2004-04-18
1
-101
/
+59
*
remove unused parameters and minor memory leak
André Malo
2004-04-18
1
-8
/
+9
*
:retab
André Malo
2004-04-18
1
-2
/
+2
*
allow RequestHeader to be conditional
André Malo
2004-04-05
1
-21
/
+11
*
* modules/metadata/mod_headers.c (header_inout_cmd): Remove redundant
Joe Orton
2004-03-01
1
-6
/
+1
*
Add 's' format tag to mod_headers to allow access to mod_ssl variables
Joe Orton
2004-02-28
1
-1
/
+48
*
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, Version 2.0
André Malo
2004-02-06
1
-53
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
Pick up declaration for insert_error_filter hook
Bill Stoddard
2003-12-15
1
-0
/
+1
*
Allow retention of header fields on non-200 responses
Ken Coar
2003-12-15
1
-14
/
+116
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Detabbify
Bill Stoddard
2002-11-04
1
-46
/
+46
*
use APR_TIME_T_FMT when formatting apr_time_t
Jeff Trawick
2002-07-17
1
-2
/
+3
*
Add a filter_init function to the filters so that a filter can execute
Justin Erenkrantz
2002-06-28
1
-1
/
+2
*
stop using APLOG_NOERRNO in calls to ap_log_[pr]error()
Jeff Trawick
2002-05-17
1
-1
/
+1
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
As hinted on dev@httpd, change filter naming schemes to match our
Justin Erenkrantz
2002-03-07
1
-1
/
+1
*
The pre_config hook now takes a return value. This allows modules to
Aaron Bannert
2002-01-28
1
-1
/
+3
*
Fix constness compiler warning
Cliff Woolley
2001-11-08
1
-1
/
+1
*
add a new option '%{note-name}e' to headers.
Ian Holsman
2001-11-07
1
-2
/
+16
*
initialize local condition_var var to keep garbage out of struct
Jeff Trawick
2001-06-06
1
-1
/
+1
*
ap_getword_conf wants const char **, not char **
Jeff Trawick
2001-06-06
1
-1
/
+1
*
Extend mod_headers to support conditional driven Header
Bill Stoddard
2001-06-05
1
-8
/
+51
*
void * isn't compatible with a function pointer; deal with retrieving a
Jeff Trawick
2001-06-04
1
-3
/
+3
*
Function declaration must be a prototype.
Ben Laurie
2001-06-03
1
-1
/
+1
*
Extend Header add|set|append support to accept format strings for the
Bill Stoddard
2001-06-01
1
-10
/
+200
*
Return "1" to apr_table_do()
Bill Stoddard
2001-06-01
1
-1
/
+1
*
Add the 'echo' option to mod_headers Header directive. Use the new option
Bill Stoddard
2001-06-01
1
-7
/
+52
*
Move the addition of default AP_HTTP_HTTP_HEADER filters to the insert_filter
Graham Leggett
2001-05-21
1
-3
/
+3
*
Tru64 cc is bitchy about trailing commas in an enum list.
Jeff Trawick
2001-05-20
1
-1
/
+1
*
Change directive HeaderOut back to Header and HeaderIn to RequestHeader.
Roy T. Fielding
2001-05-20
1
-27
/
+19
*
Reimplement mod_headers as an output filter. mod_headers can now
Bill Stoddard
2001-05-19
1
-34
/
+114
*
*) Introduce "ap_conf_vector_t" type to assist with legibility and provide
Greg Stein
2001-02-18
1
-20
/
+19
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
*) continued header revamping
Greg Stein
2001-02-10
1
-3
/
+5
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-4
/
+4
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-1
/
+1
*
Provide apr_pool_t arg to register_hooks, since anything they do in that
William A. Rowe Jr
2001-01-17
1
-1
/
+3
[next]