Mark D. Roth
6751ac6ffe
Add doc listing API changes to clean up for the next minor-version release.
9 years ago
Makarand Dharmapurikar
1ed0b8e3d7
Add interop test for Cacheable Unary Calls
...
modified interop test spec doc
added CacheableUnaryCall to test.proto
modified server and client implmenentations to support new method
9 years ago
Yuchen Zeng
82f3083034
Address review comments
9 years ago
Yuchen Zeng
3bf43dd311
Address review comments
9 years ago
Yuchen Zeng
dcc16b40fb
Address review comments
9 years ago
Yuchen Zeng
a8f2621d78
Fix dead links
9 years ago
Yuchen Zeng
c6e9076123
Address review comments
9 years ago
Yuchen Zeng
8eaa1840af
Add server reflection tutorial
9 years ago
Craig Tiller
18c09bf291
Review feedback
9 years ago
Craig Tiller
44bb7343da
Add documentation for GRPC_ environment variables
9 years ago
Craig Tiller
d9f907671d
Update documentation
9 years ago
Eric Anderson
0b3a621698
spec: Percent-encode Status-Message
9 years ago
Eric Anderson
cf88bb4aa5
Rename Fail Fast doc to Wait for Ready
...
The intention is to deminish the term "fail fast" and instead encourage
"wait for ready." However, the semantics of "the opposite of fail fast"
weren't really documented since that was the previous default, so it
became a bit of a rewrite to define both terms.
The file name uses dashes instead of underscore, since dashes are more
common in the docs.
9 years ago
HuKeping
e84d242ed4
Use DBC case instead of SBC case
...
Signed-off-by: Hu Keping <hukeping@huawei.com>
9 years ago
Masood Malekghassemi
6f7d4221af
Upgrade virtualenv pip in Python docgen
...
Also ignore the docgen-generated directories under doc/.
9 years ago
Yuchen Zeng
9cb9445155
Addressed review comments
9 years ago
David Garcia Quintas
fb81858c96
Forbade atexit()
9 years ago
David Garcia Quintas
26b6060729
Small tweaks in text and diagram
9 years ago
David Garcia Quintas
54698a9184
Updated with PR comments.
9 years ago
David Garcia Quintas
276c72e259
Compression Cookbook
9 years ago
David Garcia Quintas
4bb1a9d8d8
added lb diagram and some more detail
9 years ago
Muxi Yan
fc99ff6644
Fix error code when client run out of memory in Objective C code base
...
Update Status Codes documentation
9 years ago
David Garcia Quintas
fed3e3b070
Added section about variable initialization
9 years ago
Craig Tiller
eda85c6765
Expunge all references to zookeeper
9 years ago
David Garcia Quintas
a45e24eb3e
Removed invalid sentence
9 years ago
Nathaniel Manista
458b35af34
Fix Python server interop spec noncompliance
...
Also fix spelling mistakes in the spec itself.
9 years ago
David Garcia Quintas
75f6828636
Fixed typo
9 years ago
David Garcia Quintas
cc00745e8c
brought spec up to date
9 years ago
David Garcia Quintas
b665dd2722
reworded some
9 years ago
David Garcia Quintas
9f26a149a5
fixed incomplete sentence
9 years ago
David Garcia Quintas
87e6770a18
pr comments
9 years ago
vjpai
b8916aa22f
Don't global initialize anything to nullptr
9 years ago
David Garcia Quintas
c61c235fac
moar pr comments
9 years ago
David Garcia Quintas
350c151781
pr comments
9 years ago
vjpai
77a927be5a
Digraph
9 years ago
David Garcia Quintas
dd8d84ebb5
spec comments addressed
9 years ago
vjpai
bd67b559f5
this_thread
9 years ago
vjpai
3a6385b53e
Add ref to test
9 years ago
vjpai
967e378f19
More docs
9 years ago
vjpai
41c7d01fea
First draft of C++ style guide, minor changes to C
9 years ago
Yang Gao
0aa822b20f
minor fixes
9 years ago
David Garcia Quintas
7b3fa9e54f
Reworded spec.
9 years ago
David Garcia Quintas
74686ce7c4
Completed interop spec, as well as code for c++
9 years ago
Nathaniel Manista
c9dc83400b
Document cardinality violation status codes
9 years ago
Yang Gao
ac4b3a6e59
Create command_line_tool.md
9 years ago
David Garcia Quintas
9065c8b1df
more changes after offline chat with ejona
9 years ago
David Garcia Quintas
485cf40ab7
Fixed wrong spec and reworked streaming compressed case
9 years ago
David Garcia Quintas
393ca51923
updated interop spec
9 years ago
Eric Anderson
05e8c9a8b7
Connectivity state FATAL_FAILURE doesn't exist; it is SHUTDOWN
...
In a previous version of the document we used FATAL_FAILURE instead of
SHUTDOWN. This was changed when there was no case that would cause a
fatal failure other than shutdown. However, one reference to the old
name was missed.
9 years ago
Craig Tiller
2a932daaaf
Spell out fail fast semantics
9 years ago