Tree @release-1.3.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_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.3.4
- Core: ipv6only is now on by default. Ruslan Ermilov 9 years ago
- ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server not Valentin Bartenev 9 years ago
- Upstream: hide_headers/pass_headers inheritance fix. Maxim Dounin 9 years ago
- Improved diagnostics when a directive is specified in the wrong context. Ruslan Ermilov 9 years ago
- Slight optimization in ngx_http_upstream_add(): replaced an expression Ruslan Ermilov 9 years ago
- ngx_http_upstream_add() should return NULL if an error occurs. Ruslan Ermilov 9 years ago
- Fixed compilation with -Wmissing-prototypes. Ruslan Ermilov 9 years ago
- Fixed debugging messages to account that limit_zone was renamed to limit_conn. Ruslan Ermilov 9 years ago
- Fixed sorting of listen addresses so that wildcard address is always at Ruslan Ermilov 9 years ago
- Version bump. Ruslan Ermilov 9 years ago
- Entity tags: empty etags handling in If-Range. Maxim Dounin 9 years ago
- Entity tags: the "etag" directive. Maxim Dounin 9 years ago
- Entity tags: set for static respones. Maxim Dounin 9 years ago
- Entity tags: handling in add_header. Maxim Dounin 9 years ago
- Entity tags: clear on entity changes. Maxim Dounin 9 years ago
- Entity tags: support in If-Range header. Maxim Dounin 9 years ago
- Entity tags: basic support in not modified filter. Maxim Dounin 9 years ago
- Not modified filter: tests separated from actions. Maxim Dounin 9 years ago
- Added Last-Modified parsing in add_header. Maxim Dounin 9 years ago
- Fixed If-Range with unknown last modified time. Maxim Dounin 9 years ago
- Corrected $request_length calculation for pipelined requests. Andrey Belov 9 years ago
- Reset r->uri_changed in a named location (ticket #184). Maxim Dounin 9 years ago
- map: strip final dot before looking up in a map of hostnames. Ruslan Ermilov 9 years ago
- Version bump. Ruslan Ermilov 9 years ago
- Mp4: fixed build on win32 after r4689. Maxim Dounin 10 years ago
- Fixed a harmless error in spelling of "Connection: close" when computing Ruslan Ermilov 10 years ago
- Fixed compile-time conditionals used to detect if X-Forwarded-For support Ruslan Ermilov 10 years ago
- Added IPv6 support to ip_hash. Ruslan Ermilov 10 years ago
- Upstream keepalive: "single" parameter deprecated. Maxim Dounin 10 years ago
- Mp4: fixed streaming if moov atom is at buffer edge. Maxim Dounin 10 years ago