Tree @release-1.14.0 (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.14.0
- Upstream: fixed u->conf->preserve_output (ticket #1519). Maxim Dounin 4 years ago
- Upstream: fixed ngx_http_upstream_test_next() conditions. Maxim Dounin 4 years ago
- gRPC: fixed possible sign extension of error and setting_value. Maxim Dounin 4 years ago
- gRPC: fixed missing state save in frame header parsing. Sergey Kandaurov 4 years ago
- HTTP/2: improved frame info debugging. Ruslan Ermilov 4 years ago
- gRPC: fixed parsing response headers split on CONTINUATION frames. Sergey Kandaurov 4 years ago
- Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values. Ruslan Ermilov 4 years ago
- Upstream: fixed comments after 13f8dec720b5. Ruslan Ermilov 4 years ago
- gRPC: special handling of "trailer only" responses. Maxim Dounin 4 years ago
- gRPC: special handling of the TE request header. Maxim Dounin 4 years ago
- The gRPC proxy module. Maxim Dounin 4 years ago
- Upstream: u->conf->preserve_output flag. Maxim Dounin 4 years ago
- Upstream: u->request_body_blocked flag. Maxim Dounin 4 years ago
- Upstream: trailers support, u->conf->pass_trailers flag. Maxim Dounin 4 years ago
- HTTP/2: externalized various constants and interfaces. Maxim Dounin 4 years ago
- Improved code readablity. Ruslan Ermilov 4 years ago
- HTTP/2: unknown frames now logged at info level. Maxim Dounin 4 years ago
- Access log: support for disabling escaping (ticket #1450). Vladimir Homutov 4 years ago
- Postpone filter: prevented uninitialized r->out. Roman Arutyunyan 4 years ago
- Generic subrequests in memory. Roman Arutyunyan 4 years ago
- Modules compatibility: additional upstream metrics. Vladimir Homutov 4 years ago
- Auth basic: prevent null character in error log (ticket #1494). Vadim Filimonov 4 years ago
- HTTP/2: style. Ruslan Ermilov 4 years ago
- Geo: optimized configuration parser. Ruslan Ermilov 4 years ago
- Geo: fixed memory allocation error handling (closes #1482). Ruslan Ermilov 4 years ago
- HTTP/2: precalculate hash for "Cookie". Maxim Dounin 4 years ago
- HTTP/2: fixed ngx_http_v2_push_stream() allocation error handling. Ruslan Ermilov 4 years ago
- HTTP/2: push additional request headers (closes #1478). Ruslan Ermilov 4 years ago
- Expose more headers with NGX_HTTP_HEADERS. Ruslan Ermilov 4 years ago
- HTTP/2: style. Sergey Kandaurov 4 years ago