log src/http/modules/ngx_http_grpc_module.c @ 7746:88eca63261c3

age author description
Wed, 18 Nov 2020 18:41:16 -0800 Pavel Pautov gRPC: RST_STREAM(NO_ERROR) handling after "trailer only" responses.
Wed, 28 Oct 2020 10:56:11 +0300 Vladimir Homutov Core: added format specifiers to output binary data as hex.
Thu, 22 Oct 2020 18:00:23 +0300 Maxim Dounin Upstream: proxy_ssl_conf_command and friends.
Thu, 22 Oct 2020 18:00:20 +0300 Maxim Dounin Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.
Mon, 06 Jul 2020 18:36:25 +0300 Maxim Dounin gRPC: generate error when response size is wrong.
Thu, 23 Apr 2020 15:10:26 +0300 Ruslan Ermilov gRPC: WINDOW_UPDATE after END_STREAM handling (ticket #1797).
Thu, 23 Apr 2020 15:10:24 +0300 Ruslan Ermilov gRPC: RST_STREAM(NO_ERROR) handling (ticket #1792).
Fri, 17 Jan 2020 12:13:02 +0300 Vladimir Homutov gRPC: variables support in the "grpc_pass" directive.
Sun, 03 Mar 2019 16:48:39 +0300 Maxim Dounin SSL: fixed potential leak on memory allocation errors.
Mon, 03 Sep 2018 19:34:02 +0300 Maxim Dounin gRPC: disabled keepalive when sending control frames was blocked. stable-1.14
Mon, 03 Sep 2018 19:34:01 +0300 Maxim Dounin gRPC: improved keepalive handling. stable-1.14
Mon, 02 Jul 2018 19:02:08 +0300 Maxim Dounin gRPC: clearing buffers in ngx_http_grpc_get_buf(). stable-1.14
Mon, 07 May 2018 09:54:37 +0000 Sergey Kandaurov Silenced -Wcast-function-type warnings (closes #1546). stable-1.14
Tue, 06 Nov 2018 16:29:59 +0300 Maxim Dounin gRPC: limited allocations due to ping and settings frames. stable-1.14
Tue, 06 Nov 2018 16:29:59 +0300 Maxim Dounin gRPC: limited allocations due to ping and settings frames.
Wed, 03 Oct 2018 14:08:51 +0300 Vladimir Homutov Upstream: proxy_socket_keepalive and friends.
Mon, 03 Sep 2018 19:34:02 +0300 Maxim Dounin gRPC: disabled keepalive when sending control frames was blocked.
Mon, 03 Sep 2018 19:34:01 +0300 Maxim Dounin gRPC: improved keepalive handling.
Tue, 17 Jul 2018 15:30:43 +0300 Ruslan Ermilov Fixed invalid access to location defined as an empty string.
Tue, 17 Jul 2018 12:53:23 +0300 Sergey Kandaurov SSL: save sessions for upstream peers using a callback function.
Mon, 02 Jul 2018 19:02:08 +0300 Maxim Dounin gRPC: clearing buffers in ngx_http_grpc_get_buf().
Mon, 07 May 2018 09:54:37 +0000 Sergey Kandaurov Silenced -Wcast-function-type warnings (closes #1546).
Thu, 22 Mar 2018 19:26:25 +0300 Maxim Dounin gRPC: fixed possible sign extension of error and setting_value.
Tue, 20 Mar 2018 15:58:11 +0300 Sergey Kandaurov gRPC: fixed missing state save in frame header parsing.
Mon, 19 Mar 2018 16:42:56 +0300 Sergey Kandaurov gRPC: fixed parsing response headers split on CONTINUATION frames.
Sat, 17 Mar 2018 23:04:26 +0300 Maxim Dounin gRPC: special handling of "trailer only" responses.
Sat, 17 Mar 2018 23:04:25 +0300 Maxim Dounin gRPC: special handling of the TE request header.
Sat, 17 Mar 2018 23:04:24 +0300 Maxim Dounin The gRPC proxy module.