summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* Request body: filters support.Maxim Dounin2015-03-23-8/+22
* Request body: moved request body writing to save filter.Maxim Dounin2015-03-23-14/+8
* Request body: free chain links in ngx_http_write_request_body().Maxim Dounin2015-03-23-2/+7
* Output chain: free chain links in ngx_chain_writer().Maxim Dounin2015-03-23-4/+12
* Output chain: zero size buf alerts in ngx_chain_writer().Maxim Dounin2015-03-23-1/+32
* Format specifier fixed for file size of buffers.Maxim Dounin2015-03-23-9/+9
* Proxy: fixed proxy_set_body with proxy_cache.Maxim Dounin2015-03-23-0/+1
* Thread pools: implemented graceful exiting of threads.Valentin Bartenev2015-03-23-3/+34
* Thread pools: removed unused pointer to memory pool.Valentin Bartenev2015-03-23-2/+0
* Thread pools: keep waiting tasks mutex in ngx_thread_pool_t.Valentin Bartenev2015-03-23-45/+20
* Thread pools: replaced completed tasks queue mutex with spinlock.Valentin Bartenev2015-03-23-16/+5
* Removed stub implementation of win32 mutexes.Ruslan Ermilov2015-03-23-74/+0
* Updated OpenSSL used for win32 builds.Maxim Dounin2015-03-23-1/+1
* SSL: use of SSL_MODE_NO_AUTO_CHAIN.Maxim Dounin2015-03-23-0/+4
* SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.Maxim Dounin2015-03-23-0/+4
* SSL: clear protocol options.Maxim Dounin2015-03-23-0/+8
* Core: added cyclic memory buffer support for error_log.Valentin Bartenev2015-03-19-0/+120
* Removed busy locks.Ruslan Ermilov2015-03-20-802/+1
* Removed ngx_connection_t.lock.Ruslan Ermilov2015-03-20-27/+0
* Removed unix ngx_threaded and related ngx_process_changes.Ruslan Ermilov2015-03-20-100/+10
* Removed old pthread implementation.Ruslan Ermilov2015-03-20-636/+0
* Removed old FreeBSD rfork() thread implementation.Ruslan Ermilov2015-03-20-968/+0
* Thread pools: silence warning on process exit.Ruslan Ermilov2015-03-19-0/+7
* Thread pools: fixed the waiting tasks accounting.Ruslan Ermilov2015-03-19-7/+8
* Thread pools: keep waiting tasks counter in ngx_thread_pool_t.Ruslan Ermilov2015-03-19-9/+7
* SPDY: fixed format specifier in logging.Xiaochen Wang2015-03-15-1/+1
* Added support for offloading Linux sendfile() in thread pools.Valentin Bartenev2015-03-14-8/+187
* Added support for offloading read() in thread pools.Valentin Bartenev2015-03-14-13/+311
* Events: implemented eventport notification mechanism.Ruslan Ermilov2015-03-14-1/+34
* Events: implemented kqueue notification mechanism.Valentin Bartenev2015-03-14-0/+76
* Events: implemented epoll notification mechanism.Valentin Bartenev2015-03-14-2/+162
* Thread pools implementation.Valentin Bartenev2015-03-14-2/+1112
* Configure: removed obsolete threads bits.Ruslan Ermilov2015-03-13-52/+0
* Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov2015-03-04-35/+39
* Configure: fixed type max value detection.Ruslan Ermilov2015-03-18-12/+2
* Overflow detection in ngx_http_parse_chunked().Ruslan Ermilov2015-03-17-4/+8
* Overflow detection in ngx_http_range_parse().Ruslan Ermilov2015-03-17-1/+12
* Overflow detection in ngx_inet_addr().Ruslan Ermilov2015-03-17-2/+6
* Core: overflow detection in ngx_parse_time() (ticket #732).Ruslan Ermilov2015-03-17-16/+37
* Refactored ngx_parse_time().Ruslan Ermilov2015-03-17-3/+1
* Core: overflow detection in number parsing functions.Ruslan Ermilov2015-03-17-52/+72
* Core: expose maximum values of time_t and ngx_int_t.Ruslan Ermilov2015-03-17-0/+6
* Configure: removed redundant auto/have call.Ruslan Ermilov2015-03-13-1/+0
* The "aio" directive parser made smarter.Ruslan Ermilov2015-03-13-27/+52
* Events: fixed typo in the error message.Ruslan Ermilov2015-03-12-1/+1
* Deprecated "aio sendfile".Ruslan Ermilov2015-03-12-9/+4
* Proxy: use an appropriate error on memory allocation failure.Ruslan Ermilov2015-03-04-1/+1
* Style: moved ngx_http_ephemeral() macro to ngx_http_request.h.Ruslan Ermilov2015-03-04-3/+3
* Style: use %*s format, as in 68d21fd1dc64.Ruslan Ermilov2015-03-04-8/+3
* Log: use ngx_cpymem() in a couple of places, no functional changes.Valentin Bartenev2015-03-04-6/+3