summaryrefslogtreecommitdiff
path: root/modules/metadata
Commit message (Expand)AuthorAgeFilesLines
* Fix some spurious ident spotted by sparseChristophe Jaillet2015-08-311-2/+2
* s/\<\(\w\+\)\>\s\+\<\1\>/\1/gYann Ylavic2015-07-092-2/+2
* mod_remoteip: Use r->useragent_addr as the root trusted address for verifying.Jan Kaluža2015-06-301-1/+1
* Save a few bytes of memory. This can be done in temp_pool.Christophe Jaillet2014-05-231-4/+4
* Prevent an external proxy from presenting an internal proxyMike Rumph2014-04-171-1/+20
* mod_expires: don't add Expires header to error responses (4xx/5xx),Yann Ylavic2014-04-031-0/+6
* Use the correct IP addresses to populate the proxy_ips field Mike Rumph2014-02-041-2/+3
* Correct the trusted proxy match test in mod_remoteip. PR 54651.\n\nSubmitted ...Mike Rumph2014-02-031-2/+2
* This is annoying to see in a casual "LogLevel debug foo:traceX ..."Eric Covener2013-12-181-1/+1
* Ease logic around 'ap_getword_conf' and drop useless line of code.Christophe Jaillet2013-12-151-4/+1
* s/equivalant/equivalent/ in commentsChristophe Jaillet2013-12-131-1/+1
* Remove redundant checkChristophe Jaillet2013-12-131-1/+1
* s/ip/IP/ in commentsChristophe Jaillet2013-12-131-6/+5
* If the "value" argument is prefixed with expr=, parse it with ap_exprEric Covener2013-12-011-3/+32
* Allow for format specifiers to be used in the base substitution string for He...Daniel Ruggeri2013-10-251-12/+16
* add "Header note" which was the solution for two users this week on IRC.Eric Covener2013-09-081-3/+10
* * modules/metadata/mod_unique_id.c: Replace use of hostname + pid withJoe Orton2013-07-101-121/+29
* provide a simple (no <If>) way to set a header only if it's not already there.Eric Covener2013-06-251-2/+13
* Reduce stack usage by 3kChristophe Jaillet2013-06-111-1/+1
* According to comment in 'magic_rsl_add' and to the way 'magic_rsl_printf' man...Christophe Jaillet2013-06-111-1/+1
* Close file in error path.Christophe Jaillet2013-06-091-0/+1
* * Fix null pointer dereference in case SetEnvif and SetEnvIfExpr are usedRuediger Pluem2013-04-241-1/+1
* Use %pm available since apr 1.3 instead of an extra call to apr_strerrorStefan Fritsch2013-03-311-7/+5
* Remove useless tests.Christophe Jaillet2013-03-032-2/+2
* Use 'apr_is_empty_table()' instead of testing against 'apr_table_elts(...)->n...Christophe Jaillet2012-12-101-1/+1
* remove warning:Jim Jagielski2012-11-091-2/+3
* Might as well show 'em allJim Jagielski2012-09-241-1/+2
* Allow for exposure of loadavg and server load via mod_headersJim Jagielski2012-09-241-0/+24
* NetWare build tweaks.Guenter Knauf2012-08-099-10/+10
* Compile the regex used by is_header_regex() only once during startupStefan Fritsch2012-05-271-5/+7
* Downgrade log message about adjusted IP address to trace1Stefan Fritsch2012-03-241-1/+1
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-1/+0
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-142-9/+9
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-142-8/+8
* Remove usage of APLOG_NOERRNO. It has been a no-op since at least 2.0.xStefan Fritsch2011-12-071-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-0210-78/+78
* Remove more log message prefixes that are now redundant as theStefan Fritsch2011-11-291-5/+4
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-253-17/+17
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-222-98/+34
* Style fixes, no functional change.Graham Leggett2011-11-181-22/+44
* Change module sets and default activation status:Rainer Jung2011-11-121-1/+1
* Use random value instead of remote IP address in cookie value. This has theStefan Fritsch2011-11-091-9/+6
* More ap_pregsub error checking/loggingStefan Fritsch2011-11-071-0/+7
* More checks of ap_pregsub return valuesStefan Fritsch2011-11-071-0/+11
* Check return value of ap_pregsub()Stefan Fritsch2011-11-071-9/+27
* Unify syntax of config directives taking an expression as optional contition ...Stefan Fritsch2011-11-041-2/+6
* Replace literal constant with AP_MAX_REG_MATCHStefan Fritsch2011-10-181-4/+3
* Fix configuration of internal proxiesStefan Fritsch2011-10-181-5/+5
* Remove OID match which was never in a GA releas and is obsoleted byStefan Fritsch2011-10-101-71/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-20/+20