Commit Graph

3039 Commits

Author SHA1 Message Date
iamqizhao 87ce82d753 Merge branch 'master' of https://github.com/grpc/grpc-go 2015-02-25 18:53:51 -08:00
iamqizhao c5f55a615d revert 2015-02-25 18:53:11 -08:00
Qi Zhao 32527e92db Merge pull request #65 from grpc/revert-64-master
Revert "init serverName correctly"
2015-02-25 18:51:21 -08:00
Qi Zhao fcb8e429c4 Revert "init serverName correctly" 2015-02-25 18:51:04 -08:00
Qi Zhao 5de4c2c381 Merge pull request #64 from iamqizhao/master
init serverName correctly
2015-02-25 18:49:31 -08:00
iamqizhao eebb1f0588 init serverName correctly 2015-02-25 18:48:21 -08:00
Qi Zhao 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
Tim Emiola 7fd0aee886 Merge pull request #94 from iamqizhao/master
fix helloworld README and update the generated code
2015-02-25 17:40:59 -08:00
iamqizhao 229dfd6d9c fix helloworld README and update the generated code 2015-02-25 17:11:19 -08:00
Qi Zhao 971d7e86cb Merge pull request #63 from iamqizhao/master
improve error logging
2015-02-25 16:42:56 -08:00
iamqizhao 450bbf71af fix a typo 2015-02-25 16:39:41 -08:00
iamqizhao ff86d2a1ee Merge branch 'master' of https://github.com/grpc/grpc-go 2015-02-25 16:35:14 -08:00
iamqizhao c42573b827 improve error logging 2015-02-25 16:33:12 -08:00
Daniel Wang 385ff1a296 Remove generated code from source 2015-02-25 15:52:16 -08:00
Daniel Wang 9c8fb9517b Fix README 2015-02-25 15:45:56 -08:00
Daniel Wang d58af39ead Change tls_server_name to server_host_override and improve README 2015-02-25 15:43:26 -08:00
Daniel Wang 401343c0dc Fix typos in comments 2015-02-25 15:10:15 -08:00
Dan Ciruli 61b80a1860 Update README.md
Added a background section.
2015-02-25 14:22:46 -08:00
Qi Zhao 0b87c0b78d Merge pull request #62 from iamqizhao/master
Update CONTRIBUTING.md
2015-02-25 14:06:05 -08:00
Qi Zhao e66bb7d2f3 Update CONTRIBUTING.md 2015-02-25 14:05:02 -08:00
Qi Zhao da186968b4 Update CONTRIBUTING.md 2015-02-25 14:04:10 -08:00
Qi Zhao 23b5b8c32c Update CONTRIBUTING.md 2015-02-25 14:03:45 -08:00
Qi Zhao 10a1f5913e Merge pull request #52 from matttproud/refactor/constrained-err-scope
Gracefully deny supplemental transport shutdowns.
2015-02-25 12:47:55 -08:00
Matt T. Proud 6340c9ec1d Gracefully deny supplemental transport shutdowns.
This commit ensures that transport shutdowns do not panic on
supplemental shutdowns, even if users should not attempt multiple
shutdowns.  This is done to make the surface for users a little more
forgiving.

The _transport suffix in these implementation filenames are dropped
since they are already part of the transport package, which makes
the specification both redundant and adds stutter.

TEST=``go test ./...``
2015-02-25 21:42:08 +01:00
Daniel Wang a4b32d7c6c Use Sprintf instead of concatenation 2015-02-25 12:11:38 -08:00
Daniel Wang 8fd7702f97 Make route guide implementation more go idiomatic 2015-02-25 12:08:12 -08:00
Qi Zhao 9dfb326236 Merge pull request #61 from iamqizhao/master
change grpc/transport to transport in error messages
2015-02-25 11:23:03 -08:00
iamqizhao 491fdc57f4 change grpc/transport to transport in error messages 2015-02-25 11:21:34 -08:00
Qi Zhao fdfd8baec4 Merge pull request #60 from iamqizhao/master
rename --tls_server_name to --server_host_override for the interop clien...
2015-02-24 18:48:29 -08:00
iamqizhao ba60f33ca1 rename --tls_server_name to --server_host_override for the interop client to make it consistent with other languages 2015-02-24 18:47:19 -08:00
Qi Zhao f33424dbca Merge pull request #66 from tbetbetbe/grpc-fix-more-go-package-references
Fixes more go package references
2015-02-24 17:33:59 -08:00
Tim Emiola c17a3d4b7c Fixes more go package references 2015-02-24 17:22:37 -08:00
Tim Emiola 9082f3459f Merge pull request #61 from grpc/oaktowner-patch-1
Fix path in go helloworld docs
2015-02-24 14:19:04 -08:00
Daniel Wang a94c062d9b Fix README 2015-02-24 12:41:18 -08:00
Daniel Wang 7ffe7b2473 Use the golang import path 2015-02-24 12:40:48 -08:00
Daniel Wang 3041c94cd0 Add an implementation of route guide server and client 2015-02-24 12:30:01 -08:00
Dan Ciruli 72fe179547 Fixing path for pb import
Was missing grpc in the path
2015-02-24 11:56:02 -08:00
Dan Ciruli 321aad650f Adding grpc org to path
In the instructions, adding grpc to the path for the github project.
2015-02-24 11:52:49 -08:00
Qi Zhao 1700c57107 Merge pull request #57 from grpc/mugurm-patch-1
Create CONTRIBUTING.md
2015-02-23 17:27:02 -08:00
Mugur Marculescu 6853eea481 Create CONTRIBUTING.md
A half filled contributing readme file.
2015-02-23 17:24:47 -08:00
Qi Zhao c80b6b8973 Merge pull request #56 from iamqizhao/master
rename an error
2015-02-23 11:52:09 -08:00
iamqizhao f63a4eec38 rename an error 2015-02-23 11:51:15 -08:00
Qi Zhao e44eba4d2d Merge pull request #55 from iamqizhao/master
Add GCE and JWT interop tests
2015-02-23 11:12:04 -08:00
iamqizhao d6af38a7dc Add GCE and JWT interop tests 2015-02-23 11:10:18 -08:00
Qi Zhao 2b4fb6c958 Merge pull request #54 from iamqizhao/master
err := styple nits
2015-02-22 18:01:45 -08:00
iamqizhao 8a32815cd1 err := styple nits 2015-02-22 18:00:33 -08:00
Qi Zhao 8694dc4d77 Merge pull request #53 from iamqizhao/master
rename an error string and desc and check in a missing former change.
2015-02-22 17:23:38 -08:00
Qi Zhao 2d61160597 rename an error string and desc. 2015-02-22 17:21:06 -08:00
Qi Zhao 5e7b50e8bc Improve README.md 2015-02-20 17:54:59 -08:00
Qi Zhao feb9743859 make the format correct. 2015-02-20 17:33:15 -08:00