log src/http/modules/ngx_http_uwsgi_module.c @ 7666:8cf31489b479

age author description
Mon, 15 Jun 2020 17:35:26 -0400 Quantum Correctly flush request body to uwsgi with SSL.
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.
Mon, 03 Sep 2018 19:17:06 +0300 Maxim Dounin Uwsgi: added a check on maximum uwsgi request size.
Mon, 03 Sep 2018 19:17:01 +0300 Maxim Dounin Uwsgi: style.
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).
Thu, 10 Aug 2017 22:21:20 +0300 Maxim Dounin Style.
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.
Fri, 14 Oct 2016 19:48:26 +0300 Maxim Dounin Upstream: handling of proxy_set_header at http level.
Wed, 15 Jun 2016 21:05:30 +0100 Tim Taubert SSL: ngx_ssl_ciphers() to set list of ciphers.
Fri, 18 Dec 2015 19:05:27 +0300 Roman Arutyunyan Upstream: the "transparent" parameter of proxy_bind and friends.
Mon, 28 Mar 2016 19:50:19 +0300 Maxim Dounin Upstream: proxy_next_upstream non_idempotent.
Sat, 21 Nov 2015 10:44:07 +0300 Ruslan Ermilov Upstream: fixed "no port" detection in evaluated upstreams.
Mon, 25 May 2015 17:58:20 +0300 Maxim Dounin Disabled SSLv3 by default (ticket #653).
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Upstream: uwsgi_request_buffering, scgi_request_buffering.
Mon, 22 Dec 2014 12:59:09 +0300 Valentin Bartenev Upstream: added variables support to proxy_cache and friends.
Mon, 22 Dec 2014 12:59:02 +0300 Valentin Bartenev Upstream: refactored proxy_cache and friends.
Mon, 22 Dec 2014 12:58:59 +0300 Valentin Bartenev Upstream: mutually exclusive inheritance of "cache" and "store".
Mon, 22 Dec 2014 12:58:56 +0300 Valentin Bartenev Upstream: simplified proxy_store and friends configuration code.
Thu, 09 Oct 2014 20:30:11 +0400 Valentin Bartenev Upstream: fixed inheritance of proxy_store and friends.
Tue, 09 Dec 2014 18:22:31 +0300 Maxim Dounin Upstream: fixed unexpected inheritance into limit_except blocks.
Tue, 09 Dec 2014 18:21:55 +0300 Maxim Dounin Upstream: inheritance of proxy_pass and friends (ticket #645).
Wed, 19 Nov 2014 17:33:23 +0300 Roman Arutyunyan Upstream: different header lists for cached and uncached requests.
Wed, 19 Nov 2014 17:33:22 +0300 Roman Arutyunyan Upstream: moved header lists to separate structures.
Wed, 19 Nov 2014 17:33:21 +0300 Roman Arutyunyan Upstream: moved header initializations to separate functions.
Tue, 18 Nov 2014 20:41:12 +0300 Roman Arutyunyan Cache: proxy_cache_lock_age and friends.
Thu, 30 Oct 2014 04:30:41 -0700 Piotr Sikora Upstream: add "proxy_ssl_certificate" and friends.
Tue, 28 Oct 2014 12:29:59 +0300 Roman Arutyunyan Upstream: proxy_limit_rate and friends.
Tue, 14 Oct 2014 18:32:01 +0400 Roman Arutyunyan Upstream: proxy_force_ranges and friends.
Fri, 12 Sep 2014 18:50:47 +0400 Roman Arutyunyan Upstream: limited next_upstream time and tries (ticket #544).
Thu, 11 Sep 2014 20:08:52 +0400 Maxim Dounin Added warning about unset cache keys.
Thu, 11 Sep 2014 20:08:45 +0400 Maxim Dounin Style.
Tue, 08 Jul 2014 03:03:14 -0700 Piotr Sikora Style: remove whitespace between function name and parentheses.
Thu, 26 Jun 2014 02:35:01 +0400 Maxim Dounin Upstream: cache revalidation using If-None-Match.
Fri, 18 Apr 2014 20:13:32 +0400 Maxim Dounin Upstream: uwsgi_ssl_name, uwsgi_ssl_verify, and so on.
Fri, 18 Apr 2014 20:13:24 +0400 Maxim Dounin Upstream: plugged potential memory leak on reload.
Tue, 11 Feb 2014 21:54:42 -0800 Piotr Sikora Upstream: fix $upstream_status variable.
Fri, 27 Dec 2013 18:47:42 +0400 Valentin Bartenev Style: removed surplus semicolons.
Thu, 12 Dec 2013 20:28:48 +0400 Maxim Dounin Trailing whitespace fix.
Fri, 06 Dec 2013 16:00:49 -0800 Piotr Sikora Fixed incorrect ngx_str_set() usage, broken in c82b2e020b9f.
Wed, 04 Dec 2013 23:13:13 +0400 Maxim Dounin Fixed build without SSL, broken by c82b2e020b9f.
Wed, 04 Dec 2013 23:01:27 +0400 Maxim Dounin SSL support in the uwsgi module.
Fri, 29 Nov 2013 17:23:38 +0400 Maxim Dounin Upstream: skip empty cache headers.
Mon, 18 Nov 2013 20:48:22 +0400 Maxim Dounin Upstream: cache revalidation with conditional requests.
Fri, 27 Sep 2013 16:50:34 +0400 Maxim Dounin Upstream: subrequest_in_memory support for SCGI and uwsgi enabled.
Mon, 27 May 2013 16:54:09 +0400 Maxim Dounin Upstream: http_403 support in proxy_next_upstream (and friends).
Sat, 23 Feb 2013 11:50:42 +0000 Maxim Dounin Trailing whitespace fix.
Wed, 20 Feb 2013 16:41:05 +0000 Maxim Dounin Connection upgrade support in uwsgi and scgi modules.
Wed, 16 Jan 2013 09:42:57 +0000 Ruslan Ermilov Fixed and improved the "*_bind" directives of proxying modules.
Thu, 06 Dec 2012 23:03:53 +0000 Ruslan Ermilov Allow the complex value to be defined as an empty string.
Fri, 11 May 2012 13:09:24 +0000 Maxim Dounin Added r->state reset on fastcgi/scgi/uwsgi request start.
Thu, 12 Apr 2012 19:35:41 +0000 Ruslan Ermilov Fixed grammar in error messages.
Thu, 15 Mar 2012 11:41:43 +0000 Maxim Dounin Merge of r4530, r4531: null character fixes. stable-1.0
Thu, 15 Mar 2012 11:27:12 +0000 Maxim Dounin Fixed incorrect ngx_cpystrn() usage in ngx_http_*_process_header().
Thu, 15 Mar 2012 11:21:54 +0000 Maxim Dounin Uwsgi: merged r->http_version fixes from scgi module.
Mon, 05 Mar 2012 18:09:06 +0000 Maxim Dounin Whitespace fixes.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Sun, 05 Feb 2012 19:23:44 +0000 Maxim Dounin Merge of r4402: stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 16 Jan 2012 11:01:52 +0000 Maxim Dounin Fixed proxy_cache_use_stale in "no live upstreams" case.
Mon, 26 Dec 2011 11:16:19 +0000 Maxim Dounin Cache lock support for fastcgi, scgi, uwsgi.
Wed, 14 Dec 2011 15:13:25 +0000 Maxim Dounin Merge of r4275, r4276, r4278, r4279: stable-1.0
Fri, 09 Dec 2011 13:47:04 +0000 Valentin Bartenev uwsgi: added "if_not_empty" flag support to the "uwsgi_param" directive.
Mon, 14 Nov 2011 13:26:18 +0000 Maxim Dounin Fixed fastcgi/scgi/uwsgi_param inheritance.
Mon, 14 Nov 2011 13:24:43 +0000 Maxim Dounin Separate functions to merge fastcgi/scgi/uwsgi params.
Fri, 30 Sep 2011 11:53:27 +0000 Maxim Dounin Added uwsgi_buffering and scgi_buffering directives.
Fri, 19 Aug 2011 20:11:39 +0000 Maxim Dounin Fix ignored headers handling in fastcgi/scgi/uwsgi.
Fri, 29 Jul 2011 15:33:03 +0000 Igor Sysoev update r3945 with more descriptive error message
Mon, 04 Apr 2011 10:43:21 +0000 Igor Sysoev fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_pass
Tue, 03 Aug 2010 09:24:25 +0000 Igor Sysoev inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass inside
Mon, 02 Aug 2010 12:47:52 +0000 Igor Sysoev fix directive type
Mon, 19 Jul 2010 09:36:04 +0000 Igor Sysoev proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass
Wed, 14 Jul 2010 11:29:19 +0000 Igor Sysoev fix scgi_no_cache and uwsgi_no_cache initialization
Wed, 14 Jul 2010 11:15:45 +0000 Igor Sysoev use ngx_http_test_predicates(), ngx_http_set_predicate_slot()
Fri, 02 Jul 2010 10:05:40 +0000 Igor Sysoev do not use a cache headers set to hide
Fri, 02 Jul 2010 09:25:38 +0000 Igor Sysoev use shared ngx_http_upstream_ignore_headers_masks[]
Tue, 15 Jun 2010 15:30:00 +0000 Igor Sysoev style fix
Tue, 15 Jun 2010 15:27:06 +0000 Igor Sysoev fix r3628
Tue, 15 Jun 2010 15:21:37 +0000 Igor Sysoev make code more obviuos
Tue, 15 Jun 2010 15:15:06 +0000 Igor Sysoev use ngx_http_parse_status_line()
Tue, 15 Jun 2010 15:09:18 +0000 Igor Sysoev update the previous commit
Tue, 15 Jun 2010 14:30:13 +0000 Igor Sysoev support CGI-style response
Tue, 15 Jun 2010 12:45:33 +0000 Igor Sysoev style fix
Tue, 08 Jun 2010 19:33:53 +0000 Igor Sysoev delete empty Server and Date header used only in proxy mode
Tue, 08 Jun 2010 16:15:47 +0000 Igor Sysoev change variable names
Tue, 08 Jun 2010 13:43:20 +0000 Igor Sysoev delete surplus flush
Fri, 04 Jun 2010 12:55:01 +0000 Igor Sysoev uwsgi cache
Fri, 04 Jun 2010 12:32:08 +0000 Igor Sysoev uwsgi_bind
Fri, 04 Jun 2010 12:26:27 +0000 Igor Sysoev allow uwsgi_param to override client headers using HTTP_ parameters
Fri, 04 Jun 2010 11:31:01 +0000 Igor Sysoev uwsgi_store
Fri, 04 Jun 2010 10:03:57 +0000 Igor Sysoev add uwsgi_param and client request headers debug logging
Tue, 01 Jun 2010 20:27:03 +0000 Igor Sysoev style fix
Tue, 01 Jun 2010 20:24:30 +0000 Igor Sysoev improve uwsgi_string processing
Tue, 01 Jun 2010 20:23:14 +0000 Igor Sysoev delete unneeded declaration
Tue, 01 Jun 2010 20:21:56 +0000 Igor Sysoev delete unused ngx_http_uwsgi_add_variables()
Tue, 01 Jun 2010 20:19:57 +0000 Igor Sysoev improve uwsgi_modifierX processing:
Tue, 01 Jun 2010 19:57:52 +0000 Igor Sysoev remove LICENSE text
Tue, 01 Jun 2010 17:46:01 +0000 Igor Sysoev style fix
Tue, 01 Jun 2010 17:44:51 +0000 Igor Sysoev ./configure --http-uwsgi-temp-path=PATH
Tue, 01 Jun 2010 17:30:23 +0000 Igor Sysoev fix the previous commit when value is static string: remove the special
Tue, 01 Jun 2010 17:25:36 +0000 Igor Sysoev remove useless copy: key name should be just copied before value length
Tue, 01 Jun 2010 17:04:56 +0000 Igor Sysoev simplify binary little endian length processing
Tue, 01 Jun 2010 16:12:00 +0000 Igor Sysoev use ngx_str_set() and ngx_str_null()
Tue, 01 Jun 2010 16:10:05 +0000 Igor Sysoev fix copyrights
Tue, 01 Jun 2010 16:00:42 +0000 Igor Sysoev fix style, some names, and building by MSVC8
Tue, 01 Jun 2010 15:55:04 +0000 Igor Sysoev style fix: remove tabs and trailing spaces
Tue, 01 Jun 2010 15:53:11 +0000 Igor Sysoev import original ngx_http_uwsgi_module version