Tree @release-1.9.7 (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.7
- Realip: the $realip_remote_addr variable. Ruslan Ermilov 6 years ago
- HTTP/2: reused HEADERS and CONTINUATION frames buffers. Valentin Bartenev 6 years ago
- HTTP/2: fixed handling of output HEADERS frames. Valentin Bartenev 6 years ago
- HTTP/2: fixed invalid headers handling (ticket #831). Valentin Bartenev 6 years ago
- Upstream: proxy_cache_convert_head directive. Roman Arutyunyan 6 years ago
- SSL: only select HTTP/2 using NPN if "http2" is enabled. Valentin Bartenev 6 years ago
- HTTP/2: backed out 16905ecbb49e (ticket #822). Valentin Bartenev 6 years ago
- HTTP/2: changed behavior of the "http2_max_field_size" directive. Valentin Bartenev 6 years ago
- HTTP/2: fixed spelling. Valentin Bartenev 6 years ago
- 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