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
/
modules
/
ngx_http_proxy_module.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-21
Use NGX_CONF_OK in some function return checks.
Andrew Clayton
1
-1
/
+1
2025-06-19
Upstream: early hints support.
Roman Arutyunyan
1
-6
/
+21
2025-04-10
Upstream: fixed passwords support for dynamic certificates.
Sergey Kandaurov
1
-11
/
+9
2025-01-17
Upstream: caching certificates and certificate keys with variables.
Sergey Kandaurov
1
-0
/
+106
2024-11-25
Upstream: disallow empty path in proxy_store and friends.
Sergey Kandaurov
1
-0
/
+5
2024-11-22
SSL: a new macro to set default protocol versions.
Sergey Kandaurov
1
-9
/
+1
2024-11-11
SSL: fixed MSVC compilation after ebd18ec1812b.
蕭澧邦
1
-2
/
+6
2024-10-31
SSL: disabled TLSv1 and TLSv1.1 by default.
Sergey Kandaurov
1
-0
/
+2
2024-09-13
Proxy: proxy_pass_trailers directive.
Sergey Kandaurov
1
-12
/
+221
2023-11-25
Upstream: variables support in proxy_limit_rate and friends.
J Carter
1
-4
/
+4
2023-03-24
SSL: enabled TLSv1.3 by default.
Maxim Dounin
1
-2
/
+3
2022-06-29
Upstream: optimized use of SSL contexts (ticket #1234).
Maxim Dounin
1
-7
/
+59
2022-06-07
Upstream: handling of certificates specified as an empty string.
Sergey Kandaurov
1
-2
/
+3
2022-05-30
Upstream: header handlers can now return parsing errors.
Maxim Dounin
1
-2
/
+6
2022-05-30
Upstream: all known headers in u->headers_in are linked lists now.
Maxim Dounin
1
-0
/
+2
2022-05-30
Reworked multi headers to use linked lists.
Maxim Dounin
1
-10
/
+8
2021-10-18
Upstream: fixed logging level of upstream invalid header errors.
Maxim Dounin
1
-1
/
+1
2021-10-07
Proxy: disabled keepalive on extra data in non-buffered mode.
Awdhesh Mathpal
1
-0
/
+1
2021-08-16
SSL: ciphers now set before loading certificates (ticket #2035).
Maxim Dounin
1
-6
/
+6
2021-06-28
Improved logging of invalid headers.
Maxim Dounin
1
-3
/
+5
2021-06-28
Disabled spaces in URIs (ticket #196).
Maxim Dounin
1
-2
/
+2
2021-05-06
Upstream: variables support in certificates.
Maxim Dounin
1
-25
/
+37
2021-05-06
Changed complex value slots to use NGX_CONF_UNSET_PTR.
Maxim Dounin
1
-11
/
+9
2021-03-05
SSL: fixed build by Sun C with old OpenSSL versions.
Maxim Dounin
1
-2
/
+2
2021-03-02
Proxy: variables support in "proxy_cookie_flags" flags.
Ruslan Ermilov
1
-26
/
+63
2021-01-12
Upstream: fixed zero size buf alerts on extra data (ticket #2117).
Maxim Dounin
1
-0
/
+7
2020-10-22
Upstream: proxy_ssl_conf_command and friends.
Maxim Dounin
1
-0
/
+36
2020-10-22
Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.
Maxim Dounin
1
-3
/
+5
2020-09-29
Proxy: error checking for array init, missed in 7716:d6a5e14aa3e4.
Maxim Dounin
1
-1
/
+3
2020-09-27
Proxy: added the "proxy_cookie_flags" directive.
Ruslan Ermilov
1
-30
/
+552
2020-09-27
Proxy: changed interface of some internal functions.
Ruslan Ermilov
1
-32
/
+30
2020-09-27
Proxy: strengthen syntax checking for some directives.
Ruslan Ermilov
1
-12
/
+20
2020-07-06
Proxy: style.
Maxim Dounin
1
-2
/
+2
2020-07-06
Proxy: detection of data after final chunk.
Maxim Dounin
1
-1
/
+30
2020-07-06
Proxy: drop extra data sent by upstream.
Maxim Dounin
1
-9
/
+43
2019-03-03
SSL: fixed potential leak on memory allocation errors.
Maxim Dounin
1
-0
/
+1
2018-10-03
Upstream: proxy_socket_keepalive and friends.
Vladimir Homutov
1
-0
/
+11
2018-07-17
Fixed invalid access to location defined as an empty string.
Ruslan Ermilov
1
-1
/
+1
2018-07-17
SSL: save sessions for upstream peers using a callback function.
Sergey Kandaurov
1
-0
/
+7
2018-05-07
Silenced -Wcast-function-type warnings (closes #1546).
Sergey Kandaurov
1
-1
/
+2
2018-03-19
Upstream: fixed comments after 13f8dec720b5.
Ruslan Ermilov
1
-2
/
+2
2018-02-28
Generic subrequests in memory.
Roman Arutyunyan
1
-30
/
+0
2017-11-20
Proxy: escape explicit space in URI in default cache key.
Roman Arutyunyan
1
-1
/
+1
2017-11-20
Proxy: simplified conditions of using unparsed uri.
Roman Arutyunyan
1
-4
/
+2
2017-08-01
Variables: macros for null variables.
Ruslan Ermilov
1
-1
/
+1
2017-03-15
Proxy: split configured header names and values.
Piotr Sikora
1
-106
/
+59
2017-05-18
Upstream: fixed u->headers_in.headers allocation error handling.
Sergey Kandaurov
1
-0
/
+1
2017-04-18
SSL: added support for TLSv1.3 in ssl_protocols directive.
Sergey Kandaurov
1
-0
/
+1
2017-03-24
Upstream: allow recovery from "429 Too Many Requests" response.
Piotr Sikora
1
-0
/
+1
2017-02-10
Upstream: proxy_cache_background_update and friends.
Roman Arutyunyan
1
-0
/
+11
[next]