34 Commits

Author SHA1 Message Date
6086f8d68f examples: reflection (#2594) 2019-01-25 15:35:01 -08:00
3961168004 enhance log for hello world SayHello (#2538)
This PR adds a log to `SayHello`. This makes server logic more clear.
2018-12-27 12:40:13 -08:00
04ea82009c cleanup: replace "x/net/context" import with "context" (#2439) 2018-11-12 13:30:41 -08:00
39a411827d internal: Update proto generated code (#2133) 2018-06-08 17:54:26 -07:00
f669235193 internal: update proto generated code (#2093) 2018-05-21 09:59:26 -07:00
a36eb4675a regenerate *.pb.go files due to proto-gen-go update (#2070) 2018-05-11 18:57:54 -07:00
e538e04cad proto: update generated code (#2039) 2018-05-01 12:53:20 -07:00
f0a1202acd examples: Replace context.Background with context.WithTimeout (#1877) 2018-02-28 15:01:36 -08:00
a68137c927 Revert "Added localhost to net.Listen() calls to avoid macOS firewall dialog." (#1541)
This reverts commit c67cd636f91e849f8677733bcdd60ea8c15d4aa6.
2017-09-27 00:01:17 -07:00
c67cd636f9 Added localhost to net.Listen() calls to avoid macOS firewall dialog. (#1539) 2017-09-26 10:19:45 -07:00
25b4a426b4 go-generate pb.go files and check in Travis to make sure they don't change (#1426) 2017-08-17 16:00:51 -07:00
a94a7ac054 add license for some files (#1296) 2017-06-12 18:10:06 -07:00
ddbf6c46a6 autofix license notice 2017-06-08 14:42:19 +02:00
68a5d50f45 Fix go buildable source file problem (#1213) 2017-05-02 15:55:05 -07:00
5ebdd304ba lint update and test fix 2017-03-08 11:35:54 -08:00
6a68fd8584 post review updates 2016-12-15 14:07:52 -08:00
9cc4fd4cca Example code on how to mock gRPC services 2016-12-13 13:06:25 -08:00
cc3363f26e Merge pull request #937 from menghanl/reflection_tutorial
Add server-reflection-tutorial.md
2016-11-29 17:57:20 -08:00
883bfc7bc8 pb.go file update 2016-10-28 12:37:56 -07:00
727a60e4d1 update server reflection code to comply with the change to the grpc generator 2016-10-21 18:06:55 -07:00
522de0d748 Add server-reflection-tutorial.md 2016-10-20 17:53:38 -07:00
f639bef1a3 Add an error handling to "greeter_server" 2016-10-10 11:16:53 +09:00
abe672d5ed Update generated files 2016-06-10 14:20:04 -07:00
0da018f37e Update generated files 2016-06-09 15:02:17 -07:00
61e92eacc3 Phase 1 to add the server interceptor 2016-04-18 16:18:34 -07:00
a0594a1683 Run gofmt over Go source files. 2016-03-16 15:11:58 +11:00
accbf4c185 make proto 2016-02-04 17:35:04 -05:00
d3c0f79fa5 Sync example protos from main repository
grpc/grpc-java#1381
2016-02-03 10:14:35 -08:00
ca78069909 fix a typo 2015-11-18 10:57:30 -08:00
a15e3b9562 decodeFunc -> dec 2015-10-01 16:26:00 -07:00
1d81cf4f22 fix all the generated code 2015-10-01 14:35:07 -07:00
72a3b4a331 fix helloworld example 2015-08-27 19:20:52 -07:00
322d9cf0e2 rearrange helloworld example folder structure 2015-08-27 18:57:12 -07:00
f26e2dbd6b move grpc-common examples to right location 2015-08-27 15:42:22 -07:00