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