Tree @release-1.11.9 (Download .tar.gz)
- ..
- modules
- v2
- ngx_http.c
- ngx_http.h
- ngx_http_cache.h
- ngx_http_config.h
- ngx_http_copy_filter_module.c
- ngx_http_core_module.c
- ngx_http_core_module.h
- ngx_http_file_cache.c
- ngx_http_header_filter_module.c
- ngx_http_parse.c
- ngx_http_postpone_filter_module.c
- ngx_http_request.c
- ngx_http_request.h
- ngx_http_request_body.c
- ngx_http_script.c
- ngx_http_script.h
- ngx_http_special_response.c
- ngx_http_upstream.c
- ngx_http_upstream.h
- ngx_http_upstream_round_robin.c
- ngx_http_upstream_round_robin.h
- ngx_http_variables.c
- ngx_http_variables.h
- ngx_http_write_filter_module.c
History of src / http @release-1.11.9
- Upstream: fixed cache corruption and socket leaks with aio_write. Maxim Dounin 5 years ago
- Win32: support 64-bit compilation with MSVC. Maxim Dounin 5 years ago
- Win32: fixed some warnings reported by Borland C. Maxim Dounin 5 years ago
- Fixed missing "Location" field with some relative redirects. Ruslan Ermilov 5 years ago
- Core: relative redirects (closes #1000). Ruslan Ermilov 5 years ago
- Limited recursion when evaluating variables. Ruslan Ermilov 5 years ago
- Access log: support for json escaping. Valentin Bartenev 5 years ago
- The size of cmcf->phase_engine.handlers explained. Ruslan Ermilov 5 years ago
- HTTP/2: prevented creating temp files for requests without body. Valentin Bartenev 5 years ago
- HTTP/2: fixed posted streams handling. Valentin Bartenev 5 years ago
- Map: the "volatile" parameter. Ruslan Ermilov 5 years ago
- Map: simplified "map" block parser. Ruslan Ermilov 5 years ago
- Perl: added PERL_SET_INTERP(). Maxim Dounin 5 years ago
- Mp4: fixed setting wrong mdat atom size in very rare cases. hucongcong 5 years ago
- SSL: $ssl_curves (ticket #1088). Maxim Dounin 5 years ago
- SSL: $ssl_ciphers (ticket #870). Maxim Dounin 5 years ago
- SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain. Maxim Dounin 5 years ago
- HTTP/2: fixed saving preread buffer to temp file (ticket #1143). Valentin Bartenev 5 years ago
- Upstream: handling of upstream SSL handshake timeouts. Maxim Dounin 5 years ago
- Range filter: only initialize ctx->ranges in main request. hucongcong 5 years ago
- Style: switch. Ruslan Ermilov 5 years ago
- Cache: prefix-based temporary files. Maxim Dounin 5 years ago
- Upstream: avoid holding a cache node with upgraded connections. Maxim Dounin 5 years ago
- Cache: proxy_cache_max_range_offset and friends. Dmitry Volyntsev 5 years ago
- HTTP/2: flow control debugging. Sergey Kandaurov 5 years ago
- Perl: fixed optimization in SSI command handler. Maxim Dounin 5 years ago
- HTTP/2: slightly improved debugging. Ruslan Ermilov 5 years ago
- Upstream: removed ngx_http_upstream_srv_conf_t.default_port. Ruslan Ermilov 5 years ago
- Upstream: don't consider default_port when matching upstreams. Ruslan Ermilov 5 years ago
- Upstream: consistently initialize explicit upstreams. Ruslan Ermilov 5 years ago