Commit Graph

396 Commits

Author SHA1 Message Date
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
Yang Gao 85df5b7c37 Update text 2015-03-06 23:58:42 -08:00
Yang Gao 3eab5d2e4a Update route_guide 2015-03-06 23:55:29 -08:00
Yang Gao d6319001f3 Update helloworld 2015-03-06 23:51:23 -08:00
Yang Gao 226019c212 Merge pull request #149 from jorgbrown/patch-1
Use (latitude, longitude), not (latitude, latitude)
2015-03-06 15:09:35 -08:00
jorgbrown d421801e17 Use (latitude, longitude), not (latitude, latitude) 2015-03-06 15:00:58 -08:00
jorgbrown a121283f0f Use (latitude, longitude), not (latitude, latitude) 2015-03-06 14:45:10 -08:00
Nicolas "Pixel" Noble 0118cf0e65 Allow to specify environment variables for search paths. 2015-03-06 22:43:23 +01:00
Tim Emiola 5c313475b9 Merge pull request #147 from nicolasnoble/remove-protobufs
Removing protoc-generated files from the C++ example.
2015-03-06 13:39:55 -08:00
Nicolas "Pixel" Noble 7d26666d9a Removing protoc-generated files from the C++ example. 2015-03-06 22:33:13 +01:00
Qi Zhao 906efd3a4d Merge pull request #146 from michael-berlin/patch-1
gotutorial.md: Remove duplicate sentence.
2015-03-06 11:04:09 -08:00
michael-berlin b8203a7458 gotutorial.md: Remove duplicate sentence. 2015-03-06 10:58:41 -08:00
Qi Zhao 48ea55f5f2 Merge pull request #140 from nbeckman/patch-1
Fix github path, google --> grpc
2015-03-01 19:02:35 -08:00
Nels Beckman ac12c2cb12 Fix github path, google --> grpc
Both work, but I think the latter is now preferred.
2015-02-28 16:52:34 +01:00
zsurocking 0cfd953fc5 Merge pull request #134 from thagikura/build_by_gradle
Use gradle to build the tutorial Android app
2015-02-27 13:36:36 -08:00
Qi Zhao 468b2b63a4 Merge pull request #139 from joeshaw/patch-1
fix server-side -> client-side cut-and-paste-o
2015-02-27 13:34:26 -08:00
Joe Shaw 36533de706 fix server-side -> client-side cut-and-paste-o 2015-02-27 16:30:00 -05:00
Qi Zhao b27250d948 Merge pull request #138 from iamqizhao/master
fix typo
2015-02-27 13:13:51 -08:00
iamqizhao 65f77264e9 fix typo 2015-02-27 13:12:27 -08:00
Qi Zhao 5ecaec6fd4 Merge pull request #136 from LisaFC/master
Some edits/rewriting of Go tutorial
2015-02-27 11:30:06 -08:00
Thomas Pietrzak 46b1125360 fix typo 2015-02-27 20:24:49 +01:00
Tim Emiola 3dc0ba294c Merge pull request #123 from tbetbetbe/docs-update-installation-instructions
Updates the node and ruby examples to use the debian packages
2015-02-27 09:40:01 -08:00
Nathaniel Manista 98e2a61a0c Merge pull request #135 from adewale/patch-1
Minor tidying-up in Python Route Guide.
2015-02-27 09:36:51 -08:00
Lisa Carey c4a3300867 Some edits/rewriting of Go tutorial 2015-02-27 16:47:51 +00:00
Ade Oshineye ca13936804 Update route_guide_client.py
Remove unnecessary semi-colons.
2015-02-27 15:45:42 +00:00
Takeshi Hagikura b288bf14cb Fixes the path for cd command 2015-02-28 00:08:57 +09:00
Takeshi Hagikura aea1801393 Build the Android tutorial app by gradle 2015-02-27 23:59:54 +09:00
LisaFC 8650bb9373 added prettyprint proto formatting 2015-02-27 14:32:03 +00:00
Qi Zhao 8b367bc965 Merge pull request #130 from iamqizhao/master
fix gotutorial (client)
2015-02-26 17:41:01 -08:00
iamqizhao b2c1775603 fix gotutorial (client) 2015-02-26 17:39:05 -08:00
Qi Zhao 00456d540a Merge pull request #128 from sidnei/patch-1
Fix typo
2015-02-26 16:21:46 -08:00
Sidnei da Silva da4cc70636 Update gotutorial.md 2015-02-27 01:17:18 +01:00
Qi Zhao f7feb0e7e3 Merge pull request #127 from iamqizhao/master
fix gotutorial (server part)
2015-02-26 16:13:22 -08:00
iamqizhao 5fc1db5125 fix gotutorial (server part) 2015-02-26 16:11:10 -08:00
Mugur Marculescu fd16f06047 Merge pull request #125 from grpc/jayantkolhe-patch-3
Create PATENTS
2015-02-26 15:15:10 -08:00
Jayant Kolhe caac295d6c Create PATENTS
Adding Patent Grant File
2015-02-26 15:11:41 -08:00