index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
metadata
/
mod_setenvif.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_setenvif: add "early mode"
Eric Covener
2020-01-15
1
-5
/
+43
*
* We can have expressions that become true if a regex pattern in the expression
Ruediger Pluem
2017-03-09
1
-1
/
+11
*
hostname: Test and log useragent_host per-request across various modules,
William A. Rowe Jr
2016-02-12
1
-2
/
+1
*
s/\<\(\w\+\)\>\s\+\<\1\>/\1/g
Yann Ylavic
2015-07-09
1
-1
/
+1
*
* Fix null pointer dereference in case SetEnvif and SetEnvIfExpr are used
Ruediger Pluem
2013-04-24
1
-1
/
+1
*
Compile the regex used by is_header_regex() only once during startup
Stefan Fritsch
2012-05-27
1
-5
/
+7
*
Further clarify the naming of the entity that originates the request by
Graham Leggett
2011-12-14
1
-1
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-1
/
+1
*
Introduce a per connection "peer_ip" and a per request "client_ip" to
Graham Leggett
2011-11-25
1
-1
/
+1
*
Introduce a per request version of the remote IP address, which can be
Graham Leggett
2011-11-22
1
-1
/
+1
*
More ap_pregsub error checking/logging
Stefan Fritsch
2011-11-07
1
-0
/
+7
*
Remove OID match which was never in a GA releas and is obsoleted by
Stefan Fritsch
2011-10-10
1
-71
/
+1
*
Add string valued expressions to ap_expr, do some API cleanup
Stefan Fritsch
2011-07-02
1
-2
/
+1
*
fix some dead assignments found by the clang analyzer
Jeff Trawick
2011-04-30
1
-2
/
+0
*
Fix segfault for loglevel >= trace2
Stefan Fritsch
2011-01-17
1
-6
/
+2
*
Rename ap_expr's typedef names:
Stefan Fritsch
2010-12-04
1
-1
/
+1
*
Fix SetEnvIfExpr to work with expressions that do not set the regexp
Stefan Fritsch
2010-11-28
1
-10
/
+19
*
Fix segfault on parse error
Stefan Fritsch
2010-11-28
1
-1
/
+1
*
More ap_expr updates:
Stefan Fritsch
2010-11-21
1
-2
/
+3
*
Add SetEnvIfExpr directive to set env var depending on expression.
Stefan Fritsch
2010-11-20
1
-119
/
+171
*
use temp_pool for some temporary regexps
Stefan Fritsch
2010-11-09
1
-2
/
+2
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
odd assortment of spelling fixes
Jeff Trawick
2010-05-24
1
-1
/
+1
*
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: remove "internal" tab spacing/formatting.
Jim Jagielski
2005-11-16
1
-4
/
+4
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-5
/
+5
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-3
/
+3
*
C++ comments are not supported by some compilers (ReliantUnix).
Jean-Frederic Clere
2005-10-18
1
-1
/
+1
*
Catch up with the changes to mod_ssl and rename the
David Reid
2005-09-18
1
-4
/
+5
*
* modules/metadata/mod_setenvif.c: Unconditionally include mod_ssl.h.
Joe Orton
2005-07-25
1
-7
/
+4
*
Allow extraction of the values of SSL certificate extensions into
Martin Kraemer
2005-07-22
1
-1
/
+72
*
Move the POSIX reg* implementations into the ap_* namespace;
Joe Orton
2005-02-11
1
-9
/
+9
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Fix a bunch of cases where the return code of the regex compiler
André Malo
2004-04-10
1
-4
/
+5
*
remove support for Remote_User variable, which never worked at all.
André Malo
2004-02-21
1
-8
/
+0
*
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
*
catch another edge case
André Malo
2004-01-28
1
-2
/
+7
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
fix optimizer to not throw away a regex if it stumbles over it.
André Malo
2003-11-02
1
-20
/
+25
*
Fold in the CAN-2003-0542 regex patch.
Sander Striker
2003-10-24
1
-4
/
+4
*
Extend the SetEnvIf directive to capture subexpressions of the
André Malo
2003-02-14
1
-4
/
+16
*
style issues. no code changes.
André Malo
2003-02-12
1
-11
/
+16
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Fix for BrowserMatchNoCase, which was incorrectly treating non-regex
Brian Pane
2002-11-30
1
-1
/
+1
*
Add a SERVER_ADDR keyword to match the CGI environment variable,
Ken Coar
2002-11-12
1
-1
/
+10
*
Detabbify
Bill Stoddard
2002-11-04
1
-89
/
+87
*
Fixed a segfault
Brian Pane
2002-05-10
1
-1
/
+1
[next]