aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_proxy_module.c
Commit message (Expand)AuthorAge
* Upstream: variables support in certificates.Maxim Dounin2021-05-06
* Changed complex value slots to use NGX_CONF_UNSET_PTR.Maxim Dounin2021-05-06
* SSL: fixed build by Sun C with old OpenSSL versions.Maxim Dounin2021-03-05
* Proxy: variables support in "proxy_cookie_flags" flags.Ruslan Ermilov2021-03-02
* Upstream: fixed zero size buf alerts on extra data (ticket #2117).Maxim Dounin2021-01-12
* Upstream: proxy_ssl_conf_command and friends.Maxim Dounin2020-10-22
* Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.Maxim Dounin2020-10-22
* Proxy: error checking for array init, missed in 7716:d6a5e14aa3e4.Maxim Dounin2020-09-29
* Proxy: added the "proxy_cookie_flags" directive.Ruslan Ermilov2020-09-27
* Proxy: changed interface of some internal functions.Ruslan Ermilov2020-09-27
* Proxy: strengthen syntax checking for some directives.Ruslan Ermilov2020-09-27
* Proxy: style.Maxim Dounin2020-07-06
* Proxy: detection of data after final chunk.Maxim Dounin2020-07-06
* Proxy: drop extra data sent by upstream.Maxim Dounin2020-07-06
* SSL: fixed potential leak on memory allocation errors.Maxim Dounin2019-03-03
* Upstream: proxy_socket_keepalive and friends.Vladimir Homutov2018-10-03
* Fixed invalid access to location defined as an empty string.Ruslan Ermilov2018-07-17
* SSL: save sessions for upstream peers using a callback function.Sergey Kandaurov2018-07-17
* Silenced -Wcast-function-type warnings (closes #1546).Sergey Kandaurov2018-05-07
* Upstream: fixed comments after 13f8dec720b5.Ruslan Ermilov2018-03-19
* Generic subrequests in memory.Roman Arutyunyan2018-02-28
* Proxy: escape explicit space in URI in default cache key.Roman Arutyunyan2017-11-20
* Proxy: simplified conditions of using unparsed uri.Roman Arutyunyan2017-11-20
* Variables: macros for null variables.Ruslan Ermilov2017-08-01
* Proxy: split configured header names and values.Piotr Sikora2017-03-15
* Upstream: fixed u->headers_in.headers allocation error handling.Sergey Kandaurov2017-05-18
* SSL: added support for TLSv1.3 in ssl_protocols directive.Sergey Kandaurov2017-04-18
* Upstream: allow recovery from "429 Too Many Requests" response.Piotr Sikora2017-03-24
* Upstream: proxy_cache_background_update and friends.Roman Arutyunyan2017-02-10
* Cache: proxy_cache_max_range_offset and friends.Dmitry Volyntsev2016-11-02
* Upstream: added the ngx_http_upstream_resolved_t.name field.Ruslan Ermilov2016-10-31
* Upstream: removed unnecessary condition in proxy_eval() and friends.Ruslan Ermilov2016-10-31
* Proxy: support variables for proxy_method directive.Dmitry Lazurkin2016-10-16
* Upstream: handling of proxy_set_header at http level.Maxim Dounin2016-10-14
* Proxy: do not create conf->headers_source when not needed.Maxim Dounin2016-10-14
* SSL: ngx_ssl_ciphers() to set list of ciphers.Tim Taubert2016-06-15
* Upstream: the "transparent" parameter of proxy_bind and friends.Roman Arutyunyan2015-12-18
* Fixed logging.Sergey Kandaurov2016-03-31
* Upstream: proxy_next_upstream non_idempotent.Maxim Dounin2016-03-28
* Proxy: improved code readability.Ruslan Ermilov2015-11-06
* Upstream: fixed "no port" detection in evaluated upstreams.Ruslan Ermilov2015-11-21
* Upstream: proxy_cache_convert_head directive.Roman Arutyunyan2015-11-11
* Disabled SSLv3 by default (ticket #653).Maxim Dounin2015-05-25
* Proxy: fixed proxy_request_buffering and chunked with preread body.Maxim Dounin2015-03-26
* Proxy: proxy_request_buffering chunked support.Maxim Dounin2015-03-23
* Request body: unbuffered reading.Maxim Dounin2015-03-23
* Proxy: fixed proxy_set_body with proxy_cache.Maxim Dounin2015-03-23
* Proxy: use an appropriate error on memory allocation failure.Ruslan Ermilov2015-03-04
* Upstream: added variables support to proxy_cache and friends.Valentin Bartenev2014-12-22
* Upstream: refactored proxy_cache and friends.Valentin Bartenev2014-12-22