|
9c9eb38d0d
|
Replace rpc with grpc in a error message.
|
2015-02-11 19:03:57 -08:00 |
|
|
5c0599c9f0
|
Use interop proto to replace the one used in end2end_test.go because interop proto is better for testing corner and error cases. The code change is mostly copied/pasted from interop client & server.
|
2015-02-11 19:00:55 -08:00 |
|
|
fd7185b96f
|
fix an error formatting
|
2015-02-09 19:16:31 -08:00 |
|
|
38fe463420
|
add the missing license in the previous commit
|
2015-02-09 16:39:03 -08:00 |
|
|
f61c1dbb05
|
rename the proto dir, prepare for porting into google3
|
2015-02-09 16:35:10 -08:00 |
|
|
00231015a6
|
Merge pull request #31 from dsymonds/master
Add import comments to grpc packages.
|
2015-02-08 19:13:19 -08:00 |
|
|
3981839a52
|
Add import comments to grpc packages.
This enforces that these packages are used with these import paths.
See http://golang.org/cmd/go/#hdr-Import_path_checking for documentation.
|
2015-02-09 13:46:16 +11:00 |
|
|
e161b9c071
|
Fix the missing part of pull#29
|
2015-02-08 18:29:39 -08:00 |
|
|
dd172600a0
|
Merge pull request #29 from dsymonds/master
Switch to new package layout and import path.
|
2015-02-08 17:58:09 -08:00 |
|
|
e267906c22
|
Replace package doc.
|
2015-02-09 12:39:20 +11:00 |
|
|
49a2ba59b6
|
Fix up a couple of other imports to use the new package name.
|
2015-02-09 11:50:54 +11:00 |
|
|
416f68f4b3
|
Update import paths to use the new official location of the Go gRPC package.
|
2015-02-09 11:46:20 +11:00 |
|
|
9e789c396b
|
Rename top level package from "rpc" to "grpc".
Also move the nascent package doc to doc.go.
|
2015-02-09 11:45:33 +11:00 |
|
|
e71095e0ec
|
Move source files up one level.
The top-level directory in this repository is going to be
the main "grpc" package.
|
2015-02-09 11:33:38 +11:00 |
|
|
2d82d13c3d
|
Merge pull request #28 from iamqizhao/master
make the proto file consist with the generated code
|
2015-02-06 18:13:47 -08:00 |
|
|
d8734602d6
|
make the proto file consist with the generated code
|
2015-02-06 18:11:44 -08:00 |
|
|
7e941223bd
|
Merge pull request #27 from jayantkolhe/jayantkolhe-patch-1
Update README.md
|
2015-02-06 16:38:48 -08:00 |
|
|
d46994758c
|
Update README.md
|
2015-02-06 15:28:38 -08:00 |
|
|
e1ec8497a4
|
Fix the broken imports due to imgration to grpc
|
2015-02-06 15:17:54 -08:00 |
|
|
574bfc16f0
|
Fix the broken imports due to imgration to grpc
|
2015-02-06 15:07:49 -08:00 |
|
|
c463038273
|
grpc-go initial commit
|
2015-02-05 17:14:05 -08:00 |
|
|
81da9cb211
|
Merge pull request #26 from iamqizhao/master
polish the comments of codes.go
|
2015-02-05 16:17:53 -08:00 |
|
|
2c5ec0ee1b
|
polish the comments of codes.go
|
2015-02-05 16:16:45 -08:00 |
|
|
231d636658
|
Merge pull request #25 from iamqizhao/master
Support import_prefix cmdline param
|
2015-02-05 15:59:47 -08:00 |
|
|
cf3b0dfdf4
|
Remove an extra space
|
2015-02-05 15:56:27 -08:00 |
|
|
d47ee10f8b
|
add README
|
2015-02-05 14:59:45 -08:00 |
|
|
4a249ae631
|
i) Support go_option proto options; ii) Add an alias for a package if it has the same package name with another package in a different location.
|
2015-02-04 17:45:16 -08:00 |
|
|
03efde21c5
|
Support import_prefix cmdline param
|
2015-02-03 17:27:51 -08:00 |
|
|
0f6fd6e2c3
|
Support import_prefix cmdline param
|
2015-02-03 17:26:15 -08:00 |
|
|
5a9d8e8448
|
Merge pull request #24 from iamqizhao/master
Support multiple listeners
|
2015-02-03 16:50:56 -08:00 |
|
|
afe57a6648
|
remove tmp dir
|
2015-02-03 16:48:50 -08:00 |
|
|
801d1972f4
|
Merge pull request #23 from iamqizhao/master
Revise codegen plugin to accommodate more cases and fix some bugs
|
2015-02-03 16:42:35 -08:00 |
|
|
b3286a3319
|
Merge pull request #23 from iamqizhao/master
Revise codegen plugin to accommodate more cases and fix some bugs
|
2015-02-02 17:05:46 -08:00 |
|
|
4a1cba09a6
|
add a comment
|
2015-02-02 17:05:03 -08:00 |
|
|
0f4f9d04d3
|
resolved some comments
|
2015-02-02 17:02:29 -08:00 |
|
|
55680c22a1
|
i) Eliminate the global vars; ii) properly handle the case that an external imported package contains multiple files; and iii) some function name touch-up
|
2015-02-02 16:37:58 -08:00 |
|
|
40dc264aaf
|
Revise codegen plugin to accommodate more cases and fix some bugs
|
2015-01-30 18:27:23 -08:00 |
|
|
796d00c003
|
Make grpc-go proto plugin better: i) support external imports; ii) do not generate *_grpc.pb.go file if there is no service defined; ii) add more comment to gen.sh
|
2015-01-29 18:07:54 -08:00 |
|
|
363fb13a4a
|
Merge pull request #22 from iamqizhao/master
Fix the broken import path in the generated code
|
2015-01-29 13:39:50 -08:00 |
|
|
ec01f31e1a
|
Fix the broken import path in the generated code
|
2015-01-29 13:38:54 -08:00 |
|
|
d194e8c6b2
|
Merge pull request #21 from iamqizhao/master
Add metadata.New back
|
2015-01-28 22:50:54 -08:00 |
|
|
f1ef727170
|
Add metadata.New back
|
2015-01-28 22:49:38 -08:00 |
|
|
199f601651
|
Merge pull request #20 from iamqizhao/master
Tune metadata package a bit.
|
2015-01-28 16:08:37 -08:00 |
|
|
be58fe3a09
|
Fix the missing test in the previous commit
|
2015-01-28 16:04:05 -08:00 |
|
|
c52694457f
|
Tune metadata package to simplify the code.
|
2015-01-28 15:59:12 -08:00 |
|
|
f4284f88c2
|
Merge pull request #19 from iamqizhao/master
Tune metadata package a bit.
|
2015-01-28 13:55:19 -08:00 |
|
|
f3abfd9f63
|
Delete unnecessary logic
|
2015-01-28 13:53:44 -08:00 |
|
|
a485dd0375
|
change MD to type MD map[string]string
|
2015-01-28 13:49:18 -08:00 |
|
|
3e6466f7dc
|
Merge pull request #18 from iamqizhao/master
Remove a log.Print in the test to avoid spamming
|
2015-01-28 13:29:23 -08:00 |
|
|
2098bc80fd
|
Remove a log.Print in the test to avoid spamming
|
2015-01-28 13:28:34 -08:00 |
|