summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-20Stream: the "fastopen" parameter of the "listen" directive.Ruslan Ermilov1-0/+4
2019-03-15Multiple addresses in "listen".Roman Arutyunyan1-36/+6
2018-07-12Events: moved sockets cloning to ngx_event_init_conf().Maxim Dounin1-4/+0
2017-04-03Stream: configurable socket buffer sizes.Vladimir Homutov1-0/+2
2016-10-10Modules compatibility: removed dependencies on NGX_STREAM_SSL.Maxim Dounin1-2/+0
2016-10-03Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin1-1/+1
2016-09-15Stream: preread phase.Vladimir Homutov1-0/+11
2016-09-15Stream: phases.Roman Arutyunyan1-0/+110
2016-09-15Stream: filters.Roman Arutyunyan1-0/+3
2016-09-06Stream: the "proxy_protocol" parameter of the "listen" directive.Dmitry Volyntsev1-0/+2
2016-07-04Stream: variables and script.Vladimir Homutov1-0/+4
2016-06-15Stream: added preconfiguration step.Vladimir Homutov1-2/+17
2016-06-20Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.Roman Arutyunyan1-25/+1
2016-05-23Renamed "u" to "sockaddr" in listen options types.Maxim Dounin1-10/+10
2016-01-20Stream: UDP proxy.Roman Arutyunyan1-1/+8
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin1-11/+11
2016-02-04Dynamic modules: moved module-related stuff to separate files.Maxim Dounin1-8/+1
2015-06-16Disabled duplicate http, mail, and stream blocks.Vladimir Homutov1-0/+4
2015-06-09Stream: added postconfiguration method to stream modules.Vladimir Homutov1-0/+14
2015-06-08Stream: listen backlog=.Ruslan Ermilov1-0/+2
2015-06-08Stream: embed ngx_stream_listen_t into ngx_stream_conf_addr_t.Ruslan Ermilov1-46/+28
2015-06-05Stream: fixed "reuseport" to actually work.Ruslan Ermilov1-0/+7
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin1-0/+4
2015-05-20Simplified ngx_http_init_listening().Maxim Dounin1-7/+1
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov1-1/+1
2015-04-20Stream: port from NGINX+.Ruslan Ermilov1-0/+557