summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.11.6-RELEASErelease-1.11.6Maxim Dounin2016-11-151-0/+130
* Fixed a typo, removed an empty line.Maxim Dounin2016-11-141-2/+1
* Upstream: handling of upstream SSL handshake timeouts.Maxim Dounin2016-11-141-0/+7
* Range filter: only initialize ctx->ranges in main request.hucongcong2016-11-101-6/+6
* Core: slight optimization in ngx_chain_update_chains().hucongcong2016-11-101-7/+9
* Style: switch.Ruslan Ermilov2016-11-042-3/+0
* Cache: prefix-based temporary files.Maxim Dounin2016-11-034-40/+46
* Upstream: avoid holding a cache node with upgraded connections.Maxim Dounin2016-11-031-0/+17
* Cache: proxy_cache_max_range_offset and friends.Dmitry Volyntsev2016-11-026-0/+105
* HTTP/2: flow control debugging.Sergey Kandaurov2016-11-021-0/+4
* Perl: fixed optimization in SSI command handler.Maxim Dounin2016-11-011-1/+1
* HTTP/2: slightly improved debugging.Ruslan Ermilov2016-10-311-3/+4
* Upstream: removed ngx_http_upstream_srv_conf_t.default_port.Ruslan Ermilov2016-10-172-3/+0
* Upstream: don't consider default_port when matching upstreams.Ruslan Ermilov2016-10-171-6/+0
* Upstream: consistently initialize explicit upstreams.Ruslan Ermilov2016-10-171-0/+2
* Upstream: do not unnecessarily create per-request upstreams.Ruslan Ermilov2016-10-312-34/+34
* Upstream: added the ngx_http_upstream_resolved_t.name field.Ruslan Ermilov2016-10-319-22/+14
* Upstream: removed unnecessary condition in proxy_eval() and friends.Ruslan Ermilov2016-10-315-5/+5
* HTTP/2: limited maximum number of requests in connection.Valentin Bartenev2016-10-313-8/+32
* Mp4: introduced custom version of ngx_atofp().Maxim Dounin2016-10-271-14/+60
* Proxy: support variables for proxy_method directive.Dmitry Lazurkin2016-10-161-6/+10
* SSL: RFC2253 compliant $ssl_client_s_dn and $ssl_client_i_dn.Dmitry Volyntsev2016-10-213-1/+115
* Image filter: support for WebP.Valentin Bartenev2016-10-212-5/+164
* HTTP/2: graceful shutdown of active connections (closes #1106).Valentin Bartenev2016-10-202-9/+39
* SSL: compatibility with BoringSSL.Maxim Dounin2016-10-192-2/+6
* Core: show file contents only once while dumping configuration.Vladimir Homutov2016-10-183-24/+66
* SSL: overcame possible buffer over-read in ngx_ssl_error().Valentin Bartenev2016-10-181-1/+3
* Mail: support SASL EXTERNAL (RFC 4422).Rob N ★2016-10-0810-15/+110
* Mail: extensible auth methods in pop3 module.Maxim Dounin2016-10-181-28/+66
* Upstream: handling of proxy_set_header at http level.Maxim Dounin2016-10-144-0/+56
* Proxy: do not create conf->headers_source when not needed.Maxim Dounin2016-10-141-15/+10
* Upstream: hide_headers_hash handling at http level.Maxim Dounin2016-10-141-1/+17
* Upstream: hide_headers_hash inherited regardless of cache settings.Maxim Dounin2016-10-141-6/+1
* Style.Maxim Dounin2016-10-141-1/+0
* Cache: cache manager debugging.Ruslan Ermilov2016-10-131-9/+23
* Version bump.Ruslan Ermilov2016-10-131-2/+2
* release-1.11.5 tagMaxim Dounin2016-10-111-0/+1
* nginx-1.11.5-RELEASErelease-1.11.5Maxim Dounin2016-10-111-0/+134
* Updated OpenSSL used for win32 builds.Maxim Dounin2016-10-111-1/+1
* Modules compatibility: removed dependencies on NGX_MAIL_SSL.Maxim Dounin2016-10-101-4/+0
* Modules compatibility: removed dependencies on NGX_STREAM_SSL.Maxim Dounin2016-10-104-14/+0
* Modules compatibility: compatibility with NGX_HTTP_SSL.Maxim Dounin2016-10-109-33/+26
* Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.Maxim Dounin2016-10-106-11/+7
* Modules compatibility: compatibility with NGX_THREADS.Maxim Dounin2016-10-108-24/+21
* Allowed '-' in method names.Maxim Dounin2016-10-102-3/+3
* Core: sockaddr lengths now respected by ngx_cmp_sockaddr().Maxim Dounin2016-10-101-6/+13
* Core: ngx_conf_set_access_slot() user access (ticket #1096).Maxim Dounin2016-10-071-2/+6
* Realip: fixed duplicate processing on redirects (ticket #1098).Maxim Dounin2016-10-061-4/+4
* Stream ssl_preread: fixed $ssl_preread_server_name variable.Sergey Kandaurov2016-10-051-1/+2
* Cache: cache manager limits.Dmitry Volyntsev2016-10-055-16/+105