Tree @release-1.1.2 (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.1.2
- Bugfix: read event was not blocked after reading body. Maxim Dounin 10 years ago
- Now if client requests more ranges than "max_ranges" permits, Igor Sysoev 10 years ago
- The "max_ranges" directive. Igor Sysoev 10 years ago
- Style fix: removal of tabs introduced in the previous commit. Igor Sysoev 10 years ago
- *) fix of r4060: start value should be tested after the "found" label; Igor Sysoev 10 years ago
- Unsatisfiable range with start value greater than content length Igor Sysoev 10 years ago
- ngx_http_range_parse() should be static. Igor Sysoev 10 years ago
- Ranges processing small optimization. Igor Sysoev 10 years ago
- Now unsatisfiable ranges are processed according to RFC 2616. Igor Sysoev 10 years ago
- Ranges processing small optimization. Igor Sysoev 10 years ago
- Style fix. Igor Sysoev 10 years ago
- Now if total size of all ranges is greater than source response size, Igor Sysoev 10 years ago
- Cache size accounting fix: actual cache size on disk was less than Igor Sysoev 10 years ago
- Better handling of various per-server ssl options with SNI. Maxim Dounin 10 years ago
- Version bump. Igor Sysoev 10 years ago
- The change in adaptive loader behaviour introduced in r3975: Igor Sysoev 10 years ago
- Fix ignored headers handling in fastcgi/scgi/uwsgi. Maxim Dounin 10 years ago
- Upstream: properly allocate memory for tried flags. Maxim Dounin 10 years ago
- Fixing cpu hog with all upstream servers marked "down". Maxim Dounin 10 years ago
- Fixing proxy_set_body and proxy_pass_request_body with SSL. Maxim Dounin 10 years ago
- Fix names of the referer hash size directives introduced in r3940. Igor Sysoev 10 years ago
- Fix body with request_body_in_single_buf. Maxim Dounin 10 years ago
- Correctly set body if it's preread and there are extra data. Maxim Dounin 10 years ago
- fix gzip quantity: "q=0." and "q=1." are valid values according to RFC Igor Sysoev 10 years ago
- refactor gzip quantity introduced in r3981: it ignored "q=1.000" Igor Sysoev 10 years ago
- A new fix for the case when ssl_session_cache defined, but ssl is not Igor Sysoev 10 years ago
- removal of error message about %name log_format parameters, Igor Sysoev 10 years ago
- fix typo introduced in r3985 Igor Sysoev 10 years ago
- bump version Igor Sysoev 10 years ago
- fix r3981 again for case "Accept-Encoding: gzip" Igor Sysoev 10 years ago