index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stream
/
ngx_stream_core_module.c
Commit message (
Expand
)
Author
Age
*
Stream: allow servers with no handler.
Roman Arutyunyan
2024-06-27
*
Stream: moved fastopen compatibility check.
Roman Arutyunyan
2024-01-18
*
Stream: the "setfib" parameter of the "listen" directive.
Sergey Kandaurov
2024-03-22
*
Stream: the "accept_filter" parameter of the "listen" directive.
Sergey Kandaurov
2024-03-22
*
Stream: the "deferred" parameter of the "listen" directive.
Sergey Kandaurov
2024-03-22
*
Overhauled some diagnostic messages akin to 1b05b9bbcebf.
Sergey Kandaurov
2024-03-22
*
Stream: virtual servers.
Roman Arutyunyan
2023-12-14
*
Stream: socket peek in preread phase.
Roman Arutyunyan
2023-12-13
*
Fixed port ranges support in the listen directive.
Valentin Bartenev
2022-12-18
*
Filtering duplicate addresses in listen (ticket #2400).
Maxim Dounin
2022-11-23
*
Stream: the "fastopen" parameter of the "listen" directive.
Ruslan Ermilov
2021-05-20
*
Multiple addresses in "listen".
Roman Arutyunyan
2019-03-15
*
Stream: avoid potential infinite loop at preread phase.
Roman Arutyunyan
2018-08-29
*
SSL: detect "listen ... ssl" without certificates (ticket #178).
Maxim Dounin
2018-04-24
*
Introduced ngx_tcp_nodelay().
Ruslan Ermilov
2017-05-26
*
Stream: configurable socket buffer sizes.
Vladimir Homutov
2017-04-03
*
Modules compatibility: removed unneeded IPV6_V6ONLY checks.
Maxim Dounin
2016-10-03
*
Stream: preread phase.
Vladimir Homutov
2016-09-15
*
Stream: phases.
Roman Arutyunyan
2016-09-15
*
Stream: increase default value for proxy_protocol_timeout to 30s.
Dmitry Volyntsev
2016-09-08
*
Stream: the "proxy_protocol" parameter of the "listen" directive.
Dmitry Volyntsev
2016-09-06
*
Ensure "listen" exists in a mail or stream server (ticket #1049).
Roman Arutyunyan
2016-08-17
*
Stream: resolver.
Vladimir Homutov
2016-07-07
*
Stream: variables and script.
Vladimir Homutov
2016-07-04
*
Stream: added preconfiguration step.
Vladimir Homutov
2016-06-15
*
Renamed "u" to "sockaddr" in listen options types.
Maxim Dounin
2016-05-23
*
Introduced the ngx_sockaddr_t type.
Ruslan Ermilov
2016-05-23
*
Stream: fixed duplicate listen address detection.
Ruslan Ermilov
2016-05-23
*
Use ngx_cmp_sockaddr() where appropriate.
Ruslan Ermilov
2016-05-20
*
Stream: UDP proxy.
Roman Arutyunyan
2016-01-20
*
Dynamic modules: changed ngx_modules to cycle->modules.
Maxim Dounin
2016-02-04
*
Win32: MSVC 2015 compatibility.
Maxim Dounin
2015-08-17
*
Stream: the "tcp_nodelay" directive.
Vladimir Homutov
2015-08-10
*
Stream: added postconfiguration method to stream modules.
Vladimir Homutov
2015-06-09
*
Stream: listen backlog=.
Ruslan Ermilov
2015-06-08
*
Stream: embed ngx_stream_listen_t into ngx_stream_conf_addr_t.
Ruslan Ermilov
2015-06-08
*
The "reuseport" option of the "listen" directive.
Maxim Dounin
2015-05-20
*
Stream: port from NGINX+.
Ruslan Ermilov
2015-04-20