David G. Quintas
e1951a1c6d
Merge pull request #7294 from dgquintas/lb_docs_update
...
Added LB diagram and some more detail
2016-07-20 16:26:26 -07:00
makdharma
2eebe29ec8
Merge pull request #7245 from muxi/fix-7181
...
Fix of Issue #7181 documentation and Objective C code
2016-07-18 16:26:31 -07:00
kpayson64
ad570d8654
Merge pull request #7243 from dgquintas/styleguide
...
C style guide updates
2016-07-18 10:32:51 -07:00
David Garcia Quintas
fb81858c96
Forbade atexit()
2016-07-15 08:05:07 -07:00
David Garcia Quintas
26b6060729
Small tweaks in text and diagram
2016-07-15 07:35:13 -07:00
David Garcia Quintas
54698a9184
Updated with PR comments.
2016-07-14 11:32:15 -07:00
David Garcia Quintas
276c72e259
Compression Cookbook
2016-07-08 20:56:25 -07:00
David Garcia Quintas
4bb1a9d8d8
added lb diagram and some more detail
2016-07-08 17:53:45 -07:00
Muxi Yan
fc99ff6644
Fix error code when client run out of memory in Objective C code base
...
Update Status Codes documentation
2016-07-06 15:08:30 -07:00
David Garcia Quintas
fed3e3b070
Added section about variable initialization
2016-07-06 14:07:04 -07:00
Nicolas Noble
77e8b714e5
Merge pull request #7210 from ctiller/no-more-zookeeper
...
Expunge all references to zookeeper
2016-07-01 17:24:44 -07:00
David G. Quintas
bf6a913fd9
Merge pull request #7162 from dgquintas/interop-cred-flag-fix
...
Removed invalid sentence from interop flag description
2016-07-01 15:41:29 -07:00
Craig Tiller
eda85c6765
Expunge all references to zookeeper
2016-07-01 12:45:19 -07:00
David Garcia Quintas
a45e24eb3e
Removed invalid sentence
2016-06-29 17:55:01 -07:00
Nathaniel Manista
458b35af34
Fix Python server interop spec noncompliance
...
Also fix spelling mistakes in the spec itself.
2016-06-29 21:49:20 +00:00
David Garcia Quintas
75f6828636
Fixed typo
2016-06-23 10:16:16 -07:00
David Garcia Quintas
cc00745e8c
brought spec up to date
2016-06-23 00:18:15 -07:00
David G. Quintas
91e8314390
Merge pull request #5641 from dgquintas/publish_compression_spec
...
Added compression spec
2016-06-22 18:32:26 -07:00
David Garcia Quintas
b665dd2722
reworded some
2016-06-21 11:52:29 -07:00
David Garcia Quintas
9f26a149a5
fixed incomplete sentence
2016-06-21 10:15:01 -07:00
David Garcia Quintas
50c5511a9b
Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop
2016-06-17 19:01:03 -07:00
David Garcia Quintas
87e6770a18
pr comments
2016-06-16 22:04:08 -07:00
David Garcia Quintas
0f45cee9c8
Merge branch 'master' of github.com:grpc/grpc into publish_compression_spec
2016-06-16 20:47:22 -07:00
David Garcia Quintas
909dd6ec8b
Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop
2016-06-16 17:03:40 -07:00
vjpai
b8916aa22f
Don't global initialize anything to nullptr
2016-06-16 09:16:00 -07:00
David Garcia Quintas
c61c235fac
moar pr comments
2016-06-15 13:11:26 -07:00
David Garcia Quintas
350c151781
pr comments
2016-06-14 17:08:27 -07:00
Abhishek Kumar
a47acad040
Merge pull request #6852 from nathanielmanistaatgoogle/status-codes
...
Document cardinality violation status codes
2016-06-13 16:37:09 -07:00
Jan Tattermusch
5225f83bb2
Merge pull request #6865 from vjpai/stylin
...
Doc Fixit: Introduce C++ style guide
2016-06-13 14:16:45 -07:00
Jan Tattermusch
ead54999ac
Merge pull request #6840 from yang-g/command-line-tool-1
...
Add a doc for the command line tool
2016-06-11 09:45:02 -07:00
vjpai
77a927be5a
Digraph
2016-06-11 08:10:45 -07:00
David Garcia Quintas
dd8d84ebb5
spec comments addressed
2016-06-10 19:10:42 -07:00
vjpai
bd67b559f5
this_thread
2016-06-10 01:58:12 -07:00
vjpai
3a6385b53e
Add ref to test
2016-06-10 00:37:11 -07:00
vjpai
967e378f19
More docs
2016-06-10 00:29:03 -07:00
vjpai
41c7d01fea
First draft of C++ style guide, minor changes to C
2016-06-10 00:24:42 -07:00
Yang Gao
0aa822b20f
minor fixes
2016-06-09 17:23:38 -07:00
David Garcia Quintas
7b3fa9e54f
Reworded spec.
2016-06-09 16:12:53 -07:00
David Garcia Quintas
74686ce7c4
Completed interop spec, as well as code for c++
2016-06-09 15:33:33 -07:00
Nathaniel Manista
c9dc83400b
Document cardinality violation status codes
2016-06-09 18:57:14 +00:00
Yang Gao
ac4b3a6e59
Create command_line_tool.md
2016-06-08 15:00:25 -07:00
David Garcia Quintas
9065c8b1df
more changes after offline chat with ejona
2016-06-08 14:31:21 -07:00
David Garcia Quintas
485cf40ab7
Fixed wrong spec and reworked streaming compressed case
2016-06-08 13:35:25 -07:00
David Garcia Quintas
393ca51923
updated interop spec
2016-06-07 18:45:36 -07:00
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.
2016-05-09 15:07:55 -07:00
Craig Tiller
2a932daaaf
Spell out fail fast semantics
2016-04-29 13:04:53 -07:00
murgatroid99
c65221cf34
Merge branch 'master' into binary_logging
2016-03-30 09:32:00 -07:00
Craig Tiller
40ee2aa450
Fix another path
2016-03-25 19:58:31 -07:00
murgatroid99
7ec0fa78b2
Merge branch 'master' into binary_logging
2016-03-17 14:23:31 -07:00
David Garcia Quintas
3165ff3d95
Added compression spec
2016-03-08 01:03:10 -08:00