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
/
server
/
util_expr_eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a possible null pointer dereference in ap_expr_parse()
Giovanni Bechis
2023-03-28
1
-1
/
+4
*
There is no point in calling ap_varbuf_grow() here, it is already
Christophe Jaillet
2022-02-21
1
-2
/
+1
*
clarification/fixes around the replace() function
Eric Covener
2021-08-03
1
-7
/
+9
*
*) 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
-7
/
+1
*
Fix a few warnings on 64 bits windows compilation
Christophe Jaillet
2020-08-29
1
-2
/
+2
*
util_expr: allow to specify only one of ap_expr_eval_ctx_t's r/c/s.
Yann Ylavic
2020-05-10
1
-15
/
+36
*
Constify pointers in ap_expr lookup tables, as well as the already
Joe Orton
2020-05-04
1
-8
/
+8
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-1
/
+1
*
Fix a typo reported by [stephane.blondon gmail.com]
Christophe Jaillet
2019-01-20
1
-1
/
+1
*
Fix a potential un-intialized variable usage warning.
Christophe Jaillet
2018-05-26
1
-2
/
+2
*
* server/util_expr_eval.c (ap_expr_eval_re_backref): Fix gcc 7.x warning.
Joe Orton
2017-10-16
1
-2
/
+2
*
ap_expr: follow up to r1810605.
Yann Ylavic
2017-10-04
1
-88
/
+25
*
apr_expr: follow up to r1810605.
Yann Ylavic
2017-10-03
1
-3
/
+2
*
ap_expr: open string expressions to the <word>.
Yann Ylavic
2017-10-02
1
-53
/
+373
*
mod_rewrite,core: avoid Vary:Host (part 2)
Luca Toscano
2017-09-20
1
-2
/
+7
*
mod_rewrite/core: avoid the 'Vary: Host' header
Luca Toscano
2017-09-18
1
-1
/
+6
*
Fix %{DOCUMENT_URI} in SSI w/ default parser
Eric Covener
2017-01-24
1
-1
/
+4
*
PR59938: add %{REMOTE_PORT} to the expression parser
Eric Covener
2016-12-29
1
-0
/
+3
*
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr
2016-06-09
1
-2
/
+2
*
hostname: Test and log useragent_host per-request across various modules,
William A. Rowe Jr
2016-02-12
1
-2
/
+1
*
expr support for HTTP2 variable
Stefan Eissing
2016-01-22
1
-0
/
+10
*
revert
Jim Jagielski
2016-01-21
1
-25
/
+0
*
expand and err-check...
Jim Jagielski
2016-01-20
1
-4
/
+5
*
Just in case...
Jim Jagielski
2016-01-20
1
-1
/
+2
*
ap_expr now allows kept_body() function to grab/use
Jim Jagielski
2016-01-20
1
-0
/
+23
*
Added some more log numbers to log statements that
Rainer Jung
2016-01-19
1
-1
/
+3
*
Follow up to r1715880: revert more abusive ap_casecmpstr[n]() usages.
Yann Ylavic
2015-12-29
1
-3
/
+3
*
Use 'ap_array_str_contains' to simplify code.
Christophe Jaillet
2015-12-11
1
-5
/
+5
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-5
/
+5
*
Revert r1715789: will re-commit without spurious functional changes.
Yann Ylavic
2015-11-23
1
-5
/
+5
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-5
/
+5
*
reverting unwanted loss of missing case
Stefan Eissing
2015-09-14
1
-1
/
+1
*
httpd compiles warning free on gcc and every new warning will be treated as a...
Stefan Eissing
2015-09-14
1
-2
/
+2
*
Expression parser: Optimize another concatenation
Rainer Jung
2015-02-05
1
-1
/
+26
*
looks like debug left in r1642154
Eric Covener
2014-12-21
1
-2
/
+0
*
* Correctly indent
Ruediger Pluem
2014-12-05
1
-1
/
+1
*
ap_expr: Add filemod function for checking file modification times.
Daniel Gruno
2014-12-05
1
-0
/
+13
*
* ap_expr: Fix replace() func when length of "from" != length of "to".
Jan Kaluža
2014-12-03
1
-3
/
+4
*
* ap_exr: Add replace(string, from, to) function.
Jan Kaluža
2014-11-27
1
-4
/
+97
*
tab vs space
Christophe Jaillet
2014-10-22
1
-2
/
+2
*
Silent some cppcheck warnings.
Christophe Jaillet
2014-09-01
1
-3
/
+1
*
Do not use deprecated define.
Christophe Jaillet
2014-07-19
1
-1
/
+1
*
Tweak a AP_DEBUG_ASSERT condition.
Christophe Jaillet
2014-05-16
1
-8
/
+8
*
Only include the ldap escaping if present within APR.
Graham Leggett
2014-04-25
1
-1
/
+7
*
Add the ldap function to the expression API, allowing LDAP filters and
Graham Leggett
2014-04-25
1
-0
/
+8
*
Move two variable assignments off the fast path.
Graham Leggett
2014-04-18
1
-1
/
+4
*
add md5 function, too
Stefan Fritsch
2013-03-18
1
-0
/
+9
*
simplify code by using ap_bin2hex()
Stefan Fritsch
2013-03-18
1
-9
/
+3
*
Expression parser: use hex encoding for the sha1 hash.
Graham Leggett
2013-03-18
1
-7
/
+12
[next]