log src/http/modules/ngx_http_proxy_module.c @ 7730:1a719ee45526

age author description
Thu, 22 Oct 2020 18:00:23 +0300 Maxim Dounin Upstream: proxy_ssl_conf_command and friends.
Thu, 22 Oct 2020 18:00:20 +0300 Maxim Dounin Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.
Tue, 29 Sep 2020 15:54:09 +0300 Maxim Dounin Proxy: error checking for array init, missed in 7716:d6a5e14aa3e4.
Sun, 27 Sep 2020 23:21:11 +0300 Ruslan Ermilov Proxy: added the "proxy_cookie_flags" directive.
Sun, 27 Sep 2020 23:21:10 +0300 Ruslan Ermilov Proxy: changed interface of some internal functions.
Sun, 27 Sep 2020 23:21:09 +0300 Ruslan Ermilov Proxy: strengthen syntax checking for some directives.
Mon, 06 Jul 2020 18:36:21 +0300 Maxim Dounin Proxy: style.
Mon, 06 Jul 2020 18:36:20 +0300 Maxim Dounin Proxy: detection of data after final chunk.
Mon, 06 Jul 2020 18:36:19 +0300 Maxim Dounin Proxy: drop extra data sent by upstream.
Sun, 03 Mar 2019 16:48:39 +0300 Maxim Dounin SSL: fixed potential leak on memory allocation errors.
Wed, 03 Oct 2018 14:08:51 +0300 Vladimir Homutov Upstream: proxy_socket_keepalive and friends.
Tue, 17 Jul 2018 15:30:43 +0300 Ruslan Ermilov Fixed invalid access to location defined as an empty string.
Tue, 17 Jul 2018 12:53:23 +0300 Sergey Kandaurov SSL: save sessions for upstream peers using a callback function.
Mon, 07 May 2018 09:54:37 +0000 Sergey Kandaurov Silenced -Wcast-function-type warnings (closes #1546).
Mon, 19 Mar 2018 16:22:09 +0300 Ruslan Ermilov Upstream: fixed comments after 13f8dec720b5.
Wed, 28 Feb 2018 16:56:58 +0300 Roman Arutyunyan Generic subrequests in memory.
Mon, 20 Nov 2017 20:50:35 +0300 Roman Arutyunyan Proxy: escape explicit space in URI in default cache key.
Mon, 20 Nov 2017 13:47:17 +0300 Roman Arutyunyan Proxy: simplified conditions of using unparsed uri.
Tue, 01 Aug 2017 14:28:33 +0300 Ruslan Ermilov Variables: macros for null variables.
Wed, 15 Mar 2017 15:55:35 -0700 Piotr Sikora Proxy: split configured header names and values.
Thu, 18 May 2017 14:17:00 +0300 Sergey Kandaurov Upstream: fixed u->headers_in.headers allocation error handling.
Tue, 18 Apr 2017 15:12:38 +0300 Sergey Kandaurov SSL: added support for TLSv1.3 in ssl_protocols directive.
Fri, 24 Mar 2017 02:48:03 -0700 Piotr Sikora Upstream: allow recovery from "429 Too Many Requests" response.
Fri, 10 Feb 2017 15:13:41 +0300 Roman Arutyunyan Upstream: proxy_cache_background_update and friends.
Wed, 02 Nov 2016 20:05:21 +0300 Dmitry Volyntsev Cache: proxy_cache_max_range_offset and friends.
Mon, 31 Oct 2016 18:33:33 +0300 Ruslan Ermilov Upstream: added the ngx_http_upstream_resolved_t.name field.
Mon, 31 Oct 2016 18:33:31 +0300 Ruslan Ermilov Upstream: removed unnecessary condition in proxy_eval() and friends.
Sun, 16 Oct 2016 18:24:01 +0300 Dmitry Lazurkin Proxy: support variables for proxy_method directive.
Fri, 14 Oct 2016 19:48:26 +0300 Maxim Dounin Upstream: handling of proxy_set_header at http level.
Fri, 14 Oct 2016 19:48:26 +0300 Maxim Dounin Proxy: do not create conf->headers_source when not needed.