Tree @release-1.1.18 (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.18
- 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
- Fixed ssi and perl interaction. Maxim Dounin 10 years ago
- Uwsgi: merged r->http_version fixes from scgi module. Maxim Dounin 10 years ago
- Whitespace fixes. Maxim Dounin 10 years ago
- Version bump. Maxim Dounin 10 years ago
- Raised simultaneous subrequest limit from 50 to 200. Maxim Dounin 10 years ago
- Fixed spelling in single-line comments. Ruslan Ermilov 10 years ago
- Fix of rbtree lookup on hash collisions. Maxim Dounin 10 years ago
- Disable symlinks: added the "from=" parameter to the "disable_symlinks" Valentin Bartenev 10 years ago
- Disable symlinks: initialization of the "disable_symlinks" field in Valentin Bartenev 10 years ago
- Added support for the 307 Temporary Redirect. Ruslan Ermilov 10 years ago
- Renamed constants and fixed off-by-one error in "msie_padding on" handling. Ruslan Ermilov 10 years ago