Tree @release-1.1.19 (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.19
- Mp4: sanity checks cleanup. Maxim Dounin 10 years ago
- Fixed buffer overflow when long URI is processed by "try_files" in Ruslan Ermilov 10 years ago
- Fixed directives inheritance. Ruslan Ermilov 10 years ago
- Access module: fixed inheritance of allow/deny ipv6 rules. Maxim Dounin 10 years ago
- Fixed debug logging. Igor Sysoev 10 years ago
- Fixed previous commit. Igor Sysoev 10 years ago
- Fixed mp4 module seek. Igor Sysoev 10 years ago
- Fixed spelling in multiline C comments. Ruslan Ermilov 10 years ago
- Upstream: reject upstreams without normal servers. Maxim Dounin 10 years ago
- Version bump. Maxim Dounin 10 years ago
- Corrected spelling of error message (ticket #136). Ruslan Ermilov 10 years ago
- Replaced ngx_http_realip_from_t with ngx_in_cidr_t. Ruslan Ermilov 10 years ago
- Fixed calculation of range boundaries. Ruslan Ermilov 10 years ago
- Xslt: parser options now set with xmlCtxtUseOptions(). Maxim Dounin 10 years ago
- Fixed unconditional MAX_PATH usage (ticket #22). Maxim Dounin 10 years ago
- Added xslt_param and xslt_string_param directives. Maxim Dounin 10 years ago
- Fixed off-by-one in xslt parameter parsing. Maxim Dounin 10 years ago
- Restricted keepalive_disable safari to OS X only. Maxim Dounin 10 years ago
- Removed safari from keepalive_disable default. Maxim Dounin 10 years ago
- If we inserted "Last-Modified" in r->headers_out.headers, don't Ruslan Ermilov 10 years ago
- Minor ngx_http_headers_filter_module.c code cleanup. Ruslan Ermilov 10 years ago
- For the sake of case/switch code readability, 'fall through' Maxim Konovalov 10 years ago
- Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, and Ruslan Ermilov 10 years ago
- Local variable "ngx_http_next_filter" renamed to "ngx_http_next_body_filter" Ruslan Ermilov 10 years ago
- The "error_log" directive specified in the "http", "server", and Ruslan Ermilov 10 years ago
- Slight optimization in ngx_http_get_variable_index(). Ruslan Ermilov 10 years ago
- - New variable: $connection_requests. Ruslan Ermilov 10 years ago
- Version bump. Maxim Dounin 10 years ago
- Headers with null character are now rejected. Maxim Dounin 10 years ago
- Fixed incorrect ngx_cpystrn() usage in ngx_http_*_process_header(). Maxim Dounin 10 years ago