Tree @release-1.9.5 (Download .tar.gz)
- ..
- modules
- v2
- ngx_http.c
- ngx_http.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_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.9.5
- Style. Maxim Dounin 6 years ago
- Increased the default number of output buffers. Valentin Bartenev 6 years ago
- HTTP/2: fixed header block parsing with CONTINUATION frames (#792). Valentin Bartenev 6 years ago
- HTTP/2: fixed HPACK header field parsing. Valentin Bartenev 6 years ago
- Sub filter: fixed initialization in http{} level (ticket #791). Roman Arutyunyan 6 years ago
- The HTTP/2 implementation (RFC 7240, 7241). Valentin Bartenev 6 years ago
- Fixed segfault with incorrect location nesting. Maxim Dounin 6 years ago
- Cache: check the whole cache key in addition to hashes. Maxim Dounin 6 years ago
- Upstream: fixed cache send error handling. Roman Arutyunyan 6 years ago
- Decreased the NGX_HTTP_MAX_SUBREQUESTS limit. Valentin Bartenev 6 years ago
- Added protection against r->main->count overflow by subrequests. Valentin Bartenev 6 years ago
- Limit recursive subrequests instead of simultaneous. Valentin Bartenev 6 years ago
- Perl: prototyping behavior explicitly specified. Maxim Dounin 6 years ago
- Perl: fixed warning about "sep" may be used uninitialized. Maxim Dounin 6 years ago
- Win32: MSVC 2015 compatibility. Maxim Dounin 6 years ago
- Sub filter: support of variables in the strings to replace. Dmitry Volyntsev 6 years ago
- Sub filter: support of multiple strings to replace. Dmitry Volyntsev 6 years ago
- Fixed wrong URI after try_files in nested location (ticket #97). Maxim Dounin 6 years ago
- Fixed segfault with try_files introduced by c985d90a8d1f. Maxim Dounin 6 years ago
- Core: idle connections now closed only once on exiting. Valentin Bartenev 6 years ago
- Fixed strict aliasing warnings with old GCC versions. Ruslan Ermilov 6 years ago
- Upstream: fixed shared upstreams on win32. Ruslan Ermilov 7 years ago
- Disabled duplicate http, mail, and stream blocks. Vladimir Homutov 7 years ago
- Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read. Roman Arutyunyan 7 years ago
- Moved ngx_http_parse_time() to core, renamed accordingly. Maxim Dounin 7 years ago
- Removed unused ngx_http_get_time() declaration. Maxim Dounin 7 years ago
- Upstream keepalive: reduced diffs to the plus version of nginx. Roman Arutyunyan 7 years ago
- Disabled SSLv3 by default (ticket #653). Maxim Dounin 7 years ago
- Upstream: report to error_log when max_fails is reached. Ruslan Ermilov 7 years ago
- The "reuseport" option of the "listen" directive. Maxim Dounin 7 years ago