aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream.h
Commit message (Expand)AuthorAge
* Stream: the "setfib" parameter of the "listen" directive.Sergey Kandaurov2024-03-22
* Stream: the "accept_filter" parameter of the "listen" directive.Sergey Kandaurov2024-03-22
* Stream: the "deferred" parameter of the "listen" directive.Sergey Kandaurov2024-03-22
* Stream: reshuffled ngx_stream_listen_opt_t fields.Sergey Kandaurov2024-03-22
* Stream: virtual servers.Roman Arutyunyan2023-12-14
* Stream: the "fastopen" parameter of the "listen" directive.Ruslan Ermilov2021-05-20
* Limit conn: $limit_conn_status variable.Roman Arutyunyan2019-11-18
* Multiple addresses in "listen".Roman Arutyunyan2019-03-15
* Stream: configurable socket buffer sizes.Vladimir Homutov2017-04-03
* Variables: generic prefix variables.Dmitry Volyntsev2017-01-31
* Modules compatibility: removed dependencies on NGX_STREAM_SSL.Maxim Dounin2016-10-10
* Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.Maxim Dounin2016-10-03
* Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin2016-10-03
* Modules compatibility: status fields.Maxim Dounin2016-09-29
* Modules compatibility: health check fields.Maxim Dounin2016-09-29
* Stream: preread phase.Vladimir Homutov2016-09-15
* Stream: phases.Roman Arutyunyan2016-09-15
* Stream: filters.Roman Arutyunyan2016-09-15
* Stream: realip module.Dmitry Volyntsev2016-09-01
* Stream: the "proxy_protocol" parameter of the "listen" directive.Dmitry Volyntsev2016-09-06
* Stream: postpone session initialization under accept mutex.Dmitry Volyntsev2016-09-06
* Stream: log module.Vladimir Homutov2016-09-05
* Stream: the $upstream_addr variable.Vladimir Homutov2016-09-02
* Stream: the $status variable.Roman Arutyunyan2016-08-11
* Stream: the $session_time variable.Vladimir Homutov2016-08-26
* Ensure "listen" exists in a mail or stream server (ticket #1049).Roman Arutyunyan2016-08-17
* Fixed wrong type of the "line" field.Roman Arutyunyan2016-08-18
* Stream: resolver.Vladimir Homutov2016-07-07
* Stream: variables and script.Vladimir Homutov2016-07-04
* Stream: added preconfiguration step.Vladimir Homutov2016-06-15
* Renamed "u" to "sockaddr" in listen options types.Maxim Dounin2016-05-23
* Introduced the ngx_sockaddr_t type.Ruslan Ermilov2016-05-23
* Use ngx_cmp_sockaddr() where appropriate.Ruslan Ermilov2016-05-20
* Stream: UDP proxy.Roman Arutyunyan2016-01-20
* Stream: the "tcp_nodelay" directive.Vladimir Homutov2015-08-10
* Stream: connection limiting module.Vladimir Homutov2015-06-18
* Stream: access module.Vladimir Homutov2015-06-04
* Stream: added postconfiguration method to stream modules.Vladimir Homutov2015-06-09
* Stream: listen backlog=.Ruslan Ermilov2015-06-08
* Stream: embed ngx_stream_listen_t into ngx_stream_conf_addr_t.Ruslan Ermilov2015-06-08
* Stream: fixed "reuseport" to actually work.Ruslan Ermilov2015-06-05
* The "reuseport" option of the "listen" directive.Maxim Dounin2015-05-20
* Core: the ngx_set_connection_log() macro.Vladimir Homutov2015-04-25
* Stream: port from NGINX+.Ruslan Ermilov2015-04-20