Tree @release-1.9.6 (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.6
- HTTP/2: simplified checking the END_STREAM flag. Valentin Bartenev 6 years ago
- HTTP/2: improved the ngx_http_v2_integer_octets(v) macro. Valentin Bartenev 6 years ago
- HTTP/2: fixed the NGX_HTTP_V2_MAX_FIELD macro. Valentin Bartenev 6 years ago
- HTTP/2: fixed splitting of response headers on CONTINUATION frames. Valentin Bartenev 6 years ago
- HTTP/2: introduced NGX_HTTP_V2_ENCODE_* macros. Valentin Bartenev 6 years ago
- HTTP/2: simplified producing of the Last-Modified header. Valentin Bartenev 6 years ago
- HTTP/2: fixed header block size calculation. Valentin Bartenev 6 years ago
- HTTP/2: fix handling of connection errors. Piotr Sikora 6 years ago
- HTTP/2: fix indirect reprioritization. Piotr Sikora 6 years ago
- HTTP/2: reject self-dependent streams. Piotr Sikora 6 years ago
- HTTP/2: improved error handling while parsing integers. Valentin Bartenev 6 years ago
- HTTP/2: improved HPACK integer parsing code readability. Ruslan Ermilov 6 years ago
- Fixed variables prefix comparison. Maxim Dounin 6 years ago
- Fixed handling of empty root. Maxim Dounin 6 years ago
- HTTP/2: fixed parsing of literal header fields without indexing. Valentin Bartenev 6 years ago
- HTTP/2: fixed $server_protocol value (ticket #800). Valentin Bartenev 6 years ago
- 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