summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream_core_module.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-27Stream: allow servers with no handler.Roman Arutyunyan1-7/+7
2024-01-18Stream: moved fastopen compatibility check.Roman Arutyunyan1-6/+6
2024-03-22Stream: the "setfib" parameter of the "listen" directive.Sergey Kandaurov1-0/+19
2024-03-22Stream: the "accept_filter" parameter of the "listen" directive.Sergey Kandaurov1-0/+20
2024-03-22Stream: the "deferred" parameter of the "listen" directive.Sergey Kandaurov1-0/+19
2024-03-22Overhauled some diagnostic messages akin to 1b05b9bbcebf.Sergey Kandaurov1-2/+2
2023-12-14Stream: virtual servers.Roman Arutyunyan1-101/+379
2023-12-13Stream: socket peek in preread phase.Roman Arutyunyan1-43/+146
2023-05-14Stream: removed QUIC support.Roman Arutyunyan1-29/+0
2022-12-18Fixed port ranges support in the listen directive.Valentin Bartenev1-1/+1
2022-11-23Filtering duplicate addresses in listen (ticket #2400).Maxim Dounin1-13/+36
2021-09-22QUIC: set NGX_TCP_NODELAY_DISABLED for fake stream connections.Sergey Kandaurov1-3/+0
2021-05-20Stream: the "fastopen" parameter of the "listen" directive.Ruslan Ermilov1-0/+25
2020-11-10QUIC: renamed c->qs to c->quic.Roman Arutyunyan1-1/+1
2020-07-21QUIC: added "quic" listen parameter in Stream.Roman Arutyunyan1-0/+32
2019-03-15Multiple addresses in "listen".Roman Arutyunyan1-42/+33
2018-08-29Stream: avoid potential infinite loop at preread phase.Roman Arutyunyan1-15/+21
2018-04-24SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin1-0/+10
2017-05-26Introduced ngx_tcp_nodelay().Ruslan Ermilov1-16/+3
2017-04-03Stream: configurable socket buffer sizes.Vladimir Homutov1-1/+35
2016-10-03Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin1-1/+1
2016-09-15Stream: preread phase.Vladimir Homutov1-1/+129
2016-09-15Stream: phases.Roman Arutyunyan1-0/+102
2016-09-08Stream: increase default value for proxy_protocol_timeout to 30s.Dmitry Volyntsev1-1/+1
2016-09-06Stream: the "proxy_protocol" parameter of the "listen" directive.Dmitry Volyntsev1-0/+20
2016-08-17Ensure "listen" exists in a mail or stream server (ticket #1049).Roman Arutyunyan1-0/+11
2016-07-07Stream: resolver.Vladimir Homutov1-0/+60
2016-07-04Stream: variables and script.Vladimir Homutov1-2/+47
2016-06-15Stream: added preconfiguration step.Vladimir Homutov1-0/+1
2016-05-23Renamed "u" to "sockaddr" in listen options types.Maxim Dounin1-5/+5
2016-05-23Introduced the ngx_sockaddr_t type.Ruslan Ermilov1-1/+1
2016-05-23Stream: fixed duplicate listen address detection.Ruslan Ermilov1-17/+20
2016-05-20Use ngx_cmp_sockaddr() where appropriate.Ruslan Ermilov1-50/+6
2016-01-20Stream: UDP proxy.Roman Arutyunyan1-1/+29
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin1-4/+4
2015-08-17Win32: MSVC 2015 compatibility.Maxim Dounin1-2/+1
2015-08-10Stream: the "tcp_nodelay" directive.Vladimir Homutov1-0/+10
2015-06-09Stream: added postconfiguration method to stream modules.Vladimir Homutov1-0/+2
2015-06-08Stream: listen backlog=.Ruslan Ermilov1-0/+14
2015-06-08Stream: embed ngx_stream_listen_t into ngx_stream_conf_addr_t.Ruslan Ermilov1-6/+8
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin1-0/+12
2015-04-20Stream: port from NGINX+.Ruslan Ermilov1-251/+93
2015-01-23Mail: fixed the duplicate listen address detection.Ruslan Ermilov1-2/+2
2014-08-20Mail: fixed number of arguments allowed in the listen directive.Valentin Bartenev1-1/+1
2013-07-11Core: extended ngx_sock_ntop() with socklen parameter.Vladimir Homutov1-1/+2
2012-08-18Whitespace fix.Maxim Dounin1-3/+3
2012-08-17Mail: fixed handling of AF_UNIX addresses in "listen".Ruslan Ermilov1-0/+8
2012-08-15mail_core: don't let the well-known port in the "listen" directive toRuslan Ermilov1-15/+17
2012-07-30Core: ipv6only is now on by default.Ruslan Ermilov1-1/+5
2012-03-05Whitespace fixes.Maxim Dounin1-1/+1