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