2009 Commits

Author SHA1 Message Date
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
c17a3d4b7c Fixes more go package references 2015-02-24 17:22:37 -08:00
9082f3459f Merge pull request #61 from grpc/oaktowner-patch-1
Fix path in go helloworld docs
2015-02-24 14:19:04 -08:00
a94c062d9b Fix README 2015-02-24 12:41:18 -08:00
7ffe7b2473 Use the golang import path 2015-02-24 12:40:48 -08:00
3041c94cd0 Add an implementation of route guide server and client 2015-02-24 12:30:01 -08:00
72fe179547 Fixing path for pb import
Was missing grpc in the path
2015-02-24 11:56:02 -08:00
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
1700c57107 Merge pull request #57 from grpc/mugurm-patch-1
Create CONTRIBUTING.md
2015-02-23 17:27:02 -08:00
6853eea481 Create CONTRIBUTING.md
A half filled contributing readme file.
2015-02-23 17:24:47 -08:00
c80b6b8973 Merge pull request #56 from iamqizhao/master
rename an error
2015-02-23 11:52:09 -08:00
f63a4eec38 rename an error 2015-02-23 11:51:15 -08:00
e44eba4d2d Merge pull request #55 from iamqizhao/master
Add GCE and JWT interop tests
2015-02-23 11:12:04 -08:00
d6af38a7dc Add GCE and JWT interop tests 2015-02-23 11:10:18 -08:00
2b4fb6c958 Merge pull request #54 from iamqizhao/master
err := styple nits
2015-02-22 18:01:45 -08:00
8a32815cd1 err := styple nits 2015-02-22 18:00:33 -08:00
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
2d61160597 rename an error string and desc. 2015-02-22 17:21:06 -08:00
5e7b50e8bc Improve README.md 2015-02-20 17:54:59 -08:00
feb9743859 make the format correct. 2015-02-20 17:33:15 -08:00
5b26cc1ba7 Merge pull request #44 from dsymonds/patch-2
More README.md improvements.
2015-02-20 17:31:24 -08:00
2a35089779 More README.md improvements.
Suggest the standard `go get` for downloading the demo.
Remove instruction to set GOPATH during install flow,
since the prerequisites section already does that.
2015-02-21 12:27:23 +11:00
109e6e08fc Update to match standard Go style.
Remove completely unused dial options, and
reorder a bit of code to match what real code would look like.
2015-02-21 12:23:36 +11:00
8cf7974dad Tidy up README.md.
Simply Go version requirement.
Use `go get` instead of `go install`.
Don't mention $GOBIN, which is irrelevant for most people.
Fix a couple of typos.
2015-02-21 12:11:55 +11:00
a94d7e772e Fixes var name 2015-02-20 14:19:31 -08:00
265a75b74b fix date format in codegen.sh 2015-02-20 11:05:26 -08:00
4080b3c536 Changed the documentation title 2015-02-20 08:14:34 -08:00
5735acb45c Pushes the optional code-gen section to the bottom 2015-02-20 07:51:02 -08:00
6ccac2731e Adds a helloworld sample in Go. 2015-02-20 07:51:02 -08:00
bbd8084138 Merge pull request #50 from iamqizhao/master
migrate to the new codegen solution
2015-02-19 18:46:00 -08:00
2f821c8afc migrate to the new codegen solution 2015-02-19 18:43:28 -08:00
a864c122fc Merge pull request #45 from mugurm/mugurm-patch-1
Adding a link to documentation.
2015-02-19 16:57:25 -08:00
0fd7205b5f Merge pull request #49 from iamqizhao/master
Let RecvProto return nil for client stream rpc
2015-02-19 16:50:58 -08:00
fc10c7b40c Let RecvProto return nil for client stream rpc 2015-02-19 16:48:59 -08:00
350d065180 Merge pull request #48 from iamqizhao/master
Remove port when assignning to CallHdr.Host
2015-02-19 13:56:22 -08:00
dbe8c6ed11 Remove port when assignning to CallHdr.Host 2015-02-19 13:55:18 -08:00
f60b56c6d8 Merge pull request #47 from iamqizhao/master
fix a comment
2015-02-19 13:36:19 -08:00
bdce4ae018 fix a comment 2015-02-19 13:35:28 -08:00
6870bdd20f Merge pull request #46 from iamqizhao/master
:authority is a pseudo-header
2015-02-19 13:26:14 -08:00
ad3b2b5492 :authority is a pseudo-header 2015-02-19 13:25:27 -08:00
633cee57c6 Adding a status section
Indicating Go is in Alpha.
2015-02-19 11:27:22 -08:00
6370668cd0 Adding a link to documentation.
And a few other small readme changes.
2015-02-19 11:21:17 -08:00
0639042e75 Merge pull request #44 from matttproud/refactor/idiomatic-errors
Make error conveyance more idiomatic.
2015-02-19 11:01:45 -08:00
a720ae6f48 Make error conveyance more idiomatic.
This commit applies two bulk changes to the grpc error reporting
mechanisms:

(1.) Error strings for errors that originate within grpc are prefixed
    with the package name for better clarity for where they originate
    since they could percolate up in the users call chains to the
    originator.

(2.) Errors that are, in fact, singletons have been converted from
    fmt.Errorf to errors.New and assigned as package-level variables.
    This bodes particularly well for enabling API customers to elect to
    handle these errors upon receipt via equality comparison.  This had
    been previous impossible with the original API.

Supplementarily, ``gofmt -w -s=true`` has been run on the repository to
cleanup residual defects, and it has detected and repaired a few.

TEST=Manual go test ./...
2015-02-19 13:17:17 +01:00
940841bf56 Merge pull request #43 from iamqizhao/master
Remove the 2nd RecvProto in the generated code for client streaming
2015-02-18 22:21:08 -08:00
634392a1c6 Remove the 2nd RecvProto in the generated code for client streaming 2015-02-18 22:18:01 -08:00
43c0bbeb1f Merge pull request #42 from iamqizhao/master
Always CloseStream when some error happen (especailly when reading heade...
2015-02-18 14:02:11 -08:00
24d7933267 Always CloseStream when some error happen (especailly when reading header metadata returns an error). That is the only way to remove the stream from ClientTransport.activeStreams. 2015-02-18 14:00:26 -08:00
f760d15dfd Merge pull request #41 from iamqizhao/master
remove a TODO which is not needed
2015-02-18 13:56:39 -08:00
1ebe2fc5be remove a TODO which is not needed 2015-02-18 13:54:39 -08:00