Tree @release-1.9.10 (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.10
- Request body: removed surplus assigment, no functional changes. Valentin Bartenev 6 years ago
- Upstream: fixed changing method on X-Accel-Redirect. Maxim Dounin 6 years ago
- Upstream: don't keep connections on early responses (ticket #669). Maxim Dounin 6 years ago
- Fixed PROXY protocol on IPv6 sockets (ticket #858). Maxim Dounin 6 years ago
- Fixed fastcgi_pass with UNIX socket and variables (ticket #855). Ruslan Ermilov 6 years ago
- Slice filter: terminate first slice with last_in_chain flag. Roman Arutyunyan 6 years ago
- Slice filter: never run subrequests when main request is buffered. Roman Arutyunyan 6 years ago
- SSL: fixed possible segfault on renegotiation (ticket #845). Sergey Kandaurov 6 years ago
- Slice filter. Roman Arutyunyan 6 years ago
- Upstream: fill r->headers_out.content_range from upstream response. Roman Arutyunyan 6 years ago
- Style: NGX_PTR_SIZE replaced with sizeof(void *). Maxim Dounin 6 years ago
- Style. Maxim Dounin 6 years ago
- Stop emulating a space character after r->method_name. Ruslan Ermilov 6 years ago
- Proxy: improved code readability. Ruslan Ermilov 6 years ago
- Reduced the number of GET method constants. Ruslan Ermilov 6 years ago
- Increased the default "connection_pool_size" on 64-bit platforms. Valentin Bartenev 6 years ago
- Style: unified request method checks. Ruslan Ermilov 6 years ago
- Upstream: fixed "no port" detection in evaluated upstreams. Ruslan Ermilov 6 years ago
- 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