log src/http/modules/ngx_http_proxy_module.c @ 5043:30fe1b1acf93 stable-1.2

age author description
Sun, 10 Feb 2013 03:22:58 +0000 Maxim Dounin Merge of r4963: proxy: better error message about unexpected data. stable-1.2
Sun, 10 Feb 2013 03:08:42 +0000 Maxim Dounin Merge of r4948, r4949, r4964, r4973, r5011: variables. stable-1.2
Tue, 22 Jan 2013 12:36:00 +0000 Maxim Dounin Proxy: fixed proxy_method to always add space.
Wed, 16 Jan 2013 09:42:57 +0000 Ruslan Ermilov Fixed and improved the "*_bind" directives of proxying modules.
Thu, 13 Dec 2012 13:45:39 +0000 Maxim Dounin Proxy: better error message about unexpected data.
Thu, 06 Dec 2012 23:03:53 +0000 Ruslan Ermilov Allow the complex value to be defined as an empty string.
Wed, 21 Nov 2012 01:03:48 +0000 Maxim Dounin Request body: always use calculated size of a request body in proxy.
Wed, 21 Nov 2012 00:59:16 +0000 Maxim Dounin Request body: chunked parsing moved to ngx_http_parse.c from proxy.
Mon, 23 Apr 2012 10:40:01 +0000 Maxim Dounin Proxy: added ctx checking to input filters.
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().
Mon, 05 Mar 2012 13:26:40 +0000 Maxim Dounin Merge of r4500: fixed spelling in single-line comments. stable-1.0
Mon, 05 Mar 2012 11:47:25 +0000 Maxim Dounin Merge of r4423: fixed proxy_redirect off inheritance. stable-1.0
Tue, 28 Feb 2012 11:31:05 +0000 Ruslan Ermilov Fixed spelling in single-line comments.
Mon, 13 Feb 2012 11:08:05 +0000 Valentin Bartenev Proxy: added the "proxy_cookie_path" directive.
Mon, 13 Feb 2012 11:04:45 +0000 Valentin Bartenev Proxy: added the "proxy_cookie_domain" directive.
Mon, 13 Feb 2012 11:00:08 +0000 Valentin Bartenev Proxy: generic regex related code from the "proxy_redirect" directive moved
Mon, 13 Feb 2012 10:56:09 +0000 Valentin Bartenev Proxy: generic rewrite code from the "proxy_redirect" handlers moved to a
Mon, 13 Feb 2012 10:42:44 +0000 Valentin Bartenev Proxy: renamed some "proxy_redirect" related declarations to a more general and
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
Sun, 05 Feb 2012 19:15:09 +0000 Maxim Dounin Merge of r4401, r4415: stable-1.0
Mon, 30 Jan 2012 11:22:56 +0000 Valentin Bartenev Fixed proxy_redirect off inheritance.
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.
Wed, 11 Jan 2012 11:15:00 +0000 Maxim Dounin Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.
Tue, 10 Jan 2012 15:09:45 +0000 Valentin Bartenev Fixed: proxy_redirect with regex might broke Refresh header.
Mon, 26 Dec 2011 11:15:23 +0000 Maxim Dounin Cache locks initial implementation.
Fri, 23 Dec 2011 16:04:09 +0000 Maxim Dounin Proxy: made proxy_pass with variables more consistent.