LisaFC
e7b8164978
added link to new public proto3 doc
2015-04-27 11:50:54 +01:00
LisaFC
fcff260121
added link to new public proto3 doc
2015-04-27 11:50:26 +01:00
LisaFC
5e01a41855
added link to new public proto3 doc
2015-04-27 11:49:57 +01:00
LisaFC
6928a0a17c
added link to new public proto3 doc
2015-04-27 11:49:18 +01:00
LisaFC
77ea4d59e9
added link to new public proto3 doc
2015-04-27 11:48:49 +01:00
LisaFC
9375884f22
added link to new public proto3 doc
2015-04-27 11:48:19 +01:00
LisaFC
4fdd141b67
added link to new public proto3 doc
2015-04-27 11:46:12 +01:00
David Young-Chan Kay
7c3a04d20f
corrected references to io.grpc.protobuf.nano package.
2015-04-24 19:50:13 -04:00
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".
2015-04-22 18:21:35 -07:00
Craig Tiller
40c56e3198
Merge pull request #180 from yang-g/async
...
Async helloworld client and server
2015-04-21 17:37:18 -07:00
Nobutaka Takushima
52af470d5b
fix android app build broken by 3666de4427
...
In grpc-java, io.grpc.nano was renamed to io.grpc.protobuf.nano.
Therefore, android app fails to build with the latest version of grpc-java.
2015-04-20 12:13:19 +09:00
Yang Gao
deba4a99fe
Update code according to comment
2015-04-15 13:58:02 -07:00
Yang Gao
be8ac56e93
Async helloworld client and server
2015-04-14 00:15:10 -07:00
Nicolas Noble
881205b861
Merge pull request #179 from yang-g/master
...
Fix bug in Makefiles
2015-04-13 10:09:51 -07:00
Yang Gao
b10d00e188
Fix Makefile for route_guide
2015-04-13 09:40:38 -07:00
Yang Gao
8d7ce5317e
Fix makefile
2015-04-13 09:34:53 -07:00
Yang Gao
3f07f660ec
Merge pull request #177 from nicolasnoble/plugin-rework
...
Updating examples to reflect the new state of things.
2015-04-09 15:25:37 -07:00
Nicolas "Pixel" Noble
b6413de273
Updating documentation.
2015-04-10 00:24:09 +02:00
Nicolas "Pixel" Noble
9efc083006
Updating examples to reflect the new state of things.
2015-04-10 00:15:08 +02:00
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.
2015-04-09 13:47:30 -07:00
Nathaniel Manista
9240f69d7a
Merge pull request #175 from LisaFC/master
...
Update Python route guide to proto3
2015-04-07 09:30:05 -07:00
LisaFC
dabcc9602e
Update Python route guide to proto3
2015-04-07 18:26:59 +02:00
LisaFC
b5d501b91e
fixed wrong repo name
2015-04-02 14:03:16 +01:00
LisaFC
c818cbdf40
Update README.md
...
Added link to complete tutorial
2015-03-31 16:46:45 +01:00
LisaFC
b6331d8523
Merge pull request #126 from nathanielmanistaatgoogle/route-guide-readme
...
Python route guide README
2015-03-30 16:35:05 +01:00
Tim Emiola
fd5d6a4fd5
Merge pull request #169 from nathanielmanistaatgoogle/small-fixes
...
Small fixes extracted from #126
2015-03-29 18:34:40 -07:00
Qi Zhao
882226f9af
Merge pull request #171 from iamqizhao/master
...
update the generated code for hello world proto
2015-03-28 15:59:18 -07:00
iamqizhao
cd874500da
update the generated code for hello world proto
2015-03-28 15:56:47 -07:00
Nathaniel Manista
76530bf46b
README.md for python/route_guide
2015-03-28 21:46:46 +00:00
Nathaniel Manista
d80141b1f7
Merge pull request #165 from wilsonwen/master
...
Fix grpc example after API changed
2015-03-26 10:49:30 -07:00
wilson
4d059dd0be
Fix python helloworld proto problem
...
update readme, delete unused files
2015-03-26 17:49:03 +08:00
LisaFC
71c0c6f71a
Update README.md
2015-03-24 15:49:28 +00:00
LisaFC
d6d36b33b1
Update gotutorial.md
...
Fixed broken link
2015-03-24 14:36:43 +00:00
LisaFC
6c16469b66
Update gotutorial.md
...
Fixed small typo
2015-03-24 14:33:20 +00:00
Eric Anderson
8fa2c95b69
Merge pull request #168 from nicolasnoble/api-upgrade
...
API change - fixing old code and doc.
2015-03-23 16:07:46 -07:00
Nicolas "Pixel" Noble
2afb270dfe
API change - fixing old code and doc.
2015-03-23 23:44:31 +01:00
Tim Emiola
7f9a6376e4
Merge pull request #167 from nsuke/url-fix
...
Update grpc-common and grpc-java url
2015-03-23 08:44:55 -07:00
Nobuaki Sukegawa
a14a16921d
Update grpc-common and grpc-java url
2015-03-21 22:45:40 +09:00
LisaFC
5c35067771
Merge pull request #164 from Kangmo/patch-1
...
Fixed incorrect description on client side streaming.
2015-03-20 13:56:14 +00:00
Kangmo Kim
1ecc038374
Update cpptutorial.md
...
Fixed incorrect description on client side streaming.
2015-03-19 13:47:30 +09:00
Eric Anderson
3f1a24633a
Remove reference to Netty 5
...
grpc-java now depends on Netty 4.1. Simply removing the version doesn't seem to reduce the doc's usefulness but also prevents needing to update it as much.
2015-03-16 12:35:18 -07:00
Tim Emiola
79b445cbb3
Merge pull request #155 from maxwell-demon/master
...
Update helloword_pb2.py such that it's in sync with py file generated by
2015-03-12 08:03:31 -07:00
Hongyu Chen
d502d7418d
Update helloword_pb2.py such that it's in sync with py file generated by
...
run_codegen.sh.
PR #993 of grpc/grpc eliminated "assembly" package. We need to update
this pb2.py file accordingly.
2015-03-11 17:43:12 -07:00
Nicolas Noble
94b5bf467d
Merge pull request #151 from yang-g/channel
...
Sync up channel/server creation changes from grpc/grpc.
2015-03-10 01:31:57 -07:00
Yang Gao
2daa126709
resolve conflict
2015-03-09 22:25:28 -07:00
Nicolas Noble
072b561654
Merge pull request #153 from jdiazcano/patch-1
...
Fixed some links that were missing the package
2015-03-09 16:44:23 -07:00
Javier
3cc9bc8760
Fixed some links that were missing the package
2015-03-10 00:24:24 +01:00
Tim Emiola
11ff7e3890
Merge pull request #148 from nicolasnoble/command-line-overrides
...
Allow to specify environment variables for search paths.
2015-03-09 11:01:33 -07:00
Tim Emiola
795879e600
Merge pull request #137 from RackhamLeNoir/master
...
fix typo java helloworld links
2015-03-09 11:01:10 -07:00
Yang Gao
2365ad193b
address comment
2015-03-08 22:30:12 -07:00