Tree @release-1.15.2 (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.2
- 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
- Added r->schema. Ruslan Ermilov 4 years ago
- Removed extraneous check while processing request line. Ruslan Ermilov 4 years ago
- HTTP/2: validate client request scheme. Ruslan Ermilov 4 years ago
- Allowed digits, '+', '-', and '.' in scheme names as per RFC 3986. Ruslan Ermilov 4 years ago
- Limit req: improved handling of negative times. Maxim Dounin 4 years ago
- Silenced -Wcast-function-type warnings (closes #1546). Sergey Kandaurov 4 years ago
- SSL: deprecated the "ssl" directive. Ruslan Ermilov 4 years ago
- SSL: detect "listen ... ssl" without certificates (ticket #178). Maxim Dounin 4 years ago
- Cache: fixed cache valid slot to reject incorrect statuses. Maxim Dounin 4 years ago
- 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