Jan Tattermusch
38366dfec4
fix nits
5 years ago
Jan Tattermusch
0ada8b68d3
add versioning guide
5 years ago
Juanli Shen
a2eb267ccb
Clarify std:: usage
6 years ago
モハメド
743be2ba94
fix link
6 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
Nicolas Noble
fc56889a5c
Removing the change about headers, since it's the wrong file.
6 years ago
Nicolas Noble
0a36746ebe
Changing + to plus.
6 years ago
Nicolas Noble
e0059af33b
Adding a few potential breaking changes
6 years ago
Yash Tibrewal
394afb3a0c
Update validation rules for service config
6 years ago
Nguyen Hai Truong
029f6850c2
Remove duplicated word in document
...
Although it is spelling mistakes, it might make an affects
while reading.
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
6 years ago
Kim Bao Long
9e7bb5d17d
Remove duplicated word 'for for' in doc
...
Although it is spelling mistakes, it might make an affects while reading.
Co-Authored-By: Nguyen Phuong An <AnNP@vn.fujitsu.com>
Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
6 years ago
Alexander Polcyn
85979e9a58
List c-ares tracers in documentation
6 years ago
Nguyen Hai Truong
9cf00ed80b
Reformat some link and fix typos
...
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
6 years ago
Nguyen Hai Truong
5c52622fa6
Trivial fix many typos
...
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
6 years ago
Vu Cong Tuan
69fab8eacb
Fix many typos in doc
...
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
6 years ago
Srini Polavarapu
d3313adecf
Bump version to v1.19.0-pre1
6 years ago
Srini Polavarapu
fb4ba97803
Bump version to v1.20.x
6 years ago
Jean de Klerk
1af046e723
docs: enumerate status codes in statuscodes.md
...
statuscodes.md is one of the top search results for "grpc status codes",
right behind codes.proto. Since this is a landing page for many people*,
and since the title and description of this page purports to be the
generic status codes documentation page, it seems like a good idea to define
terms before using them.
* Many people who are new to grpc/protobuf, for example, will be more
accustomed to and choose markdown files over .proto files.
6 years ago
Christopher Warrington
dc2c81a78a
Copy edit keepalive documentation
...
* Copy edits
* Add additional blank lines before bulleted lists, which some
Markdown parsers require.
6 years ago
Sanjay Pujare
a87d0fa8e2
Bump version to v1.18.x-pre1
6 years ago
Sanjay Pujare
d99f2f0307
Bump version to v1.19.x
6 years ago
Richard Belleville
dd4830eae8
Make gRPC version string available as grpc.__version__
6 years ago
Alexander Polcyn
a4e9f33b85
Add interop cloud to prod test for GoogleDefaultCredentials
6 years ago