[nginx] Stream: the "setfib" parameter of the "listen" directive.

2024-03-22 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/dd516985310f branches: changeset: 9223:dd516985310f user: Sergey Kandaurov date: Fri Mar 22 14:53:19 2024 +0400 description: Stream: the "setfib" parameter of the "listen" directive. The FreeBSD SO_SETFIB support. diffstat:

[nginx] Stream: moved fastopen compatibility check.

2024-03-22 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/6317e21a15e0 branches: changeset: 9224:6317e21a15e0 user: Roman Arutyunyan date: Thu Jan 18 19:12:38 2024 +0400 description: Stream: moved fastopen compatibility check. The move makes the code look similar to the corresponding code in http

[nginx] Stream: the "accept_filter" parameter of the "listen" directive.

2024-03-22 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/c78790d3d061 branches: changeset: 9222:c78790d3d061 user: Sergey Kandaurov date: Fri Mar 22 14:53:19 2024 +0400 description: Stream: the "accept_filter" parameter of the "listen" directive. The FreeBSD accept filters support. diffstat:

[nginx] Overhauled some diagnostic messages akin to 1b05b9bbcebf.

2024-03-22 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/71880e854bc7 branches: changeset: 9219:71880e854bc7 user: Sergey Kandaurov date: Fri Mar 22 14:51:14 2024 +0400 description: Overhauled some diagnostic messages akin to 1b05b9bbcebf. diffstat: src/http/modules/ngx_http_referer_module.c|

[nginx] Stream: the "deferred" parameter of the "listen" directive.

2024-03-22 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/bed832296f5d branches: changeset: 9221:bed832296f5d user: Sergey Kandaurov date: Fri Mar 22 14:53:19 2024 +0400 description: Stream: the "deferred" parameter of the "listen" directive. The Linux TCP_DEFER_ACCEPT support. diffstat:

[nginx] Stream: reshuffled ngx_stream_listen_opt_t fields.

2024-03-22 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/c8cf6b1cc82e branches: changeset: 9220:c8cf6b1cc82e user: Sergey Kandaurov date: Fri Mar 22 14:53:19 2024 +0400 description: Stream: reshuffled ngx_stream_listen_opt_t fields. In preparation for adding more parameters to the listen directive,

[nginx] Stream: using ngx_stream_ssl_srv_conf_t *sscf naming convention.

2024-03-22 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/fa75fccf7fa0 branches: changeset: 9218:fa75fccf7fa0 user: Sergey Kandaurov date: Fri Mar 22 14:18:51 2024 +0400 description: Stream: using ngx_stream_ssl_srv_conf_t *sscf naming convention. Originally, the stream module was developed based on

[PATCH] Stream: $server_name

2024-03-22 Thread Sergey Kandaurov
# HG changeset patch # User Sergey Kandaurov # Date 178390 -14400 # Fri Mar 22 18:39:50 2024 +0400 # Node ID 96ff3f8b7e508a345c18bb1e1071f248f1e5a75c # Parent 6317e21a15e083a215b52480b8ef473fdfe34158 Stream: $server_name. diff --git a/src/stream/ngx_stream_variables.c