log src/http/modules/ngx_http_proxy_module.c @ 6746:63991ab67b3a

age author description
Fri, 14 Oct 2016 19:48:26 +0300 Maxim Dounin Proxy: do not create conf->headers_source when not needed.
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.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Mon, 28 Mar 2016 19:50:19 +0300 Maxim Dounin Upstream: proxy_next_upstream non_idempotent.
Fri, 06 Nov 2015 15:21:51 +0300 Ruslan Ermilov Proxy: improved code readability.
Sat, 21 Nov 2015 10:44:07 +0300 Ruslan Ermilov Upstream: fixed "no port" detection in evaluated upstreams.
Wed, 11 Nov 2015 15:47:30 +0300 Roman Arutyunyan Upstream: proxy_cache_convert_head directive.
Mon, 25 May 2015 17:58:20 +0300 Maxim Dounin Disabled SSLv3 by default (ticket #653).
Thu, 26 Mar 2015 02:31:30 +0300 Maxim Dounin Proxy: fixed proxy_request_buffering and chunked with preread body.
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Proxy: proxy_request_buffering chunked support.
Mon, 23 Mar 2015 21:09:19 +0300 Maxim Dounin Request body: unbuffered reading.
Mon, 23 Mar 2015 19:28:54 +0300 Maxim Dounin Proxy: fixed proxy_set_body with proxy_cache.
Wed, 04 Mar 2015 08:12:53 +0300 Ruslan Ermilov Proxy: use an appropriate error on memory allocation failure.
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:39 +0300 Maxim Dounin Proxy: fixed incorrect URI change due to if (ticket #86).
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).
Tue, 09 Dec 2014 18:20:19 +0300 Maxim Dounin Proxy: the "TE" header now stripped by default (ticket #537).
Wed, 19 Nov 2014 17:33:24 +0300 Roman Arutyunyan Proxy: renamed and rearranged fields in proxy configuration.
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, 26 Jun 2014 02:35:01 +0400 Maxim Dounin Upstream: cache revalidation using If-None-Match.
Wed, 14 May 2014 22:26:30 +0400 Ruslan Ermilov Style: use %N instead of '\n' where appropriate.
Mon, 18 Nov 2013 03:06:45 +0400 Valentin Bartenev Proxy: fixed possible uninitialized memory access.
Fri, 18 Apr 2014 20:13:30 +0400 Maxim Dounin Upstream: proxy_ssl_verify and friends.
Fri, 18 Apr 2014 20:13:28 +0400 Maxim Dounin Upstream: proxy_ssl_name and proxy_ssl_server_name directives.
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.
Wed, 11 Dec 2013 21:30:38 +0400 Valentin Bartenev Use ngx_chain_get_free_buf() in pipe input filters.
Mon, 18 Nov 2013 20:48:22 +0400 Maxim Dounin Upstream: cache revalidation with conditional requests.
Fri, 27 Sep 2013 16:50:13 +0400 Maxim Dounin Upstream: proxy_no_cache, fastcgi_no_cache warnings removed.
Mon, 23 Sep 2013 15:58:28 -0700 Piotr Sikora Proxy: added the "proxy_ssl_ciphers" directive.
Thu, 19 Sep 2013 18:30:33 +0400 Andrei Belov Proxy: added the "proxy_ssl_protocols" directive.
Wed, 04 Sep 2013 20:48:23 +0400 Maxim Dounin Win32: Borland C compatibility fixes.
Thu, 25 Jul 2013 15:00:12 +0400 Maxim Dounin Upstream: added check if a response is complete.
Sat, 11 May 2013 21:12:24 +0400 Maxim Dounin Proxy: $proxy_internal_body_length fixed. stable-1.4
Mon, 27 May 2013 16:54:09 +0400 Maxim Dounin Upstream: http_403 support in proxy_next_upstream (and friends).
Wed, 15 May 2013 12:23:44 +0400 Maxim Dounin Proxy: clear script engine used to calculate lengths.
Mon, 13 May 2013 13:19:28 +0400 Maxim Dounin Fixed chunk size parsing. stable-1.2
Sat, 11 May 2013 21:12:24 +0400 Maxim Dounin Proxy: $proxy_internal_body_length fixed.
Mon, 29 Apr 2013 18:58:58 +0400 Ruslan Ermilov Proxy: allocate $proxy_internal_body_length from request pool.
Wed, 27 Feb 2013 13:29:50 +0000 Ruslan Ermilov Correctly handle multiple X-Forwarded-For headers (ticket #106).
Mon, 18 Feb 2013 13:50:52 +0000 Maxim Dounin Proxy: support for connection upgrade (101 Switching Protocols).
Mon, 11 Feb 2013 15:31:10 +0000 Maxim Dounin Merge of r5013: proxy: fixed proxy_method to always add space. stable-1.2
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.
Wed, 14 Dec 2011 15:13:25 +0000 Maxim Dounin Merge of r4275, r4276, r4278, r4279: stable-1.0
Mon, 12 Dec 2011 09:02:29 +0000 Valentin Bartenev Proxy: added variables and regexp support to the first parameter of
Mon, 14 Nov 2011 13:21:10 +0000 Maxim Dounin Fixed Upgrade header clearing with proxy_cache.
Mon, 14 Nov 2011 13:19:56 +0000 Maxim Dounin Fixed proxy_set_header inheritance with proxy_set_body.
Mon, 14 Nov 2011 13:18:15 +0000 Maxim Dounin Fixed proxy_set_header inheritance with proxy_cache (ticket #45).
Wed, 12 Oct 2011 13:24:59 +0000 Maxim Dounin Wording fix, "many data" is incorrect.
Fri, 30 Sep 2011 13:42:59 +0000 Igor Sysoev Merging r4010, r4065: stable-1.0
Sun, 25 Sep 2011 20:04:20 +0000 Maxim Dounin Proxy: logging levels tuned, double logging fixed.
Sun, 25 Sep 2011 20:03:27 +0000 Maxim Dounin Proxy: whitespaces after chunk size allowed.
Thu, 15 Sep 2011 19:23:20 +0000 Maxim Dounin Proxy: basic HTTP/1.1 support (including keepalive).
Thu, 15 Sep 2011 19:22:35 +0000 Maxim Dounin Protocol version parsing in ngx_http_parse_status_line().
Mon, 29 Aug 2011 12:56:09 +0000 Igor Sysoev Merge of r3964, r3977, r3978: stable-1.0
Thu, 18 Aug 2011 16:34:24 +0000 Maxim Dounin Fixing proxy_set_body and proxy_pass_request_body with SSL.
Sat, 30 Jul 2011 06:11:46 +0000 Igor Sysoev test length of proxy_pass with variables
Fri, 29 Jul 2011 15:33:03 +0000 Igor Sysoev update r3945 with more descriptive error message
Thu, 17 Feb 2011 11:54:35 +0000 Igor Sysoev always test proxy_redirect with slash, this fixes a case when nginx uses
Tue, 03 Aug 2010 12:59:14 +0000 Igor Sysoev *) make code consistent to fastcgi, etc
Tue, 03 Aug 2010 12:53:06 +0000 Igor Sysoev use NULL instead of 0
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:55:43 +0000 Igor Sysoev add warnings for proxy_no_cache and fastcgi_no_cache
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: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: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 09:31:19 +0000 Igor Sysoev allow spaces in URI
Mon, 07 Jun 2010 14:37:56 +0000 Igor Sysoev delete useless code
Mon, 07 Jun 2010 14:33:50 +0000 Igor Sysoev fix rewritten Refresh header length
Mon, 07 Jun 2010 12:23:23 +0000 Igor Sysoev merge r3518, r3527: stable-0.7
Mon, 07 Jun 2010 11:45:04 +0000 Igor Sysoev merge r3478: stable-0.7
Mon, 07 Jun 2010 09:36:33 +0000 Igor Sysoev merge r3452, r3462, r3471, r3472: stable-0.7
Thu, 03 Jun 2010 14:50:59 +0000 Igor Sysoev use local headers_names array instead of stored in configuration
Mon, 24 May 2010 11:01:05 +0000 Igor Sysoev proxy_no_cache and fastcgi_no_cache
Thu, 20 May 2010 11:46:01 +0000 Igor Sysoev delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout,
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Thu, 25 Mar 2010 13:27:52 +0000 Igor Sysoev reset a parsing state to parse correctly an upstream response,
Wed, 10 Mar 2010 14:41:49 +0000 Igor Sysoev "proxy_redirect default" may not be used if a proxy_pass uses variables
Wed, 10 Mar 2010 14:37:18 +0000 Igor Sysoev fix proxy_redirect name in error message
Mon, 01 Feb 2010 15:46:14 +0000 Igor Sysoev merge r3137, r3198, r3199, r3353, r3370, r3371, r3398, r3399: stable-0.7
Mon, 01 Feb 2010 14:01:24 +0000 Igor Sysoev merge r2990, r3324, r3384, r3419: stable-0.7
Wed, 23 Dec 2009 14:22:17 +0000 Igor Sysoev fix typo
Tue, 22 Dec 2009 16:41:34 +0000 Igor Sysoev fix the "If-None-Match" header name
Sun, 29 Nov 2009 20:49:29 +0000 Igor Sysoev log proxied HTTP/0.9 responses status as "009"
Sun, 15 Nov 2009 11:36:12 +0000 Igor Sysoev allow "proxy_pass http://$backend" without URI part
Mon, 02 Nov 2009 15:24:02 +0000 Igor Sysoev proxy_bind, fastcgi_bind, and memcached_bind
Mon, 26 Oct 2009 17:09:27 +0000 Igor Sysoev merge r3001, r3007, r3013: stable-0.7
Mon, 26 Oct 2009 15:54:29 +0000 Igor Sysoev merge r2903, r2911, r2912, r3002: stable-0.7
Mon, 27 Jul 2009 13:25:29 +0000 Igor Sysoev ngx_http_upstream_create() to cleanup the previous upstream after
Mon, 20 Jul 2009 11:44:38 +0000 Igor Sysoev do auto redirect for proxy_pass/fastcgi_pass with variables
Mon, 22 Jun 2009 09:29:10 +0000 Igor Sysoev merge r2950, r2951: stable-0.7
Mon, 15 Jun 2009 14:25:08 +0000 Igor Sysoev fix building --without-http-cache, broken in r2930
Mon, 15 Jun 2009 09:30:59 +0000 Igor Sysoev merge r2895, r2896, r2926, r2927, r2928, r2930, and r2936: stable-0.7
Mon, 08 Jun 2009 12:33:11 +0000 Igor Sysoev inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_header
Sat, 06 Jun 2009 18:49:47 +0000 Igor Sysoev proxy_cache_use_stale/fastcgi_cache_use_stale updating
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Thu, 28 May 2009 13:41:44 +0000 Igor Sysoev report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibility
Thu, 28 May 2009 13:31:43 +0000 Igor Sysoev style fix
Tue, 19 May 2009 13:27:27 +0000 Igor Sysoev proxy_cache_methods and fastcgi_cache_methods
Mon, 18 May 2009 16:13:02 +0000 Igor Sysoev r2754 merge: stable-0.6
Thu, 30 Apr 2009 16:15:07 +0000 Igor Sysoev proxy_ignore_headers and fastcgi_ignore_headers
Thu, 30 Apr 2009 12:43:38 +0000 Igor Sysoev *) check a proxy_redirect single parameter
Fri, 24 Apr 2009 19:56:09 +0000 Igor Sysoev merge SSL context inside "if" block
Thu, 16 Apr 2009 19:25:09 +0000 Igor Sysoev move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory
Wed, 15 Apr 2009 11:42:49 +0000 Igor Sysoev hide cacheable Set-Cookie and P3P response headers
Wed, 15 Apr 2009 11:21:12 +0000 Igor Sysoev do not pass if-... headers for cacheable responses
Mon, 06 Apr 2009 08:58:44 +0000 Igor Sysoev proxy_cache_key
Tue, 24 Mar 2009 12:31:24 +0000 Igor Sysoev unlink proxy_cache and proxy_cache_valid
Mon, 23 Mar 2009 16:40:11 +0000 Igor Sysoev fix the previous commit
Mon, 23 Mar 2009 15:57:57 +0000 Igor Sysoev axe old definition fields
Mon, 23 Mar 2009 13:14:51 +0000 Igor Sysoev a prelimiary proxy cache support
Wed, 24 Dec 2008 16:18:35 +0000 Igor Sysoev fix segfault, introduced in r2423
Tue, 23 Dec 2008 19:35:12 +0000 Igor Sysoev variable support for unix sockets in fastcgi_pass and proxy_pass
Wed, 10 Dec 2008 14:44:48 +0000 Igor Sysoev delete surplus upstream.schema field
Thu, 27 Nov 2008 14:22:34 +0000 Igor Sysoev r2068 merge: stable-0.6
Thu, 30 Oct 2008 15:59:10 +0000 Igor Sysoev fix r1913
Fri, 24 Oct 2008 19:34:24 +0000 Igor Sysoev fix case proxy_pass URL is evaluted to http://host?args
Tue, 30 Sep 2008 15:39:02 +0000 Igor Sysoev *) ngx_http_upstream_test_next()
Wed, 24 Sep 2008 14:02:50 +0000 Igor Sysoev underscores_in_headers
Fri, 05 Sep 2008 15:25:47 +0000 Igor Sysoev remove unused #include's
Tue, 26 Aug 2008 14:24:14 +0000 Igor Sysoev *) refactor ngx_parse_inet_url()
Sun, 17 Aug 2008 17:47:52 +0000 Igor Sysoev proxy_ssl_session_reuse
Mon, 04 Aug 2008 10:07:00 +0000 Igor Sysoev ngx_strlow()
Thu, 26 Jun 2008 13:00:39 +0000 Igor Sysoev the "Expect" header support
Tue, 17 Jun 2008 15:00:30 +0000 Igor Sysoev *) back out r2040
Sat, 24 May 2008 15:48:50 +0000 Igor Sysoev remove directives deprecated in 0.3.x
Thu, 22 May 2008 12:09:41 +0000 Igor Sysoev style fix
Sun, 04 May 2008 09:29:43 +0000 Igor Sysoev r1699, r1700, r1701, r1702, r1707 merge: stable-0.5
Tue, 11 Mar 2008 14:10:11 +0000 Igor Sysoev non cacheable $proxy_host and $proxy_port
Mon, 03 Mar 2008 20:04:06 +0000 Igor Sysoev fix r1903
Mon, 11 Feb 2008 14:02:28 +0000 Igor Sysoev add X-Accel-Charset to ingored header, fix X-Accel-Buffering
Tue, 08 Jan 2008 16:52:00 +0000 Igor Sysoev r1617 merge: stable-0.5
Mon, 24 Dec 2007 17:05:31 +0000 Igor Sysoev use %*s format
Wed, 12 Dec 2007 16:57:36 +0000 Igor Sysoev r1566 merge: stable-0.5
Wed, 12 Dec 2007 16:54:53 +0000 Igor Sysoev r1564 merge: stable-0.5
Sun, 09 Dec 2007 18:03:20 +0000 Igor Sysoev *) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTR
Sun, 09 Dec 2007 08:22:35 +0000 Igor Sysoev return NGX_ERROR instead of NGX_HTTP_INTERNAL_SERVER_ERROR in u->parse_header()
Mon, 03 Dec 2007 15:47:35 +0000 Igor Sysoev fix segfault
Sat, 01 Dec 2007 19:57:37 +0000 Igor Sysoev style fix: remove trailing spaces
Wed, 28 Nov 2007 19:55:31 +0000 Igor Sysoev ngx_parse_url() saves port text, this allows to use it in proxy host header
Wed, 28 Nov 2007 15:06:05 +0000 Igor Sysoev fix segfault
Tue, 27 Nov 2007 13:34:13 +0000 Igor Sysoev proxy_pass variables support
Tue, 06 Nov 2007 15:01:13 +0000 Igor Sysoev set status in correct place
Sun, 14 Oct 2007 18:56:15 +0000 Igor Sysoev fix English grammar
Tue, 09 Oct 2007 20:11:03 +0000 Igor Sysoev style fix: remove double semicolons
Sun, 23 Sep 2007 19:28:29 +0000 Igor Sysoev r1489 merge: stable-0.5
Sun, 23 Sep 2007 19:19:14 +0000 Igor Sysoev r1467 merge: stable-0.5
Sat, 22 Sep 2007 18:44:30 +0000 Igor Sysoev r1340, r1341 merge: stable-0.5
Sat, 15 Sep 2007 16:54:58 +0000 Igor Sysoev the "proxy_hide_header" and "fastcgi_hide_header" directives did not
Sun, 09 Sep 2007 18:25:03 +0000 Igor Sysoev escape internal request URI in proxy_pass
Tue, 14 Aug 2007 20:02:09 +0000 Igor Sysoev r1354 merge: stable-0.5
Sat, 11 Aug 2007 10:11:33 +0000 Igor Sysoev r1292, r1296 merge: stable-0.5
Sun, 29 Jul 2007 18:11:39 +0000 Igor Sysoev named location
Mon, 23 Jul 2007 12:32:34 +0000 Igor Sysoev style fix
Fri, 13 Jul 2007 08:30:34 +0000 Igor Sysoev proxy_store and fastcgi_store were changed,
Thu, 12 Jul 2007 11:19:05 +0000 Igor Sysoev proxy_store and fastcgi_store
Thu, 07 Jun 2007 12:20:34 +0000 Igor Sysoev style fix
Sun, 22 Apr 2007 20:21:59 +0000 Igor Sysoev proxy_headers_hash_max_size and proxy_headers_hash_bucket_size
Wed, 21 Feb 2007 11:50:39 +0000 Igor Sysoev use the contemporary directives
Wed, 14 Feb 2007 18:51:19 +0000 Igor Sysoev ngx_strcasecmp()/ngx_strncasecmp()
Tue, 02 Jan 2007 23:37:25 +0000 Igor Sysoev ngx_ssl_get_server_conf()
Wed, 20 Dec 2006 19:38:06 +0000 Igor Sysoev fix debug log
Tue, 12 Dec 2006 16:46:16 +0000 Igor Sysoev rewritten upstream
Mon, 11 Dec 2006 08:59:30 +0000 Igor Sysoev fix fastcgi and memcached upstreams
Mon, 04 Dec 2006 16:46:13 +0000 Igor Sysoev upstream choice modules
Tue, 14 Nov 2006 12:43:14 +0000 Igor Sysoev allow proxy_pass inside limit_except
Wed, 25 Oct 2006 14:13:27 +0000 Igor Sysoev axe unused code
Mon, 09 Oct 2006 14:03:16 +0000 Igor Sysoev align hash bucket size to cache line
Fri, 06 Oct 2006 15:06:02 +0000 Igor Sysoev fix hash building on unknown 64-bit platform
Tue, 26 Sep 2006 21:15:52 +0000 Igor Sysoev fix proxy_redirect with variable
Mon, 14 Aug 2006 15:09:38 +0000 Igor Sysoev nginx-0.3.58-RELEASE import release-0.3.58
Fri, 28 Jul 2006 15:16:17 +0000 Igor Sysoev nginx-0.3.55-RELEASE import release-0.3.55
Tue, 11 Jul 2006 13:20:19 +0000 Igor Sysoev nginx-0.3.54-RELEASE import release-0.3.54
Fri, 07 Jul 2006 16:33:19 +0000 Igor Sysoev nginx-0.3.53-RELEASE import release-0.3.53
Wed, 28 Jun 2006 16:00:26 +0000 Igor Sysoev nginx-0.3.50-RELEASE import release-0.3.50
Mon, 29 May 2006 17:28:12 +0000 Igor Sysoev nginx-0.3.48-RELEASE import release-0.3.48
Tue, 23 May 2006 14:54:58 +0000 Igor Sysoev nginx-0.3.47-RELEASE import release-0.3.47
Thu, 11 May 2006 14:43:47 +0000 Igor Sysoev nginx-0.3.46-RELEASE import release-0.3.46
Wed, 19 Apr 2006 15:30:56 +0000 Igor Sysoev nginx-0.3.40-RELEASE import release-0.3.40
Wed, 05 Apr 2006 13:40:54 +0000 Igor Sysoev nginx-0.3.36-RELEASE import release-0.3.36
Tue, 28 Mar 2006 12:24:47 +0000 Igor Sysoev nginx-0.3.35-RELEASE import release-0.3.35
Wed, 15 Mar 2006 09:53:04 +0000 Igor Sysoev nginx-0.3.33-RELEASE import release-0.3.33
Fri, 10 Mar 2006 12:51:52 +0000 Igor Sysoev nginx-0.3.31-RELEASE import release-0.3.31
Wed, 08 Feb 2006 15:33:12 +0000 Igor Sysoev nginx-0.3.27-RELEASE import release-0.3.27
Fri, 03 Feb 2006 12:58:48 +0000 Igor Sysoev nginx-0.3.26-RELEASE import release-0.3.26
Wed, 01 Feb 2006 18:22:15 +0000 Igor Sysoev nginx-0.3.24-RELEASE import release-0.3.24
Mon, 26 Dec 2005 17:07:48 +0000 Igor Sysoev nginx-0.3.18-RELEASE import release-0.3.18
Sun, 18 Dec 2005 16:02:44 +0000 Igor Sysoev nginx-0.3.17-RELEASE import release-0.3.17
Fri, 16 Dec 2005 15:07:08 +0000 Igor Sysoev nginx-0.3.16-RELEASE import release-0.3.16
Mon, 05 Dec 2005 13:18:09 +0000 Igor Sysoev nginx-0.3.13-RELEASE import release-0.3.13
Sat, 26 Nov 2005 10:11:11 +0000 Igor Sysoev nginx-0.3.12-RELEASE import release-0.3.12
Tue, 15 Nov 2005 14:49:57 +0000 Igor Sysoev nginx-0.3.11-RELEASE import release-0.3.11
Tue, 15 Nov 2005 13:30:52 +0000 Igor Sysoev nginx-0.3.10-RELEASE import release-0.3.10