Tree @release-1.17.0 (Download .tar.gz)
- ..
- ngx_stream.c
- ngx_stream.h
- ngx_stream_access_module.c
- ngx_stream_core_module.c
- ngx_stream_geo_module.c
- ngx_stream_geoip_module.c
- ngx_stream_handler.c
- ngx_stream_limit_conn_module.c
- ngx_stream_log_module.c
- ngx_stream_map_module.c
- ngx_stream_proxy_module.c
- ngx_stream_realip_module.c
- ngx_stream_return_module.c
- ngx_stream_script.c
- ngx_stream_script.h
- ngx_stream_split_clients_module.c
- ngx_stream_ssl_module.c
- ngx_stream_ssl_module.h
- ngx_stream_ssl_preread_module.c
- ngx_stream_upstream.c
- ngx_stream_upstream.h
- ngx_stream_upstream_hash_module.c
- ngx_stream_upstream_least_conn_module.c
- ngx_stream_upstream_random_module.c
- ngx_stream_upstream_round_robin.c
- ngx_stream_upstream_round_robin.h
- ngx_stream_upstream_zone_module.c
- ngx_stream_variables.c
- ngx_stream_variables.h
- ngx_stream_write_filter_module.c
History of src / stream @release-1.17.0
- SSL: removed OpenSSL 0.9.7 compatibility. Sergey Kandaurov 6 years ago
- Variables support in proxy_upload_rate and proxy_download_rate. Ruslan Ermilov 3 years ago
- Added ngx_http_set_complex_value_size_slot(). Ruslan Ermilov 3 years ago
- Multiple addresses in "listen". Roman Arutyunyan 3 years ago
- SSL: fixed potential leak on memory allocation errors. Maxim Dounin 3 years ago
- SSL: server name callback changed to return SSL_TLSEXT_ERR_OK. Maxim Dounin 3 years ago
- SSL: fixed possible segfault with dynamic certificates. Maxim Dounin 3 years ago
- SSL: adjusted session id context with dynamic certificates. Maxim Dounin 3 years ago
- SSL: dynamic certificate loading in the stream module. Maxim Dounin 3 years ago
- Stream: do not split datagrams when limiting proxy rate. Roman Arutyunyan 3 years ago
- Prevented scheduling events on a shared connection. Roman Arutyunyan 3 years ago
- Geo: fixed handling of AF_UNIX client addresses (ticket #1684). Maxim Dounin 3 years ago
- Negative size buffers detection. Maxim Dounin 3 years ago
- Upstream: revised upstream response time variables. Vladimir Homutov 3 years ago
- Stream: proxy_requests directive. Vladimir Homutov 3 years ago
- Stream: session completion check code moved to a separate function. Vladimir Homutov 3 years ago
- Upstream: proxy_socket_keepalive and friends. Vladimir Homutov 3 years ago
- Stream: avoid potential infinite loop at preread phase. Roman Arutyunyan 3 years ago
- Stream ssl_preread: added SSLv2 Client Hello support. Sergey Kandaurov 3 years ago
- SSL: save sessions for upstream peers using a callback function. Sergey Kandaurov 3 years ago
- Events: moved sockets cloning to ngx_event_init_conf(). Maxim Dounin 3 years ago
- Stream ssl_preread: $ssl_preread_protocol variable. Roman Arutyunyan 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
- Stream: udp streams. Roman Arutyunyan 4 years ago
- Silenced -Wcast-function-type warnings (closes #1546). Sergey Kandaurov 4 years ago
- SSL: detect "listen ... ssl" without certificates (ticket #178). Maxim Dounin 4 years ago
- Stream: set action before each recv/send while proxying. Roman Arutyunyan 4 years ago
- Style. Roman Arutyunyan 4 years ago
- Stream ssl_preread: $ssl_preread_alpn_protocols variable. Roman Arutyunyan 4 years ago