Tree @release-1.5.7 (Download .tar.gz)
- ..
- modules
- ngx_http.c
- ngx_http.h
- ngx_http_busy_lock.c
- ngx_http_busy_lock.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_parse_time.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_spdy.c
- ngx_http_spdy.h
- ngx_http_spdy_filter_module.c
- ngx_http_spdy_module.c
- ngx_http_spdy_module.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.5.7
- Proper backtracking after space in a request line. Ruslan Ermilov 8 years ago
- Upstream: cache revalidation with conditional requests. Maxim Dounin 8 years ago
- SPDY: fixed request hang with the auth request module. Valentin Bartenev 8 years ago
- Gunzip: proper error handling on gunzipping an empty response. Maxim Dounin 8 years ago
- Gunzip: "error" logging level on inflate() errors. Maxim Dounin 8 years ago
- Removed extra allocation for $sent_http_last_modified. Maxim Dounin 8 years ago
- Auth basic: "info" logging level on no user/password. Maxim Dounin 8 years ago
- Gzip, gunzip: flush pending data when incoming chain is NULL. Yichun Zhang 8 years ago
- Upstream: optimize loops in ngx_http_upstream_init_round_robin(). Xiaochen Wang 8 years ago
- Fixed "satisfy any" if 403 is returned after 401 (ticket #285). Maxim Dounin 8 years ago
- Headers filter: empty Cache-Control is no longer added. Maxim Dounin 8 years ago
- Style. Maxim Dounin 8 years ago
- SSL: added ability to set keys used for Session Tickets (RFC5077). Piotr Sikora 8 years ago
- Limit req: fixed "nodelay" parsing. Maxim Dounin 8 years ago
- Upstream: fixed "down" and "backup" parsing. Maxim Dounin 8 years ago
- Unused macro and variable removed. Sergey Kandaurov 8 years ago
- SPDY: ignore priority when queuing blocked frames. Valentin Bartenev 8 years ago
- SPDY: set empty write handler during connection finalization. Valentin Bartenev 8 years ago
- SPDY: fixed connection leak while waiting for request headers. Valentin Bartenev 8 years ago
- SPDY: fixed connection leak while waiting for request body. Valentin Bartenev 8 years ago
- FastCGI: non-buffered mode support. Maxim Dounin 8 years ago
- Upstream: subrequest_in_memory support for SCGI and uwsgi enabled. Maxim Dounin 8 years ago
- Upstream: subrequest_in_memory fix. Maxim Dounin 8 years ago
- Upstream: proxy_no_cache, fastcgi_no_cache warnings removed. Maxim Dounin 8 years ago
- Proxy: added the "proxy_ssl_ciphers" directive. Piotr Sikora 8 years ago
- Caseless location tree construction (ticket #90). Maxim Dounin 8 years ago
- SSL: stop loading configs with invalid "ssl_ciphers" values. Piotr Sikora 8 years ago
- Proxy: added the "proxy_ssl_protocols" directive. Andrei Belov 8 years ago
- Fixed response line formatting with empty reason phrase. Sergey Kandaurov 8 years ago
- Use EPOLLRDHUP in ngx_http_test_reading() (ticket #320). Valentin Bartenev 8 years ago