aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_grpc_module.c
Commit message (Expand)AuthorAge
* Upstream: fixed passwords support for dynamic certificates.Sergey Kandaurov2025-04-10
* Upstream: caching certificates and certificate keys with variables.Sergey Kandaurov2025-01-17
* SSL: a new macro to set default protocol versions.Sergey Kandaurov2024-11-22
* SSL: fixed MSVC compilation after ebd18ec1812b.蕭澧邦2024-11-11
* SSL: disabled TLSv1 and TLSv1.1 by default.Sergey Kandaurov2024-10-31
* Optimized chain link usage (ticket #2614).Roman Arutyunyan2024-05-23
* SSL: enabled TLSv1.3 by default.Maxim Dounin2023-03-24
* Upstream: optimized use of SSL contexts (ticket #1234).Maxim Dounin2022-06-29
* Upstream: handling of certificates specified as an empty string.Sergey Kandaurov2022-06-07
* Upstream: header handlers can now return parsing errors.Maxim Dounin2022-05-30
* Moved Huffman coding out of HTTP/2.Ruslan Ermilov2021-12-21
* SSL: ciphers now set before loading certificates (ticket #2035).Maxim Dounin2021-08-16
* Disabled control characters and space in header names.Maxim Dounin2021-06-28
* gRPC: RST_STREAM(NO_ERROR) handling micro-optimization.Sergey Kandaurov2021-06-17
* gRPC: handling GOAWAY with a higher last stream identifier.Sergey Kandaurov2021-06-17
* Upstream: variables support in certificates.Maxim Dounin2021-05-06
* Changed complex value slots to use NGX_CONF_UNSET_PTR.Maxim Dounin2021-05-06
* gRPC: fixed handling of padding on DATA frames.Maxim Dounin2021-03-23
* SSL: fixed build by Sun C with old OpenSSL versions.Maxim Dounin2021-03-05
* gRPC: RST_STREAM(NO_ERROR) handling after "trailer only" responses.Pavel Pautov2020-11-18
* Core: added format specifiers to output binary data as hex.Vladimir Homutov2020-10-28
* Upstream: proxy_ssl_conf_command and friends.Maxim Dounin2020-10-22
* Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.Maxim Dounin2020-10-22
* gRPC: generate error when response size is wrong.Maxim Dounin2020-07-06
* gRPC: WINDOW_UPDATE after END_STREAM handling (ticket #1797).Ruslan Ermilov2020-04-23
* gRPC: RST_STREAM(NO_ERROR) handling (ticket #1792).Ruslan Ermilov2020-04-23
* gRPC: variables support in the "grpc_pass" directive.Vladimir Homutov2020-01-17
* SSL: fixed potential leak on memory allocation errors.Maxim Dounin2019-03-03
* gRPC: limited allocations due to ping and settings frames.Maxim Dounin2018-11-06
* Upstream: proxy_socket_keepalive and friends.Vladimir Homutov2018-10-03
* gRPC: disabled keepalive when sending control frames was blocked.Maxim Dounin2018-09-03
* gRPC: improved keepalive handling.Maxim Dounin2018-09-03
* Fixed invalid access to location defined as an empty string.Ruslan Ermilov2018-07-17
* SSL: save sessions for upstream peers using a callback function.Sergey Kandaurov2018-07-17
* gRPC: clearing buffers in ngx_http_grpc_get_buf().Maxim Dounin2018-07-02
* Silenced -Wcast-function-type warnings (closes #1546).Sergey Kandaurov2018-05-07
* gRPC: fixed possible sign extension of error and setting_value.Maxim Dounin2018-03-22
* gRPC: fixed missing state save in frame header parsing.Sergey Kandaurov2018-03-20
* gRPC: fixed parsing response headers split on CONTINUATION frames.Sergey Kandaurov2018-03-19
* gRPC: special handling of "trailer only" responses.Maxim Dounin2018-03-17
* gRPC: special handling of the TE request header.Maxim Dounin2018-03-17
* The gRPC proxy module.Maxim Dounin2018-03-17