summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Request body: filters support.Maxim Dounin2015-03-235-8/+22
* Request body: moved request body writing to save filter.Maxim Dounin2015-03-231-14/+8
* Request body: free chain links in ngx_http_write_request_body().Maxim Dounin2015-03-231-2/+7
* Output chain: free chain links in ngx_chain_writer().Maxim Dounin2015-03-231-4/+12
* Output chain: zero size buf alerts in ngx_chain_writer().Maxim Dounin2015-03-231-1/+32
* Format specifier fixed for file size of buffers.Maxim Dounin2015-03-233-9/+9
* Proxy: fixed proxy_set_body with proxy_cache.Maxim Dounin2015-03-231-0/+1
* Thread pools: implemented graceful exiting of threads.Valentin Bartenev2015-03-231-3/+34
* Thread pools: removed unused pointer to memory pool.Valentin Bartenev2015-03-231-2/+0
* Thread pools: keep waiting tasks mutex in ngx_thread_pool_t.Valentin Bartenev2015-03-231-45/+20
* Thread pools: replaced completed tasks queue mutex with spinlock.Valentin Bartenev2015-03-231-16/+5
* Removed stub implementation of win32 mutexes.Ruslan Ermilov2015-03-234-74/+0
* Updated OpenSSL used for win32 builds.Maxim Dounin2015-03-231-1/+1
* SSL: use of SSL_MODE_NO_AUTO_CHAIN.Maxim Dounin2015-03-231-0/+4
* SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.Maxim Dounin2015-03-232-0/+4
* SSL: clear protocol options.Maxim Dounin2015-03-231-0/+8
* Core: added cyclic memory buffer support for error_log.Valentin Bartenev2015-03-191-0/+120
* Removed busy locks.Ruslan Ermilov2015-03-209-802/+1
* Removed ngx_connection_t.lock.Ruslan Ermilov2015-03-205-27/+0