summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-22Stream: the "setfib" parameter of the "listen" directive.Sergey Kandaurov1-0/+3
2024-03-22Stream: the "accept_filter" parameter of the "listen" directive.Sergey Kandaurov1-0/+4
2024-03-22Stream: the "deferred" parameter of the "listen" directive.Sergey Kandaurov1-0/+1
2024-03-22Stream: reshuffled ngx_stream_listen_opt_t fields.Sergey Kandaurov1-6/+7
2023-12-14Stream: virtual servers.Roman Arutyunyan1-49/+111
2021-05-20Stream: the "fastopen" parameter of the "listen" directive.Ruslan Ermilov1-0/+3
2019-11-18Limit conn: $limit_conn_status variable.Roman Arutyunyan1-0/+2
2019-03-15Multiple addresses in "listen".Roman Arutyunyan1-1/+2
2017-04-03Stream: configurable socket buffer sizes.Vladimir Homutov1-0/+2
2017-01-31Variables: generic prefix variables.Dmitry Volyntsev1-1/+2
2016-10-10Modules compatibility: removed dependencies on NGX_STREAM_SSL.Maxim Dounin1-8/+0
2016-10-03Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.Maxim Dounin1-2/+0
2016-10-03Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin1-1/+1
2016-09-29Modules compatibility: status fields.Maxim Dounin1-0/+2
2016-09-29Modules compatibility: health check fields.Maxim Dounin1-1/+3
2016-09-15Stream: preread phase.Vladimir Homutov1-0/+5
2016-09-15Stream: phases.Roman Arutyunyan1-9/+48
2016-09-15Stream: filters.Roman Arutyunyan1-0/+10
2016-09-01Stream: realip module.Dmitry Volyntsev1-0/+1
2016-09-06Stream: the "proxy_protocol" parameter of the "listen" directive.Dmitry Volyntsev1-1/+6
2016-09-06Stream: postpone session initialization under accept mutex.Dmitry Volyntsev1-0/+4
2016-09-05Stream: log module.Vladimir Homutov1-0/+1
2016-09-02Stream: the $upstream_addr variable.Vladimir Homutov1-1/+2
2016-08-11Stream: the $status variable.Roman Arutyunyan1-1/+10
2016-08-26Stream: the $session_time variable.Vladimir Homutov1-0/+2
2016-08-17Ensure "listen" exists in a mail or stream server (ticket #1049).Roman Arutyunyan1-0/+2
2016-08-18Fixed wrong type of the "line" field.Roman Arutyunyan1-1/+1
2016-07-07Stream: resolver.Vladimir Homutov1-0/+3
2016-07-04Stream: variables and script.Vladimir Homutov1-55/+80
2016-06-15Stream: added preconfiguration step.Vladimir Homutov1-0/+1
2016-05-23Renamed "u" to "sockaddr" in listen options types.Maxim Dounin1-1/+1
2016-05-23Introduced the ngx_sockaddr_t type.Ruslan Ermilov1-11/+1
2016-05-20Use ngx_cmp_sockaddr() where appropriate.Ruslan Ermilov1-1/+0
2016-01-20Stream: UDP proxy.Roman Arutyunyan1-0/+2
2015-08-10Stream: the "tcp_nodelay" directive.Vladimir Homutov1-0/+1
2015-06-18Stream: connection limiting module.Vladimir Homutov1-0/+1
2015-06-04Stream: access module.Vladimir Homutov1-0/+4
2015-06-09Stream: added postconfiguration method to stream modules.Vladimir Homutov1-0/+2
2015-06-08Stream: listen backlog=.Ruslan Ermilov1-0/+1
2015-06-08Stream: embed ngx_stream_listen_t into ngx_stream_conf_addr_t.Ruslan Ermilov1-23/+13
2015-06-05Stream: fixed "reuseport" to actually work.Ruslan Ermilov1-0/+3
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin1-0/+3
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov1-10/+0
2015-04-20Stream: port from NGINX+.Ruslan Ermilov1-0/+215