Hope Casey-Allen
43dd7698ea
Security audit response
5 years ago
Yash Tibrewal
4758b38455
Bump version to 1.26
5 years ago
Srini Polavarapu
207d2dbdef
regenerate doxygen files
5 years ago
Srini Polavarapu
70b7a7bc8a
security audit report
5 years ago
Zhiliang Xu
4030b49f71
Fix a typo in transport_explainer.md
...
Fix a typo in transport_explainer.md
5 years ago
tanjunchen
ccc5481ff0
fix typo in document
5 years ago
Esun Kim
019b82ca34
Add note about thread_local
5 years ago
Esun Kim
69a91b82e1
Update C++ doc
5 years ago
chentanjun
4ecc1fe6a4
fix the wrong word
5 years ago
Esun Kim
7d925eb9b2
Bump version to v1.24.0-pre1
5 years ago
Esun Kim
37491ccd32
Bump version to 1.25
5 years ago
Tim Gates
4c34f8352c
Fix simple typo: avaiable -> available
5 years ago
yang-g
4edd3ad2a4
Update reflection doc
5 years ago
Yash Tibrewal
4bd0ee17bc
GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS is based on data frames being received
5 years ago
Karthik Ravi Shankar
07c4b1e0bb
Bump version to v1.23.0-pre1
5 years ago
Karthik Ravi Shankar
4851621630
Bump version to v1.24.x
5 years ago
Jan Tattermusch
38366dfec4
fix nits
5 years ago
Jan Tattermusch
0ada8b68d3
add versioning guide
5 years ago
Andrew Scherkus
4bf0048194
Document --noremotedb flag for grpc_cli.
...
It's surprising that grpc_cli always attempts to use the reflection
service even when providing local proto files. Document the
existence of a flag that surpresses this behavior.
5 years ago
Eric Anderson
bb04e070b3
doc/statuscodes.md: Remove HTTP status codes
...
The HTTP status codes are more for REST; they don't work with gRPC. We
shouldn't be encouraging them and they are confusing when you compare
them to doc/http-grpc-status-mapping.md .
5 years ago
Juanli Shen
a2eb267ccb
Clarify std:: usage
5 years ago
モハメド
743be2ba94
fix link
5 years ago
Esun Kim
26769ae50f
Bump version to v1.22.0-pre1
6 years ago
Esun Kim
63ffdf135f
Bump version to 1.23.0
6 years ago
Soheil Hassas Yeganeh
21020d85c2
Update the doc for the new debug-only flags.
6 years ago
Qiancheng Zhao
8438cc804f
Added debug and non-debug tracers for subchannel.
6 years ago
Lidi Zheng
873b39d81e
Update server_side_auth about the CallCredential
6 years ago
Sanjay Pujare
18a9e00b33
Document the Watch() method that got added to health/v1/health.proto
6 years ago
Srini Polavarapu
aa79909f94
Bump version to v1.21.0-pre1
6 years ago
Srini Polavarapu
c7a319a6fc
Bump version to v1.22.0-dev
6 years ago
Prashant Jaikumar
f36e08e6dd
Add trace flag in cronet transport
6 years ago
Soheil Hassas Yeganeh
4080e7b65f
Retire the GRPC_ARENA_INIT_STRATEGY env variable.
...
This is in the hot path and it is not needed anymore.
Remove it for good.
6 years ago
Soheil Hassas Yeganeh
212e4b8657
Retire the GRPC_ARENA_INIT_STRATEGY env variable.
...
This is in the hot path and it is not needed anymore.
Remove it for good.
6 years ago
Jean de Klerk
a19d8dcfb5
docs: add note about retrying UNAVAILABLE
...
release note: no
6 years ago
Richard Belleville
f900eec41d
Revert "Merge pull request #18727 from grpc/revert_compression"
...
This reverts commit 8054a731d1
, reversing
changes made to c3d3cf8053
.
6 years ago
Richard Belleville
167540efd4
Revert "Merge pull request #18564 from grpc/compression"
...
This reverts commit 9dfeb14be0
, reversing
changes made to 7009f2df58
.
6 years ago
SataQiu
c99ac03b11
fix some spell errors
6 years ago
Richard Belleville
5afd77398e
Implement compression API within gRPC Python.
6 years ago
Doug Fawley
1ef874a03f
change from 400 to 415
6 years ago
Lidi Zheng
f931435f27
Update g_stands_for.md for v1.20.x
6 years ago
Lidi Zheng
b27131bcd7
Bump version to v1.21.0-dev
6 years ago
Lidi Zheng
c3215ea25b
Add per-platform details for GRPC_DNS_RESOLVER
6 years ago
Lidi Zheng
d1dc707908
Correct the default DNS resolver to ares
6 years ago
Lidi Zheng
a7b2ed3b98
Add documentation for 'grpcio-status' package
6 years ago
Doug Fawley
be014d005d
Misconfigured non-gRPC, HTTP/2 clients can sometimes connect to gRPC servers.
...
Today, these clients will receive an HTTP status 200 (OK) with a trailer that
gRPC clients would be able to interpret as an error, but non-gRPC clients would
interpret as a success. In Go and Java, this will have a grpc-status of
UNKNOWN due to an unexpected content-type header. In C, the content-type
header is currently ignored, but a grpc-status of UNAVAILABLE will be returned
if a handler for that method is not registered (which is likely in this
scenario).
This change updates the gRPC HTTP/2 spec to recommend returning HTTP status 400
(Bad Request) to interoperate better with non-gRPC clients.
Note that we should not do any enforcement on user-agent, as the spec
specifically says "the protocol does not require a user-agent to function".
6 years ago
Alexander Polcyn
2fe0d21736
Add a new compute engine channel creds interop test case
6 years ago
Mark D. Roth
2b03154cf4
Update naming doc.
6 years ago
Nicolas Noble
7dbe321d76
Update pending_api_cleanups.md
6 years ago
Yash Tibrewal
abcd5861eb
Nuking the poll-cv polling engine
6 years ago
Mark D. Roth
8878712aeb
Split client_channel tracer into two.
6 years ago