summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed unix ngx_threaded and related ngx_process_changes.Ruslan Ermilov2015-03-2014-100/+10
* Removed old pthread implementation.Ruslan Ermilov2015-03-206-636/+0
* Removed old FreeBSD rfork() thread implementation.Ruslan Ermilov2015-03-206-968/+0
* Thread pools: silence warning on process exit.Ruslan Ermilov2015-03-191-0/+7
* Thread pools: fixed the waiting tasks accounting.Ruslan Ermilov2015-03-191-7/+8
* Thread pools: keep waiting tasks counter in ngx_thread_pool_t.Ruslan Ermilov2015-03-191-9/+7
* SPDY: fixed format specifier in logging.Xiaochen Wang2015-03-151-1/+1
* Added support for offloading Linux sendfile() in thread pools.Valentin Bartenev2015-03-142-8/+187
* Added support for offloading read() in thread pools.Valentin Bartenev2015-03-149-13/+311
* Events: implemented eventport notification mechanism.Ruslan Ermilov2015-03-141-1/+34
* Events: implemented kqueue notification mechanism.Valentin Bartenev2015-03-141-0/+76
* Events: implemented epoll notification mechanism.Valentin Bartenev2015-03-142-2/+162
* Thread pools implementation.Valentin Bartenev2015-03-1426-2/+1112
* Configure: removed obsolete threads bits.Ruslan Ermilov2015-03-134-52/+0
* Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov2015-03-0419-35/+39
* Configure: fixed type max value detection.Ruslan Ermilov2015-03-181-12/+2
* Overflow detection in ngx_http_parse_chunked().Ruslan Ermilov2015-03-171-4/+8
* Overflow detection in ngx_http_range_parse().Ruslan Ermilov2015-03-171-1/+12
* Overflow detection in ngx_inet_addr().Ruslan Ermilov2015-03-171-2/+6
* Core: overflow detection in ngx_parse_time() (ticket #732).Ruslan Ermilov2015-03-171-16/+37
* Refactored ngx_parse_time().Ruslan Ermilov2015-03-171-3/+1
* Core: overflow detection in number parsing functions.Ruslan Ermilov2015-03-172-52/+72
* Core: expose maximum values of time_t and ngx_int_t.Ruslan Ermilov2015-03-173-0/+6
* Configure: removed redundant auto/have call.Ruslan Ermilov2015-03-131-1/+0
* The "aio" directive parser made smarter.Ruslan Ermilov2015-03-132-27/+52
* Events: fixed typo in the error message.Ruslan Ermilov2015-03-121-1/+1