index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
http
/
ngx_http_variables.c
Commit message (
Expand
)
Author
Age
*
Variables: avoid possible buffer overrun with some "$sent_http_*".
Sergey Kandaurov
2023-05-01
*
PROXY protocol v2 TLV variables.
Roman Arutyunyan
2022-10-12
*
All non-unique input headers are now linked lists.
Maxim Dounin
2022-05-30
*
Reworked multi headers to use linked lists.
Maxim Dounin
2022-05-30
*
Combining unknown headers during variables lookup (ticket #1316).
Maxim Dounin
2022-05-30
*
Fixed $content_length cacheability with chunked (ticket #2252).
Maxim Dounin
2021-10-06
*
Added $connection_time variable.
Maxim Dounin
2021-04-08
*
Variables: fixed buffer over-read when evaluating "$arg_".
Sergey Kandaurov
2020-05-08
*
Parsing server PROXY protocol address and port (ticket #1206).
Roman Arutyunyan
2019-10-21
*
Core: moved PROXY protocol fields out of ngx_connection_t.
Roman Arutyunyan
2019-10-21
*
Variables support in limit_rate and limit_rate_after (ticket #293).
Ruslan Ermilov
2019-04-24
*
Copy regex unnamed captures to cloned subrequests.
Roman Arutyunyan
2018-12-11
*
Improved code readablity.
Ruslan Ermilov
2018-03-07
*
Basic support of the Link response header.
Ruslan Ermilov
2018-02-08
*
Fixed handling of unix sockets in $binary_remote_addr.
Maxim Dounin
2017-10-04
*
Variables: macros for null variables.
Ruslan Ermilov
2017-08-01
*
Variables: use ngx_http_variable_null_value where appropriate.
Ruslan Ermilov
2017-07-07
*
Added support for trailers in HTTP responses.
Piotr Sikora
2017-03-24
*
Variables: generic prefix variables.
Dmitry Volyntsev
2017-01-31
*
Limited recursion when evaluating variables.
Ruslan Ermilov
2016-12-21
*
Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Roman Arutyunyan
2016-06-20
*
Added the $proxy_protocol_port variable.
Dmitry Volyntsev
2016-05-23
*
Variable $request_id.
Vladimir Homutov
2016-04-26
*
Fixed logging with variable field width.
Sergey Kandaurov
2016-03-31
*
Fixed variables prefix comparison.
Maxim Dounin
2015-10-19
*
Request body: unbuffered reading.
Maxim Dounin
2015-03-23
*
Variables: fixed non-indexed access of prefix vars (ticket #600).
Maxim Dounin
2014-08-27
*
Setting $args now invalidates unparsed uri.
Maxim Dounin
2014-05-19
*
Upstream: added the "$upstream_cookie_<name>" variables.
Vladimir Homutov
2014-04-29
*
Added server-side support for PROXY protocol v1 (ticket #355).
Roman Arutyunyan
2014-03-17
*
Fixed handling of UNIX-domain sockets.
Ruslan Ermilov
2013-12-09
*
Removed extra allocation for $sent_http_last_modified.
Maxim Dounin
2013-10-31
*
Win32: $request_time fixed.
Maxim Dounin
2013-09-04
*
Format specifier fixes in error logging.
Sergey Kandaurov
2013-08-20
*
Fixed memory leaks in the root and auth_basic_user_file directives.
Valentin Bartenev
2013-08-06
*
PCRE: retain input pattern for all regular expressions.
Piotr Sikora
2013-05-02
*
Correctly handle multiple X-Forwarded-For headers (ticket #106).
Ruslan Ermilov
2013-02-27
*
Fixed separator in $sent_http_cache_control.
Ruslan Ermilov
2013-02-27
*
Proxy: support for connection upgrade (101 Switching Protocols).
Maxim Dounin
2013-02-18
*
Variables $pipe, $request_length, $time_iso8601, and $time_local.
Ruslan Ermilov
2013-01-21
*
Added checks that disallow adding a variable with an empty name.
Ruslan Ermilov
2012-12-17
*
Request body: $content_length variable to honor real body size.
Maxim Dounin
2012-11-21
*
Request body: $request_body variable generalization.
Maxim Dounin
2012-11-21
*
Variables $request_time and $msec.
Ruslan Ermilov
2012-11-16
*
Variables $connection and $connection_requests.
Maxim Dounin
2012-10-29
*
Variable $bytes_sent.
Maxim Dounin
2012-10-03
*
Fixed compile-time conditionals used to detect if X-Forwarded-For support
Ruslan Ermilov
2012-06-21
*
Style fix.
Andrey Belov
2012-06-18
*
New core variable: $status.
Andrey Belov
2012-06-18
*
Fixed core variables dynamic access after reconfiguration.
Maxim Dounin
2012-05-17
[next]