Tree @release-1.7.12 (Download .tar.gz)
History of src @release-1.7.12
- Core: guard against spinlock usage without atomic ops. Ruslan Ermilov 7 years ago
- Core: limited levels of subdirectory hierarchy used for temp files. Sergey Kandaurov 7 years ago
- Core: removed excessive initialization in ngx_conf_set_path_slot(). Sergey Kandaurov 7 years ago
- Core: fixed error handling on ngx_conf_full_name() failure. Sergey Kandaurov 7 years ago
- Upstream: abbreviated SSL handshake may interact badly with Nagle. Ruslan Ermilov 7 years ago
- Request body: always flush buffers if request buffering is off. Valentin Bartenev 7 years ago
- Used the correct type for the AIO preload handler return value. Valentin Bartenev 7 years ago
- OCSP stapling: missing free calls. Filipe da Silva 7 years ago
- Cache: added support for reading of the header in thread pools. Valentin Bartenev 7 years ago
- Fixed invalid access to complex value defined as an empty string. Sergey Kandaurov 7 years ago
- Events: fixed possible crash on start or reload. Valentin Bartenev 7 years ago
- Events: made posted events macros safe. Valentin Bartenev 7 years ago
- SPDY: always push pending data. Valentin Bartenev 7 years ago
- SPDY: fixed error handling in ngx_http_spdy_send_output_queue(). Valentin Bartenev 7 years ago
- Version bump. Maxim Dounin 7 years ago
- Proxy: fixed proxy_request_buffering and chunked with preread body. Maxim Dounin 7 years ago
- Upstream: uwsgi_request_buffering, scgi_request_buffering. Maxim Dounin 7 years ago
- FastCGI: fastcgi_request_buffering. Maxim Dounin 7 years ago
- Proxy: proxy_request_buffering chunked support. Maxim Dounin 7 years ago
- Request body: unbuffered reading. Maxim Dounin 7 years ago
- Request body: filters support. Maxim Dounin 7 years ago
- Request body: moved request body writing to save filter. Maxim Dounin 7 years ago
- Request body: free chain links in ngx_http_write_request_body(). Maxim Dounin 7 years ago
- Output chain: free chain links in ngx_chain_writer(). Maxim Dounin 7 years ago
- Output chain: zero size buf alerts in ngx_chain_writer(). Maxim Dounin 7 years ago
- Format specifier fixed for file size of buffers. Maxim Dounin 7 years ago
- Proxy: fixed proxy_set_body with proxy_cache. Maxim Dounin 7 years ago
- Thread pools: implemented graceful exiting of threads. Valentin Bartenev 7 years ago
- Thread pools: removed unused pointer to memory pool. Valentin Bartenev 7 years ago
- Thread pools: keep waiting tasks mutex in ngx_thread_pool_t. Valentin Bartenev 7 years ago