index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
metadata
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix format pattern (%lu => %APR_SIZE_T_FMT).
Rainer Jung
2017-10-16
1
-2
/
+3
*
PROXY protocol proposal corrections
Mike Rumph
2017-09-01
1
-7
/
+5
*
Fix remaning compilation warning when MIME_MAGIC_DEBUG is defined.
Christophe Jaillet
2017-08-19
1
-12
/
+12
*
Fix some compilation warning when MIME_MAGIC_DEBUG is defined.
Christophe Jaillet
2017-08-19
1
-4
/
+4
*
Remove empty line.
Christophe Jaillet
2017-05-22
1
-1
/
+0
*
When processing a 'SetEnv' directive, warn if the environment variable name i...
Christophe Jaillet
2017-05-19
1
-0
/
+11
*
Fix directive name in
Christophe Jaillet
2017-04-06
1
-2
/
+2
*
Rename RemoteIPProxyProtocolDisableHosts to RemoteIPProxyProtocolExceptions
Daniel Ruggeri
2017-04-05
1
-1
/
+1
*
Update PROXY handling by removing Optional processing
Daniel Ruggeri
2017-04-01
1
-174
/
+98
*
Finally include feedback from Ruediger Pluem. Add slave "backoff" verified by...
Daniel Ruggeri
2017-03-25
1
-3
/
+39
*
* We can have expressions that become true if a regex pattern in the expression
Ruediger Pluem
2017-03-09
1
-1
/
+11
*
Change tactic for PROXY processing in Optional case
Daniel Ruggeri
2017-02-04
1
-54
/
+63
*
* modules/metadata/mod_remoteip.c (register_hooks,
Joe Orton
2017-01-31
1
-4
/
+5
*
* modules/metadata/mod_remoteip.c: Fix GCC strict-aliasing warning
Joe Orton
2017-01-31
1
-1
/
+8
*
Set all read buckets aside in case we need to restore all during optional hea...
Daniel Ruggeri
2017-01-28
1
-13
/
+18
*
* Silence compiler warning
Ruediger Pluem
2017-01-11
1
-1
/
+1
*
Reinsert attribution to mod_remoteip.c for PROXY protocol
Daniel Ruggeri
2016-12-31
1
-0
/
+3
*
On the trunk:
Stefan Eissing
2016-12-31
1
-1
/
+1
*
Move attribution for mod_remoteip RemoteIPProxyProtocol from file to CHANGES
Daniel Ruggeri
2016-12-31
1
-3
/
+0
*
Shorten RemoteIPProxyProtocolEnable to RemoteIPProxyProtocol and correct refe...
Daniel Ruggeri
2016-12-30
1
-4
/
+4
*
Merge new PROXY protocol code into mod_remoteip
Daniel Ruggeri
2016-12-30
1
-2
/
+773
*
mod_remoteip: Set useragent port to zero PR59931
Eric Covener
2016-12-29
1
-0
/
+3
*
Remove unnecessary apr_table_do() function casts
Jacob Champion
2016-11-10
1
-5
/
+6
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
3
-3
/
+3
*
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr
2016-06-09
2
-5
/
+5
*
hostname: Test and log useragent_host per-request across various modules,
William A. Rowe Jr
2016-02-12
1
-2
/
+1
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
2
-5
/
+5
*
Revert r1715789: will re-commit without spurious functional changes.
Yann Ylavic
2015-11-23
2
-5
/
+5
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
2
-5
/
+5
*
Remove some useless 'return' statements.
Christophe Jaillet
2015-11-21
1
-1
/
+1
*
Remove some useless 'return' statements.
Christophe Jaillet
2015-11-21
1
-1
/
+0
*
Fix some style issues on files that can easily be synch'ed with 2.4.x
Christophe Jaillet
2015-09-30
1
-1
/
+1
*
Fix some spurious ident spotted by sparse
Christophe Jaillet
2015-08-31
1
-2
/
+2
*
s/\<\(\w\+\)\>\s\+\<\1\>/\1/g
Yann Ylavic
2015-07-09
2
-2
/
+2
*
mod_remoteip: Use r->useragent_addr as the root trusted address for verifying.
Jan Kaluža
2015-06-30
1
-1
/
+1
*
Save a few bytes of memory. This can be done in temp_pool.
Christophe Jaillet
2014-05-23
1
-4
/
+4
*
Prevent an external proxy from presenting an internal proxy
Mike Rumph
2014-04-17
1
-1
/
+20
*
mod_expires: don't add Expires header to error responses (4xx/5xx),
Yann Ylavic
2014-04-04
1
-0
/
+6
*
Use the correct IP addresses to populate the proxy_ips field
Mike Rumph
2014-02-04
1
-2
/
+3
*
Correct the trusted proxy match test in mod_remoteip. PR 54651.\n\nSubmitted ...
Mike Rumph
2014-02-03
1
-2
/
+2
*
This is annoying to see in a casual "LogLevel debug foo:traceX ..."
Eric Covener
2013-12-18
1
-1
/
+1
*
Ease logic around 'ap_getword_conf' and drop useless line of code.
Christophe Jaillet
2013-12-15
1
-4
/
+1
*
s/equivalant/equivalent/ in comments
Christophe Jaillet
2013-12-13
1
-1
/
+1
*
Remove redundant check
Christophe Jaillet
2013-12-13
1
-1
/
+1
*
s/ip/IP/ in comments
Christophe Jaillet
2013-12-13
1
-6
/
+5
*
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
*
* modules/metadata/mod_unique_id.c: Replace use of hostname + pid with
Joe Orton
2013-07-10
1
-121
/
+29
*
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
[next]