summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* release-1.8.1 tagbranches/stable-1.8Maxim Dounin2016-01-26-0/+1
* nginx-1.8.1-RELEASErelease-1.8.1Maxim Dounin2016-01-26-0/+159
* Resolver: limited CNAME recursion.Ruslan Ermilov2016-01-26-6/+22
* Resolver: fixed use-after-free memory accesses with CNAME.Roman Arutyunyan2016-01-26-39/+35
* Resolver: changed the ngx_resolver_create_*_query() arguments.Roman Arutyunyan2016-01-26-30/+27
* Resolver: fixed CNAME processing for several requests.Ruslan Ermilov2016-01-26-6/+15
* Resolver: fixed crashes in timeout handler.Ruslan Ermilov2016-01-26-25/+42
* Resolver: fixed possible segmentation fault on DNS format error.Roman Arutyunyan2016-01-26-1/+1
* Updated OpenSSL and PCRE used for win32 builds.Maxim Dounin2016-01-25-2/+2
* SSL: only select SPDY using NPN if "spdy" is enabled.Valentin Bartenev2015-11-05-8/+16
* Fixed ngx_parse_time() out of bounds access (ticket #821).Maxim Dounin2015-10-30-1/+1
* SSL: preserve default server context in connection (ticket #235).Maxim Dounin2015-10-19-12/+8
* Upstream: fixed cache send error handling.Roman Arutyunyan2015-09-03-11/+14
* Fixed wrong URI after try_files in nested location (ticket #97).Maxim Dounin2015-08-16-3/+5
* Fixed segfault with try_files introduced by c985d90a8d1f.Maxim Dounin2015-08-16-1/+3
* Events: made a failure to create a notification channel non-fatal.Ruslan Ermilov2015-05-06-1/+1
* Merge proxy_protocol setting of listen directives.Roman Arutyunyan2015-04-24-1/+4
* Version bump.Maxim Dounin2016-01-25-2/+2
* release-1.8.0 tagMaxim Dounin2015-04-21-0/+1
* nginx-1.8.0-RELEASErelease-1.8.0Maxim Dounin2015-04-21-0/+14
* Core: ensure that ngx_config.h is always included first.Sergey Kandaurov2015-04-16-0/+3
* Stable branch.Maxim Dounin2015-04-16-2/+2
* Fixed build, broken by 8b7f062a3fe6.Ruslan Ermilov2015-04-16-1/+2
* Core: added OpenSSL version information to "nginx -V" output.Vladimir Homutov2015-04-16-5/+16
* Version bump.Vladimir Homutov2015-04-16-2/+2
* release-1.7.12 tagMaxim Dounin2015-04-07-0/+1
* nginx-1.7.12-RELEASErelease-1.7.12Maxim Dounin2015-04-07-0/+63
* Core: guard against spinlock usage without atomic ops.Ruslan Ermilov2015-03-26-1/+1
* Core: limited levels of subdirectory hierarchy used for temp files.Sergey Kandaurov2015-04-07-0/+4
* Core: removed excessive initialization in ngx_conf_set_path_slot().Sergey Kandaurov2015-04-07-4/+0
* Core: fixed error handling on ngx_conf_full_name() failure.Sergey Kandaurov2015-04-07-1/+1
* Upstream: abbreviated SSL handshake may interact badly with Nagle.Ruslan Ermilov2015-04-07-1/+25
* Request body: always flush buffers if request buffering is off.Valentin Bartenev2015-04-06-0/+2
* Used the correct type for the AIO preload handler return value.Valentin Bartenev2015-04-06-2/+2
* Configure: style.Maxim Dounin2015-04-03-1/+1
* OCSP stapling: missing free calls.Filipe da Silva2015-04-01-0/+2
* Cache: added support for reading of the header in thread pools.Valentin Bartenev2015-04-01-19/+109
* Fixed invalid access to complex value defined as an empty string.Sergey Kandaurov2015-03-31-5/+5
* Events: fixed possible crash on start or reload.Valentin Bartenev2015-03-27-2/+2
* Events: made posted events macros safe.Valentin Bartenev2015-03-27-8/+8
* SPDY: always push pending data.Valentin Bartenev2015-03-23-51/+40
* SPDY: fixed error handling in ngx_http_spdy_send_output_queue().Valentin Bartenev2015-03-23-8/+12
* Version bump.Maxim Dounin2015-03-26-2/+2
* Proxy: fixed proxy_request_buffering and chunked with preread body.Maxim Dounin2015-03-26-3/+4
* release-1.7.11 tagMaxim Dounin2015-03-24-0/+1
* nginx-1.7.11-RELEASErelease-1.7.11Maxim Dounin2015-03-24-0/+168
* Upstream: uwsgi_request_buffering, scgi_request_buffering.Maxim Dounin2015-03-23-2/+44
* FastCGI: fastcgi_request_buffering.Maxim Dounin2015-03-23-18/+342
* Proxy: proxy_request_buffering chunked support.Maxim Dounin2015-03-23-6/+216
* Request body: unbuffered reading.Maxim Dounin2015-03-23-25/+306