aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_grpc_module.c
Commit message (Expand)AuthorAge
* 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