Tree @release-1.1.13 (Download .tar.gz)
History of src @release-1.1.13
- Fixed division by zero exception in ngx_hash_init(). Valentin Bartenev 9 years ago
- Fixed sched_setaffinity(2) to correctly pass size. Maxim Dounin 9 years ago
- Fixed handling of mp4 above 2G and 32bit offsets (ticket #84). Maxim Dounin 9 years ago
- Fixed proxy_cache_use_stale in "no live upstreams" case. Maxim Dounin 9 years ago
- Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive. Maxim Dounin 9 years ago
- Fixed limit_req burst/nodelay inheritance (ticket #76). Maxim Dounin 9 years ago
- Fixed: proxy_redirect with regex might broke Refresh header. Valentin Bartenev 9 years ago
- Changed ngx_log_debugN() macros to verify the number of arguments Ruslan Ermilov 9 years ago
- Version bump. Maxim Dounin 9 years ago
- Added support for regex study and PCRE JIT (ticket #41) optimizations on Valentin Bartenev 9 years ago
- Fixed build without debug. Maxim Dounin 9 years ago
- Cache lock support for fastcgi, scgi, uwsgi. Maxim Dounin 9 years ago
- Cache locks initial implementation. Maxim Dounin 9 years ago
- Fixed interaction of limit_rate and sendfile_max_chunk. Maxim Dounin 9 years ago
- Fixed throughput problems with large limit_rate. Maxim Dounin 9 years ago
- Fixed mp4 if first entry in stsc was skipped (ticket #72). Maxim Dounin 9 years ago
- SSI: added regex captures support in the expression of the "if" command. Valentin Bartenev 9 years ago
- Fixed limit_conn_log_level/limit_req_log_level inheritance. Valentin Bartenev 9 years ago
- Proxy: made proxy_pass with variables more consistent. Maxim Dounin 9 years ago
- Added clearing of r->valid_unparsed_uri on internal redirects. Maxim Dounin 9 years ago
- SSI bugfix: the "if" command did not work inside the "block" command and Valentin Bartenev 9 years ago
- Scgi: removed error if there is no Status header. Maxim Dounin 9 years ago
- Scgi: removed duplicate function declaration. Maxim Dounin 9 years ago
- Fixed incorrect use of r->http_version in scgi module. Maxim Dounin 9 years ago
- Version bump. Maxim Dounin 9 years ago
- Cache: only complain on long locked entries. Maxim Dounin 9 years ago
- Cache: handling of cache files with long headers. Maxim Dounin 9 years ago
- Cache: obsolete code removed. Maxim Dounin 9 years ago
- Renamed some constants to improve readability, no functional changes. Ruslan Ermilov 9 years ago
- Proxy: added variables and regexp support to the first parameter of Valentin Bartenev 9 years ago