index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
http
/
modules
/
ngx_http_grpc_module.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-24
SSL: enabled TLSv1.3 by default.
Maxim Dounin
1
-2
/
+3
2022-06-29
Upstream: optimized use of SSL contexts (ticket #1234).
Maxim Dounin
1
-7
/
+59
2022-06-07
Upstream: handling of certificates specified as an empty string.
Sergey Kandaurov
1
-2
/
+3
2022-05-30
Upstream: header handlers can now return parsing errors.
Maxim Dounin
1
-2
/
+6
2021-12-21
Moved Huffman coding out of HTTP/2.
Ruslan Ermilov
1
-8
/
+8
2021-08-16
SSL: ciphers now set before loading certificates (ticket #2035).
Maxim Dounin
1
-6
/
+6
2021-06-28
Disabled control characters and space in header names.
Maxim Dounin
1
-1
/
+1
2021-06-17
gRPC: RST_STREAM(NO_ERROR) handling micro-optimization.
Sergey Kandaurov
1
-0
/
+4
2021-06-17
gRPC: handling GOAWAY with a higher last stream identifier.
Sergey Kandaurov
1
-0
/
+9
2021-05-06
Upstream: variables support in certificates.
Maxim Dounin
1
-25
/
+37
2021-05-06
Changed complex value slots to use NGX_CONF_UNSET_PTR.
Maxim Dounin
1
-5
/
+3
2021-03-23
gRPC: fixed handling of padding on DATA frames.
Maxim Dounin
1
-11
/
+24
2021-03-05
SSL: fixed build by Sun C with old OpenSSL versions.
Maxim Dounin
1
-2
/
+2
2020-11-18
gRPC: RST_STREAM(NO_ERROR) handling after "trailer only" responses.
Pavel Pautov
1
-0
/
+1
2020-10-28
Core: added format specifiers to output binary data as hex.
Vladimir Homutov
1
-28
/
+10
2020-10-22
Upstream: proxy_ssl_conf_command and friends.
Maxim Dounin
1
-0
/
+34
2020-10-22
Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.
Maxim Dounin
1
-3
/
+5
2020-07-06
gRPC: generate error when response size is wrong.
Maxim Dounin
1
-1
/
+38
2020-04-23
gRPC: WINDOW_UPDATE after END_STREAM handling (ticket #1797).
Ruslan Ermilov
1
-1
/
+2
2020-04-23
gRPC: RST_STREAM(NO_ERROR) handling (ticket #1792).
Ruslan Ermilov
1
-5
/
+19
2020-01-17
gRPC: variables support in the "grpc_pass" directive.
Vladimir Homutov
1
-38
/
+190
2019-03-03
SSL: fixed potential leak on memory allocation errors.
Maxim Dounin
1
-0
/
+1
2018-11-06
gRPC: limited allocations due to ping and settings frames.
Maxim Dounin
1
-0
/
+15
2018-10-03
Upstream: proxy_socket_keepalive and friends.
Vladimir Homutov
1
-0
/
+11
2018-09-03
gRPC: disabled keepalive when sending control frames was blocked.
Maxim Dounin
1
-0
/
+12
2018-09-03
gRPC: improved keepalive handling.
Maxim Dounin
1
-33
/
+67
2018-07-17
Fixed invalid access to location defined as an empty string.
Ruslan Ermilov
1
-1
/
+1
2018-07-17
SSL: save sessions for upstream peers using a callback function.
Sergey Kandaurov
1
-0
/
+7
2018-07-02
gRPC: clearing buffers in ngx_http_grpc_get_buf().
Maxim Dounin
1
-11
/
+16
2018-05-07
Silenced -Wcast-function-type warnings (closes #1546).
Sergey Kandaurov
1
-1
/
+2
2018-03-22
gRPC: fixed possible sign extension of error and setting_value.
Maxim Dounin
1
-3
/
+3
2018-03-20
gRPC: fixed missing state save in frame header parsing.
Sergey Kandaurov
1
-0
/
+1
2018-03-19
gRPC: fixed parsing response headers split on CONTINUATION frames.
Sergey Kandaurov
1
-2
/
+2
2018-03-17
gRPC: special handling of "trailer only" responses.
Maxim Dounin
1
-7
/
+10
2018-03-17
gRPC: special handling of the TE request header.
Maxim Dounin
1
-2
/
+67
2018-03-17
The gRPC proxy module.
Maxim Dounin
1
-0
/
+4571