index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
http
/
ngx_http_variables.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-19
Fixed variables prefix comparison.
Maxim Dounin
1
-12
/
+26
2015-03-23
Request body: unbuffered reading.
Maxim Dounin
1
-0
/
+4
2014-08-27
Variables: fixed non-indexed access of prefix vars (ticket #600).
Maxim Dounin
1
-2
/
+5
2014-05-19
Setting $args now invalidates unparsed uri.
Maxim Dounin
1
-1
/
+19
2014-04-29
Upstream: added the "$upstream_cookie_<name>" variables.
Vladimir Homutov
1
-0
/
+19
2014-03-17
Added server-side support for PROXY protocol v1 (ticket #355).
Roman Arutyunyan
1
-0
/
+19
2013-12-09
Fixed handling of UNIX-domain sockets.
Ruslan Ermilov
1
-0
/
+12
2013-10-31
Removed extra allocation for $sent_http_last_modified.
Maxim Dounin
1
-2
/
+1
2013-09-04
Win32: $request_time fixed.
Maxim Dounin
1
-1
/
+1
2013-08-20
Format specifier fixes in error logging.
Sergey Kandaurov
1
-1
/
+1
2013-08-06
Fixed memory leaks in the root and auth_basic_user_file directives.
Valentin Bartenev
1
-2
/
+6
2013-05-02
PCRE: retain input pattern for all regular expressions.
Piotr Sikora
1
-1
/
+1
2013-02-27
Correctly handle multiple X-Forwarded-For headers (ticket #106).
Ruslan Ermilov
1
-3
/
+3
2013-02-27
Fixed separator in $sent_http_cache_control.
Ruslan Ermilov
1
-6
/
+27
2013-02-18
Proxy: support for connection upgrade (101 Switching Protocols).
Maxim Dounin
1
-1
/
+5
2013-01-21
Variables $pipe, $request_length, $time_iso8601, and $time_local.
Ruslan Ermilov
1
-0
/
+102
2012-12-17
Added checks that disallow adding a variable with an empty name.
Ruslan Ermilov
1
-0
/
+12
2012-11-21
Request body: $content_length variable to honor real body size.
Maxim Dounin
1
-2
/
+37
2012-11-21
Request body: $request_body variable generalization.
Maxim Dounin
1
-5
/
+13
2012-11-16
Variables $request_time and $msec.
Ruslan Ermilov
1
-0
/
+63
2012-10-29
Variables $connection and $connection_requests.
Maxim Dounin
1
-0
/
+53
2012-10-03
Variable $bytes_sent.
Maxim Dounin
1
-0
/
+26
2012-06-21
Fixed compile-time conditionals used to detect if X-Forwarded-For support
Ruslan Ermilov
1
-1
/
+1
2012-06-18
Style fix.
Andrey Belov
1
-1
/
+1
2012-06-18
New core variable: $status.
Andrey Belov
1
-0
/
+39
2012-05-17
Fixed core variables dynamic access after reconfiguration.
Maxim Dounin
1
-2
/
+9
2012-04-03
Fixed spelling in multiline C comments.
Ruslan Ermilov
1
-1
/
+1
2012-03-27
Fixed unconditional MAX_PATH usage (ticket #22).
Maxim Dounin
1
-2
/
+20
2012-03-16
Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, and
Ruslan Ermilov
1
-0
/
+73
2012-03-15
Slight optimization in ngx_http_get_variable_index().
Ruslan Ermilov
1
-1
/
+1
2012-02-13
Variables: honor no_cacheable for not_found variables.
Maxim Dounin
1
-1
/
+1
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-12-09
Fixed: some of $sent_http_* variables may contain header entries that actually
Valentin Bartenev
1
-12
/
+29
2011-12-09
Added the $https variable.
Valentin Bartenev
1
-0
/
+28
2011-05-30
change ngx_http_map_find(): use case sensitive regexes
Igor Sysoev
1
-6
/
+22
2011-03-16
allow regex as "map" parameter
Igor Sysoev
1
-0
/
+44
2010-06-23
change ngx_http_variable_value_node_t to more generic ngx_str_node_t
Igor Sysoev
1
-84
/
+0
2010-05-14
ngx_str_set() and ngx_str_null()
Igor Sysoev
1
-2
/
+1
2010-04-22
change processing variables accessed by SSI and perl module:
Igor Sysoev
1
-8
/
+2
2010-04-22
make $arg_ variables non-cacheable
Igor Sysoev
1
-0
/
+1
2010-03-03
make $request_method non-cacheable
Igor Sysoev
1
-1
/
+2
2010-02-15
fix $upstream_http_ variable prefix length
Igor Sysoev
1
-1
/
+1
2010-01-11
named captures worked for two names only
Igor Sysoev
1
-1
/
+1
2009-11-23
fix building without PCRE, the bug had been introduced in r3326
Igor Sysoev
1
-0
/
+4
2009-11-16
evaluate maximum captures size on configuration phase
Igor Sysoev
1
-1
/
+1
2009-11-16
fix captures in "rewrite", the bug had been introduced in r3326
Igor Sysoev
1
-1
/
+1
2009-11-16
regex named captures
Igor Sysoev
1
-0
/
+151
2009-11-03
fix segfault if $limit_rate was logged
Igor Sysoev
1
-1
/
+25
2009-11-02
use sin6_addr.s6_addr instead of "(u_char *) & .sin6_addr"
Igor Sysoev
1
-1
/
+1
2009-09-21
allow to log invalid $request in access_log always,
Igor Sysoev
1
-2
/
+39
[next]