summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-23Request body: moved request body writing to save filter.Maxim Dounin1-14/+8
2015-03-23Request body: free chain links in ngx_http_write_request_body().Maxim Dounin1-2/+7
2015-03-23Output chain: free chain links in ngx_chain_writer().Maxim Dounin1-4/+12
2015-03-23Output chain: zero size buf alerts in ngx_chain_writer().Maxim Dounin1-1/+32
2015-03-23Format specifier fixed for file size of buffers.Maxim Dounin3-9/+9
2015-03-23Proxy: fixed proxy_set_body with proxy_cache.Maxim Dounin1-0/+1
2015-03-23Thread pools: implemented graceful exiting of threads.Valentin Bartenev1-3/+34
2015-03-23Thread pools: removed unused pointer to memory pool.Valentin Bartenev1-2/+0
2015-03-23Thread pools: keep waiting tasks mutex in ngx_thread_pool_t.Valentin Bartenev1-45/+20
2015-03-23Thread pools: replaced completed tasks queue mutex with spinlock.Valentin Bartenev1-16/+5
2015-03-23Removed stub implementation of win32 mutexes.Ruslan Ermilov4-74/+0
2015-03-23Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2015-03-23SSL: use of SSL_MODE_NO_AUTO_CHAIN.Maxim Dounin1-0/+4
2015-03-23SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.Maxim Dounin2-0/+4
2015-03-23SSL: clear protocol options.Maxim Dounin1-0/+8
2015-03-19Core: added cyclic memory buffer support for error_log.Valentin Bartenev1-0/+120
2015-03-20Removed busy locks.Ruslan Ermilov9-802/+1
2015-03-20Removed ngx_connection_t.lock.Ruslan Ermilov5-27/+0
2015-03-20Removed unix ngx_threaded and related ngx_process_changes.Ruslan Ermilov14-100/+10
2015-03-20Removed old pthread implementation.Ruslan Ermilov6-636/+0
2015-03-20Removed old FreeBSD rfork() thread implementation.Ruslan Ermilov6-968/+0
2015-03-19Thread pools: silence warning on process exit.Ruslan Ermilov1-0/+7
2015-03-19Thread pools: fixed the waiting tasks accounting.Ruslan Ermilov1-7/+8
2015-03-19Thread pools: keep waiting tasks counter in ngx_thread_pool_t.Ruslan Ermilov1-9/+7
2015-03-15SPDY: fixed format specifier in logging.Xiaochen Wang1-1/+1
2015-03-14Added support for offloading Linux sendfile() in thread pools.Valentin Bartenev2-8/+187
2015-03-14Added support for offloading read() in thread pools.Valentin Bartenev9-13/+311
2015-03-14Events: implemented eventport notification mechanism.Ruslan Ermilov1-1/+34
2015-03-14Events: implemented kqueue notification mechanism.Valentin Bartenev1-0/+76
2015-03-14Events: implemented epoll notification mechanism.Valentin Bartenev2-2/+162
2015-03-14Thread pools implementation.Valentin Bartenev26-2/+1112
2015-03-13Configure: removed obsolete threads bits.Ruslan Ermilov4-52/+0
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov19-35/+39
2015-03-18Configure: fixed type max value detection.Ruslan Ermilov1-12/+2
2015-03-17Overflow detection in ngx_http_parse_chunked().Ruslan Ermilov1-4/+8
2015-03-17Overflow detection in ngx_http_range_parse().Ruslan Ermilov1-1/+12
2015-03-17Overflow detection in ngx_inet_addr().Ruslan Ermilov1-2/+6
2015-03-17Core: overflow detection in ngx_parse_time() (ticket #732).Ruslan Ermilov1-16/+37
2015-03-17Refactored ngx_parse_time().Ruslan Ermilov1-3/+1
2015-03-17Core: overflow detection in number parsing functions.Ruslan Ermilov2-52/+72
2015-03-17Core: expose maximum values of time_t and ngx_int_t.Ruslan Ermilov3-0/+6
2015-03-13Configure: removed redundant auto/have call.Ruslan Ermilov1-1/+0
2015-03-13The "aio" directive parser made smarter.Ruslan Ermilov2-27/+52
2015-03-12Events: fixed typo in the error message.Ruslan Ermilov1-1/+1