39130707bd
add accessor for the error desc of rpcError
2015-09-22 16:39:14 -07:00
64295baed1
Merge pull request #352 from iamqizhao/master
...
remove a dead member var
2015-09-22 16:17:28 -07:00
ecf8201c7c
remove a dead member var
2015-09-22 16:12:42 -07:00
dd992b3748
remove transportSeq
2015-09-21 18:17:49 -07:00
66a18cfe4f
fixed broken link to helloworld.proto
2015-09-21 15:31:59 +01:00
5e5f5df2bb
Merge pull request #348 from iamqizhao/master
...
update health check to the latest version
2015-09-17 14:42:36 -07:00
67646dc278
update health check to the latest version
2015-09-17 14:36:11 -07:00
19d866d72a
Merge pull request #347 from s4uliu5/patch-1
...
Fix: Read() -> Recv()
2015-09-17 13:30:21 -07:00
2ebbb6b455
Fix: Read() -> Recv()
...
I believe, there is stream.Recv() not stream.Read(), in RecordRoute(), isn't it?
2015-09-17 22:31:54 +03:00
3255a5521c
Merge pull request #343 from philips/fix-go-getting-started
...
Fix go getting started
2015-09-16 22:42:34 -07:00
9c0937adb5
Merge pull request #344 from philips/point-peope-at-grpc-io
...
documentation: various fixes
2015-09-16 22:41:41 -07:00
ec9cc670ad
Merge pull request #346 from iamqizhao/master
...
update health.proto
2015-09-16 22:21:37 -07:00
29948ca05c
update health.proto
2015-09-16 22:16:10 -07:00
dec1ab1152
README: expand the description
...
Provide a bit more context in the README of what this is and how to find
more information. This is necessary because many people use GitHub as a
discovery mechanism.
2015-09-16 18:25:57 -07:00
853dbe54a6
examples: link to grpc.io
...
Instead of linking directly to github link to the grpc.io website.
2015-09-16 18:04:08 -07:00
04e58f3820
Documentation: grpc-auth-support point at gRPC.io
...
Instead of linking to the gRPC docs in github link to gRPC.io
2015-09-16 18:03:32 -07:00
f0d0c4955f
grpc-auth-support: move to a Documentation folder
...
Perhaps we should move the examples into this folder too? Clearly this
random bit of documentation doesn't belong in the root folder in any
case.
2015-09-16 18:00:53 -07:00
0f70401216
examples: README: use the new go package prefix
...
This doesn't work since the package now lives at google.golang.org
2015-09-16 17:45:33 -07:00
2b1d73a5f7
examples: README: remove sh tags
...
The markdown renderer for grpc.io doesn't know what to do with the tags
with the syntax highlighting tag like:
```
```sh
```
See http://www.grpc.io/docs/installation/go.html
2015-09-16 17:44:00 -07:00
5f818810e5
examples: README: fix trailing whitespace
2015-09-16 17:42:56 -07:00
5feca5d7a5
Merge pull request #340 from iamqizhao/master
...
Fix a reconnecting bug
2015-09-15 11:26:26 -07:00
804293ac57
Fix a reconnecting bug
2015-09-15 11:20:16 -07:00
0a8aef668c
Merge pull request #338 from iamqizhao/master
...
fix readme
2015-09-14 18:11:02 -07:00
ff10453ebe
fix readme
2015-09-14 18:05:38 -07:00
09b8ea3268
Merge pull request #337 from iamqizhao/master
...
refactor naming API and etcd-based impl
2015-09-14 18:04:15 -07:00
a102af5f83
refactor naming API and etcd-based impl
2015-09-14 17:32:52 -07:00
448ae5f6ab
Merge pull request #336 from iamqizhao/master
...
bump gRPC-Go to beta
2015-09-14 17:28:59 -07:00
2a5ffa92d6
Merge pull request #333 from tamird/dont-log-fatal
...
tests: use `testing.{B,T}` or return errors instead of crashing
2015-09-14 17:28:50 -07:00
21395fb393
bump gRPC-Go to beta
2015-09-14 13:27:27 -07:00
fe58c815dd
tests: use testing.{B,T}
or return errors instead of crashing
2015-09-11 14:27:38 -04:00
e3df691ebc
Merge pull request #328 from tamird/tls-auth-info-conn
...
credentials.TLSInfo: export State
2015-09-08 11:36:33 -07:00
a6fe03ae2e
credentials.TLSInfo: export State
2015-09-08 14:30:17 -04:00
1a700f0ee9
Merge pull request #329 from jmhodges/patch-1
...
s/stated/started/ in Shutdown doc
2015-09-08 10:15:55 -07:00
804c8f1ecb
Merge pull request #331 from chrjen/chrjen-patch-1
...
Fixed README.md in examples
2015-09-08 10:15:36 -07:00
535f5d0f45
fixed broken link to old tutorial location
2015-09-08 14:23:55 +01:00
fca363e35b
Fixed README.md
...
Fixed the install instructions as it was left unchanged after a folder restructuring, making installing not work.
2015-09-07 14:26:10 +02:00
b1c6afbc7f
s/stated/started/ in Shutdown doc
2015-09-06 21:26:27 -07:00
6b6127d8c6
Merge pull request #327 from iamqizhao/master
...
tentatively disable content-type check
2015-09-02 22:27:13 -07:00
bcc6d1ba11
tentatively disable content-type check
2015-09-02 22:23:11 -07:00
f5bc5728a8
Merge pull request #326 from iamqizhao/master
...
check content-type == application/grpc
2015-09-02 17:06:09 -07:00
ccfc0efd97
check content-type == application/grpc
2015-09-02 16:52:46 -07:00
4bd040ce23
Merge pull request #325 from iamqizhao/master
...
revise README.md
2015-09-01 15:08:33 -07:00
d6d25e3723
revise README.md
2015-09-01 14:57:55 -07:00
868330046b
Merge pull request #324 from iamqizhao/master
...
Omit port number when construting audience string if it is default on…
2015-08-31 19:00:50 -07:00
a3a69e0847
Omit port number when construting audience string if it is default one (443)
2015-08-31 18:52:12 -07:00
94ec56461e
Merge pull request #323 from iamqizhao/master
...
rename proto for route_guide example
2015-08-31 13:03:17 -07:00
28d57dd1ec
rename proto for route_guide example
2015-08-31 12:54:07 -07:00
18c2aa03d2
Merge pull request #318 from iamqizhao/master
...
Credentials API and jwtAccess implementation tunning
2015-08-31 10:23:53 -07:00
cf890d694e
rename audience
2015-08-28 17:32:25 -07:00
ca129f5e97
gofmt -w
2015-08-28 17:08:48 -07:00