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