Xudong Ma
7665cf3dde
Merge pull request #190 from madongfly/fix
...
Fix breakage due to gRPC java package change: nano -> protobuf.nano
10 years ago
Michael Lumish
b89d59ec8c
Merge pull request #193 from tbetbetbe/ruby-docs-corrects-demo
...
Ruby docs corrects demo
10 years ago
Tim Emiola
498000c518
removes an unnecessary restriction
10 years ago
Tim Emiola
8669e14882
Corrects error during run of grpc-demo
10 years ago
Yang Gao
85e3551b71
Merge pull request #184 from shurcooL/patch-1
...
README: Fix old references to Greeting service/hello method.
10 years ago
Tim Emiola
d06bf977cb
Merge pull request #192 from tbetbetbe/ruby-docs-add-brew-install-instructions
...
Update README.md
10 years ago
Tim Emiola
9da96d9635
Update README.md
10 years ago
Xudong Ma
ce3fbd3fd8
Fix breakage due to gRPC java package change: nano -> protobuf.nano
10 years ago
David Klempner
4305860d21
Merge pull request #189 from nicolasnoble/lint-roller
...
Single-parameter constructors should be marked explicit.
10 years ago
Nicolas "Pixel" Noble
68095aab7d
Single-parameter constructors should be marked explicit.
10 years ago
Qi Zhao
04a1bebeb0
Merge pull request #188 from iamqizhao/master
...
update the generated code
10 years ago
iamqizhao
ab7e0c1e97
update the generated code
10 years ago
LisaFC
e7b8164978
added link to new public proto3 doc
10 years ago
LisaFC
fcff260121
added link to new public proto3 doc
10 years ago
LisaFC
5e01a41855
added link to new public proto3 doc
10 years ago
LisaFC
6928a0a17c
added link to new public proto3 doc
10 years ago
LisaFC
77ea4d59e9
added link to new public proto3 doc
10 years ago
LisaFC
9375884f22
added link to new public proto3 doc
10 years ago
LisaFC
4fdd141b67
added link to new public proto3 doc
10 years ago
Dmitri Shuralyov
b8ee4002ec
Fix old references to Greeting service/hello method.
...
In commit e1a9ebdce3
, "service Greeting {" was renamed to "service Greeter {" and method "rpc hello" was renamed to "rpc sayHello" (and later on to "rpc SayHello").
This fixes some old references to Greeting service and hello method to use the current Greeter service and SayHello method.
I've also tried to improve consistency in the wording/styling around "Greeter service".
10 years ago
Craig Tiller
40c56e3198
Merge pull request #180 from yang-g/async
...
Async helloworld client and server
10 years ago
Yang Gao
deba4a99fe
Update code according to comment
10 years ago
Yang Gao
be8ac56e93
Async helloworld client and server
10 years ago
Nicolas Noble
881205b861
Merge pull request #179 from yang-g/master
...
Fix bug in Makefiles
10 years ago
Yang Gao
b10d00e188
Fix Makefile for route_guide
10 years ago
Yang Gao
8d7ce5317e
Fix makefile
10 years ago
Yang Gao
3f07f660ec
Merge pull request #177 from nicolasnoble/plugin-rework
...
Updating examples to reflect the new state of things.
10 years ago
Nicolas "Pixel" Noble
b6413de273
Updating documentation.
10 years ago
Nicolas "Pixel" Noble
9efc083006
Updating examples to reflect the new state of things.
10 years ago
Eric Anderson
cbf9cda708
Delete Java's README.md
...
It is documentation for examples that don't exist in grpc-common. It will only confuse people.
10 years ago
Nathaniel Manista
9240f69d7a
Merge pull request #175 from LisaFC/master
...
Update Python route guide to proto3
10 years ago
LisaFC
dabcc9602e
Update Python route guide to proto3
10 years ago
LisaFC
b5d501b91e
fixed wrong repo name
10 years ago
LisaFC
c818cbdf40
Update README.md
...
Added link to complete tutorial
10 years ago
LisaFC
b6331d8523
Merge pull request #126 from nathanielmanistaatgoogle/route-guide-readme
...
Python route guide README
10 years ago
Tim Emiola
fd5d6a4fd5
Merge pull request #169 from nathanielmanistaatgoogle/small-fixes
...
Small fixes extracted from #126
10 years ago
Qi Zhao
882226f9af
Merge pull request #171 from iamqizhao/master
...
update the generated code for hello world proto
10 years ago
iamqizhao
cd874500da
update the generated code for hello world proto
10 years ago
Nathaniel Manista
76530bf46b
README.md for python/route_guide
10 years ago
Nathaniel Manista
d80141b1f7
Merge pull request #165 from wilsonwen/master
...
Fix grpc example after API changed
10 years ago
wilson
4d059dd0be
Fix python helloworld proto problem
...
update readme, delete unused files
10 years ago
LisaFC
71c0c6f71a
Update README.md
10 years ago
LisaFC
d6d36b33b1
Update gotutorial.md
...
Fixed broken link
10 years ago
LisaFC
6c16469b66
Update gotutorial.md
...
Fixed small typo
10 years ago
Eric Anderson
8fa2c95b69
Merge pull request #168 from nicolasnoble/api-upgrade
...
API change - fixing old code and doc.
10 years ago
Nicolas "Pixel" Noble
2afb270dfe
API change - fixing old code and doc.
10 years ago
Tim Emiola
7f9a6376e4
Merge pull request #167 from nsuke/url-fix
...
Update grpc-common and grpc-java url
10 years ago
Nobuaki Sukegawa
a14a16921d
Update grpc-common and grpc-java url
10 years ago
LisaFC
5c35067771
Merge pull request #164 from Kangmo/patch-1
...
Fixed incorrect description on client side streaming.
10 years ago
Kangmo Kim
1ecc038374
Update cpptutorial.md
...
Fixed incorrect description on client side streaming.
10 years ago