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