Tree @release-1.15.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.15.5
- SSL: fixed segfault on renegotiation (ticket #1646). Maxim Dounin 3 years ago
- Cache: status must be less then 599 in *_cache_valid directives. Gena Makhomed 3 years ago
- Removed bgcolor attribute on body in error pages and autoindex. Nova DasSarma 3 years ago
- Rewrite: removed r->err_status special handling (ticket #1634). Maxim Dounin 3 years ago
- Fixed socket leak with "return 444" in error_page (ticket #274). Maxim Dounin 3 years ago
- Lingering close changed to handle NGX_AGAIN. Maxim Dounin 3 years ago
- gRPC: disabled keepalive when sending control frames was blocked. Maxim Dounin 3 years ago
- gRPC: improved keepalive handling. Maxim Dounin 3 years ago
- Uwsgi: added a check on maximum uwsgi request size. Maxim Dounin 3 years ago
- Uwsgi: style. Maxim Dounin 3 years ago
- Upstream: fixed request chain traversal (ticket #1618). Vladimir Homutov 3 years ago
- Upstream keepalive: keepalive_requests directive. Maxim Dounin 3 years ago
- Upstream keepalive: keepalive_timeout directive. Maxim Dounin 3 years ago
- Upstream keepalive: comment added. Maxim Dounin 3 years ago
- HTTP/2: workaround for clients which fail on table size updates. Maxim Dounin 3 years ago
- SSL: support for TLSv1.3 early data with BoringSSL. Maxim Dounin 3 years ago
- Dav: removed dead store after 8e7a5de61664. Sergey Kandaurov 3 years ago
- Dav: changed COPY of a file to preserve access mask. Maxim Dounin 3 years ago
- Fixed invalid access to location defined as an empty string. Ruslan Ermilov 3 years ago
- SSL: save sessions for upstream peers using a callback function. Sergey Kandaurov 3 years ago
- SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+. Maxim Dounin 3 years ago
- Events: moved sockets cloning to ngx_event_init_conf(). Maxim Dounin 3 years ago
- Allow resetting connections closed by "return 444" (ticket #905). Ruslan Ermilov 3 years ago
- Upstream: fixed tcp_nopush with gRPC. Maxim Dounin 3 years ago
- Upstream: fixed unexpected tcp_nopush usage on peer connections. Maxim Dounin 3 years ago
- gRPC: clearing buffers in ngx_http_grpc_get_buf(). Maxim Dounin 3 years ago
- Upstream: ngx_http_upstream_random module. Vladimir Homutov 4 years ago
- Upstream: improved peer selection concurrency for hash and ip_hash. Ruslan Ermilov 4 years ago
- Upstream: disable body cleanup with preserve_output (ticket #1565). Maxim Dounin 4 years ago
- HTTP/2: use scheme from original request for pushes (closes #1549). Ruslan Ermilov 4 years ago