|
bd7fb8d865
|
Remove manaul GOPATH manipulation.
Travis' Go setup already sets up a suitable `GOPATH`, so there's no need to do it manually.
|
2015-02-27 13:59:09 +11:00 |
|
|
9ca6e20632
|
Merge pull request #80 from dsymonds/patch-1
Remove explicit Go version from Travis config.
|
2015-02-26 18:57:26 -08:00 |
|
|
b76c21e4d0
|
Use Fatalf instead
|
2015-02-27 11:54:37 +09:00 |
|
|
a410c5f56b
|
Update README.md
|
2015-02-26 18:52:24 -08:00 |
|
|
39d3ebf1a4
|
Remove explicit Go version from Travis config.
The `language: go` statement already selects the latest stable release of Go.
|
2015-02-27 13:50:55 +11:00 |
|
|
7570e322c5
|
Merge pull request #79 from iamqizhao/master
add route_guide.pb.go because it is required by travis
|
2015-02-26 18:48:02 -08:00 |
|
|
594d70fc4b
|
add route_guide.pb.go because it is required by travis
|
2015-02-26 18:43:16 -08:00 |
|
|
6291363817
|
Merge pull request #78 from iamqizhao/master
add .travis.yml
|
2015-02-26 18:32:17 -08:00 |
|
|
5d3ee6a451
|
add .travis.yml
|
2015-02-26 18:30:54 -08:00 |
|
|
795f960c58
|
Merge pull request #77 from iamqizhao/master
remove a TODO
|
2015-02-26 18:21:40 -08:00 |
|
|
568c0e64bc
|
remove a TODO
|
2015-02-26 18:19:47 -08:00 |
|
|
c494f0e1b3
|
Merge pull request #130 from iamqizhao/master
fix gotutorial (client)
|
2015-02-26 17:41:01 -08:00 |
|
|
a68bd01eac
|
fix gotutorial (client)
|
2015-02-26 17:39:05 -08:00 |
|
|
a83164791b
|
Update gotutorial.md
|
2015-02-27 01:17:18 +01:00 |
|
|
02795609e0
|
fix gotutorial (server part)
|
2015-02-26 16:11:10 -08:00 |
|
|
1bd636dd60
|
Merge pull request #74 from grpc/jayantkolhe-patch-2
Create PATENTS
|
2015-02-26 15:17:33 -08:00 |
|
|
2f789b40da
|
Create PATENTS
Adding Patents Grant file
|
2015-02-26 15:10:08 -08:00 |
|
|
1932f7de8f
|
Merge pull request #71 from iamqizhao/master
fix typo
|
2015-02-26 14:01:13 -08:00 |
|
|
07a87c63f2
|
fix typo
|
2015-02-26 13:56:10 -08:00 |
|
|
504abf38b0
|
update gotutorial a bit (contd)
|
2015-02-26 13:41:17 -08:00 |
|
|
2f9b60c8d8
|
update gotutorial a bit
|
2015-02-26 13:25:30 -08:00 |
|
|
f7d17351f7
|
Fix gotutorial
|
2015-02-26 09:54:05 -08:00 |
|
|
89071b275a
|
Merge pull request #69 from grpc/jayantkolhe-patch-1
Update README.md
|
2015-02-26 09:41:11 -08:00 |
|
|
9ac8d7142c
|
Update README.md
Adding link to go tutorial
|
2015-02-26 05:16:57 -08:00 |
|
|
9e1539115e
|
Merge pull request #68 from dsymonds/patch-1
Fix typo.
|
2015-02-25 23:33:44 -08:00 |
|
|
7d51ed30d7
|
Fix typo.
|
2015-02-26 18:31:44 +11:00 |
|
|
4949382060
|
Merge pull request #67 from iamqizhao/master
rename the convenience function to set TLS creds
|
2015-02-25 23:00:13 -08:00 |
|
|
2b993cd479
|
rename the convenience function to set TLS creds
|
2015-02-25 22:57:07 -08:00 |
|
|
856702e6ca
|
initial tutorial draft from @wonderfly. I only touched up a few places. Will have a full pass tonight or tomorrow.
|
2015-02-25 19:49:05 -08:00 |
|
|
d8e4b346c3
|
Merge pull request #66 from iamqizhao/master
Add auth readme
|
2015-02-25 19:16:13 -08:00 |
|
|
339ed4f767
|
add grpc-auth-support.md (GCE and JWT)
|
2015-02-25 19:10:13 -08:00 |
|
|
83497d8642
|
add grpc-auth-support.md (tls only)
|
2015-02-25 19:01:56 -08:00 |
|
|
87ce82d753
|
Merge branch 'master' of https://github.com/grpc/grpc-go
|
2015-02-25 18:53:51 -08:00 |
|
|
c5f55a615d
|
revert
|
2015-02-25 18:53:11 -08:00 |
|
|
32527e92db
|
Merge pull request #65 from grpc/revert-64-master
Revert "init serverName correctly"
|
2015-02-25 18:51:21 -08:00 |
|
|
fcb8e429c4
|
Revert "init serverName correctly"
|
2015-02-25 18:51:04 -08:00 |
|
|
5de4c2c381
|
Merge pull request #64 from iamqizhao/master
init serverName correctly
|
2015-02-25 18:49:31 -08:00 |
|
|
eebb1f0588
|
init serverName correctly
|
2015-02-25 18:48:21 -08:00 |
|
|
8727bb7d76
|
Merge pull request #58 from wonderfly/master
Add an implementation of route guide server and client
|
2015-02-25 18:08:26 -08:00 |
|
|
7fd0aee886
|
Merge pull request #94 from iamqizhao/master
fix helloworld README and update the generated code
|
2015-02-25 17:40:59 -08:00 |
|
|
229dfd6d9c
|
fix helloworld README and update the generated code
|
2015-02-25 17:11:19 -08:00 |
|
|
971d7e86cb
|
Merge pull request #63 from iamqizhao/master
improve error logging
|
2015-02-25 16:42:56 -08:00 |
|
|
450bbf71af
|
fix a typo
|
2015-02-25 16:39:41 -08:00 |
|
|
ff86d2a1ee
|
Merge branch 'master' of https://github.com/grpc/grpc-go
|
2015-02-25 16:35:14 -08:00 |
|
|
c42573b827
|
improve error logging
|
2015-02-25 16:33:12 -08:00 |
|
|
385ff1a296
|
Remove generated code from source
|
2015-02-25 15:52:16 -08:00 |
|
|
9c8fb9517b
|
Fix README
|
2015-02-25 15:45:56 -08:00 |
|
|
d58af39ead
|
Change tls_server_name to server_host_override and improve README
|
2015-02-25 15:43:26 -08:00 |
|
|
401343c0dc
|
Fix typos in comments
|
2015-02-25 15:10:15 -08:00 |
|
|
61b80a1860
|
Update README.md
Added a background section.
|
2015-02-25 14:22:46 -08:00 |
|