iamqizhao
c298b09b1d
revise goveralls cmd
2015-09-28 10:19:10 -07:00
iamqizhao
f911b7542e
specify package
2015-09-25 15:03:12 -07:00
iamqizhao
6b2f0e9831
package fix
2015-09-25 14:36:22 -07:00
iamqizhao
4af0b510f8
enable test coverage
2015-09-25 14:30:24 -07:00
iamqizhao
858cedcff2
add test coverage badge
2015-09-25 13:54:54 -07:00
Qi Zhao
9b7fa285bf
Merge pull request #361 from iamqizhao/fix
...
bug fix: do not access RemoteAddr on nil net.Conn
2015-09-24 18:48:35 -07:00
iamqizhao
d39eb0802f
bug fix: do not access RemoteAddr on nil net.Conn
2015-09-24 18:44:03 -07:00
iamqizhao
efb129eb20
bug fix: do not access RemoteAddr on nil net.Conn
2015-09-24 18:41:56 -07:00
iamqizhao
60c363f984
bug fix: do not access RemoteAddr on nil net.Conn
2015-09-24 18:39:38 -07:00
Qi Zhao
262b78b833
Merge pull request #359 from dsymonds/master
...
Switch from github.com/bradfitz/http2 to golang.org/x/net/http2.
2015-09-24 10:47:43 -07:00
David Symonds
eb3bd654cd
Switch from github.com/bradfitz/http2 to golang.org/x/net/http2.
...
The latter is now the official HTTP2 package for Go.
2015-09-24 18:12:31 +10:00
Qi Zhao
326b94b90e
Merge pull request #356 from luan-cestari/patch-1
...
Updated the path on the last command
2015-09-23 13:21:10 -07:00
Qi Zhao
b5617872aa
Merge pull request #357 from Sajmani/work
...
grpc: add event logging to ClientConn and Server
2015-09-23 12:55:43 -07:00
Sameer Ajmani
980b4c6d05
grpc: restore changes after sync
...
Change-Id: I97f0c77f95086301202d0fe4ca477ae6e22dd0b5
2015-09-23 15:18:41 -04:00
luan-cestari
d0ea36f144
Updated the path on the last command
...
The last command seems to reflect the path used on the first public commit (which the helloworld.proto file was under examples/helloworld/proto directory and then it was moved to examples/helloworld/helloworld/helloworld.proto)
2015-09-23 15:27:50 -03:00
Qi Zhao
b5f8a855c8
Merge pull request #355 from iamqizhao/master
...
a bit clean up
2015-09-22 19:11:10 -07:00
iamqizhao
e6b603d375
a bit clean up
2015-09-22 19:01:33 -07:00
Qi Zhao
de3c0d2fde
Merge pull request #354 from iamqizhao/master
...
rename Desc to ErrorDesc
2015-09-22 17:07:29 -07:00
iamqizhao
35df01a371
rename Desc to ErrorDesc
2015-09-22 17:00:48 -07:00
Qi Zhao
4d81fd301b
Merge pull request #353 from iamqizhao/master
...
add accessor for the error desc of rpcError
2015-09-22 16:47:09 -07:00
iamqizhao
39130707bd
add accessor for the error desc of rpcError
2015-09-22 16:39:14 -07:00
Qi Zhao
64295baed1
Merge pull request #352 from iamqizhao/master
...
remove a dead member var
2015-09-22 16:17:28 -07:00
iamqizhao
ecf8201c7c
remove a dead member var
2015-09-22 16:12:42 -07:00
iamqizhao
dd992b3748
remove transportSeq
2015-09-21 18:17:49 -07:00
LisaFC
66a18cfe4f
fixed broken link to helloworld.proto
2015-09-21 15:31:59 +01:00
Qi Zhao
5e5f5df2bb
Merge pull request #348 from iamqizhao/master
...
update health check to the latest version
2015-09-17 14:42:36 -07:00
iamqizhao
67646dc278
update health check to the latest version
2015-09-17 14:36:11 -07:00
Qi Zhao
19d866d72a
Merge pull request #347 from s4uliu5/patch-1
...
Fix: Read() -> Recv()
2015-09-17 13:30:21 -07:00
Saulius Gurklys
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
Qi Zhao
3255a5521c
Merge pull request #343 from philips/fix-go-getting-started
...
Fix go getting started
2015-09-16 22:42:34 -07:00
Qi Zhao
9c0937adb5
Merge pull request #344 from philips/point-peope-at-grpc-io
...
documentation: various fixes
2015-09-16 22:41:41 -07:00
Qi Zhao
ec9cc670ad
Merge pull request #346 from iamqizhao/master
...
update health.proto
2015-09-16 22:21:37 -07:00
iamqizhao
29948ca05c
update health.proto
2015-09-16 22:16:10 -07:00
Brandon Philips
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
Brandon Philips
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
Brandon Philips
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
Brandon Philips
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
Brandon Philips
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
Brandon Philips
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
Brandon Philips
5f818810e5
examples: README: fix trailing whitespace
2015-09-16 17:42:56 -07:00
Qi Zhao
5feca5d7a5
Merge pull request #340 from iamqizhao/master
...
Fix a reconnecting bug
2015-09-15 11:26:26 -07:00
iamqizhao
804293ac57
Fix a reconnecting bug
2015-09-15 11:20:16 -07:00
Qi Zhao
0a8aef668c
Merge pull request #338 from iamqizhao/master
...
fix readme
2015-09-14 18:11:02 -07:00
iamqizhao
ff10453ebe
fix readme
2015-09-14 18:05:38 -07:00
Qi Zhao
09b8ea3268
Merge pull request #337 from iamqizhao/master
...
refactor naming API and etcd-based impl
2015-09-14 18:04:15 -07:00
iamqizhao
a102af5f83
refactor naming API and etcd-based impl
2015-09-14 17:32:52 -07:00
Qi Zhao
448ae5f6ab
Merge pull request #336 from iamqizhao/master
...
bump gRPC-Go to beta
2015-09-14 17:28:59 -07:00
Qi Zhao
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
iamqizhao
21395fb393
bump gRPC-Go to beta
2015-09-14 13:27:27 -07:00
Tamir Duberstein
fe58c815dd
tests: use `testing.{B,T}` or return errors instead of crashing
2015-09-11 14:27:38 -04:00