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