Tree @release-1.7.4 (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.7.4
- Status: indentation and style, no functional changes. Sergey Kandaurov 7 years ago
- Dav: ngx_http_map_uri_to_path() errors were not checked. FengGu 7 years ago
- Upstream: SSL handshake timeouts. Maxim Dounin 7 years ago
- GeoIP: not all variable fields were initialized. Yichun Zhang 7 years ago
- Upstream: ngx_http_upstream_store() error handling fixes. Maxim Dounin 7 years ago
- Reset of r->uri.len on URI parsing errors. Maxim Dounin 7 years ago
- Style: use ngx_str_set(). Tatsuhiko Kubo 7 years ago
- SPDY: fix support for headers with multiple values. Piotr Sikora 7 years ago
- Style: remove whitespace between function name and parentheses. Piotr Sikora 7 years ago
- Style: add whitespace between control statement and parentheses. Piotr Sikora 7 years ago
- SSL: stop accessing SSL_SESSION's fields directly. Piotr Sikora 7 years ago
- Upstream: p->downstream_error instead of closing connection. Maxim Dounin 7 years ago
- Upstream: fixed handling of write event after sending request. Valentin Bartenev 7 years ago
- SSL: the "ssl_password_file" directive. Valentin Bartenev 8 years ago
- Fixed wrong sizeof() in ngx_http_init_locations(). Maxim Dounin 8 years ago
- Upstream: cache revalidation using If-None-Match. Maxim Dounin 8 years ago
- Cache: ETag now saved into cache header. Maxim Dounin 8 years ago
- Cache: version in cache files. Maxim Dounin 8 years ago
- Entity tags: explicit flag to skip not modified filter. Maxim Dounin 8 years ago
- Entity tags: weak comparison for If-None-Match. Maxim Dounin 8 years ago
- Entity tags: downgrade strong etags to weak ones as needed. Maxim Dounin 8 years ago
- Upstream: fixed cache revalidation with SSI. Maxim Dounin 8 years ago
- Upstream: removed unused offset to content_length. Maxim Dounin 8 years ago
- Upstream: no need to clear r->headers_out.last_modified_time. Maxim Dounin 8 years ago
- Not modified filter: debug log format fixed. Maxim Dounin 8 years ago
- Upstream: reduced diffs to the plus version of nginx. Ruslan Ermilov 8 years ago
- Core: added ngx_slab_calloc() and ngx_slab_calloc_locked(). Ruslan Ermilov 8 years ago
- Upstream: simplified some code that accesses peers. Ruslan Ermilov 8 years ago
- Access log: fix default value, broken by cb308813b453. Piotr Sikora 8 years ago
- Upstream: generic hash module. Roman Arutyunyan 8 years ago