Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/v1.2.x' into HEAD | Jan Tattermusch | 2017-04-12 |
|\ | |||
| * | also fix global.json in helloworld | Jan Tattermusch | 2017-04-07 |
| | | |||
| * | Add global.json file to pick dotnet core SDK version | Jan Tattermusch | 2017-04-07 |
| | | |||
* | | add examples for ruby error throwing and handling | Alexander Polcyn | 2017-03-28 |
| | | |||
* | | Merge pull request #9864 from michielbdejong/patch-1 | Michael Lumish | 2017-03-22 |
|\ \ | | | | | | | Use grpc-tools npm package in readme | ||
* | | | Add global.json file to pick dotnet core SDK version | Jan Tattermusch | 2017-03-09 |
| |/ |/| | |||
* | | PHP: prepare for 1.2 release | Stanley Cheung | 2017-03-01 |
| | | |||
| * | Use grpc-tools npm package in readme | Michiel de Jong | 2017-02-24 |
|/ | | | | * Make it clearer which directory to `cd` to * Take advantage of the work done https://github.com/grpc/grpc/issues/5982 | ||
* | Merge remote-tracking branch 'google/v1.1.x' | Nicolas "Pixel" Noble | 2017-02-13 |
|\ | |||
| * | add ruby example that doesn't use protobuf | Alexander Polcyn | 2017-02-08 |
| | | |||
* | | Merge pull request #9482 from gazialankus/patch-1 | Jan Tattermusch | 2017-02-02 |
|\ \ | | | | | | | Corrected version number of Grpc.Tools in the bat file for the C# example | ||
* | | | PHP: update examples | Stanley Cheung | 2017-01-31 |
| |/ |/| | |||
| * | Corrected version number of Grpc.Tools in the bat file | Gazihan Alankus | 2017-01-27 |
|/ | | | As per the following line, it is 1.0.1 now: https://github.com/grpc/grpc/blob/6ff81e91c9577a52252460fb029fbbf990cfc7b6/examples/csharp/helloworld/Greeter/packages.config#L7 | ||
* | Fixing a few items with the new Bazel BUILD system: | Nicolas "Pixel" Noble | 2017-01-13 |
| | | | | | | | -) Fixing Bazel 0.4.x breakage -) Adding helloworld BUILD examples -) Fixing grpc++ missing files. -) Adding helloworld example as a test for Bazel basic. | ||
* | Update Python examples with fresh generated code | Nathaniel Manista | 2016-12-21 |
| | |||
* | Merge pull request #8831 from ryanvo/examples-typo-patch | David G. Quintas | 2016-12-13 |
|\ | | | | | Fix typo | ||
* | | Un-namespace Python packages | Masood Malekghassemi | 2016-12-12 |
| | | | | | | | | | | Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks. | ||
* | | Merge remote-tracking branch 'upstream/v1.0.x' into HEAD | Jan Tattermusch | 2016-11-22 |
|\ \ | |||
| | * | Fix typo | Ryan | 2016-11-21 |
| |/ |/| | |||
| * | example changes to smoke test with 1.0.1 | Alexander Polcyn | 2016-11-03 |
| | | |||
* | | Merge pull request #7967 from ↵ | Michael Lumish | 2016-10-20 |
|\ \ | | | | | | | | | | | | | p16/node-example-add-return-after-callback-witih-error Nodejs examples: add return after calling callback(err) | ||
* | | | Remove `run_codegen.py` from python helloworld example | Mark Mandel | 2016-10-17 |
| | | | | | | | | | | | | | | | Since we no longer reference `run_codegen.py` in the Quick Start for Python, remove it from the repository to avoid confusion. | ||
* | | | php: require grpc extension to be installed before composer package | Stanley Cheung | 2016-10-06 |
| | | | |||
* | | | Merge pull request #8036 from tania-m/patch-1 | Michael Lumish | 2016-10-03 |
|\ \ \ | | | | | | | | | Update greeter_client.js | ||
* \ \ \ | Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under | Nicolas "Pixel" Noble | 2016-09-29 |
|\ \ \ \ | | |_|/ | |/| | | |||
* | | | | add copyrights for AssemblyInfo.cs files | Jan Tattermusch | 2016-09-21 |
| | | | | |||
| * | | | make clear independence of bidi streams in route guide client | Alexander Polcyn | 2016-09-20 |
| | | | | |||
| * | | | dont create extra thread on bidi call in benchmark, and change suggested | Alexander Polcyn | 2016-09-20 |
| | | | | | | | | | | | | | | | | code for ruby bidi calls | ||
* | | | | update route_guide_db path in php example | thinkerou | 2016-09-18 |
| | | | | |||
* | | | | cpp examples missing gpr asserts | Stanley Cheung | 2016-09-15 |
| | | | | |||
* | | | | Merge pull request #7920 from tuoxiansp/patch-1 | Michael Lumish | 2016-09-09 |
|\ \ \ \ | | | | | | | | | | | Update README.md | ||
| | | * | | Update greeter_client.js | tania-m | 2016-09-08 |
| |_|/ / |/| | | | | | | | Switched declaration order | ||
* | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | Nicolas "Pixel" Noble | 2016-09-08 |
|\ \ \ \ | | |/ / | |/| | | |||
| * | | | Merge pull request #7837 from apolcyn/update_csharp_examples | apolcyn | 2016-09-06 |
| |\ \ \ | | | | | | | | | | | change hint paths for protobuf to use net45 dir in csproj files | ||
* | \ \ \ | Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.x | Nicolas Noble | 2016-09-06 |
|\ \ \ \ \ | | | | | | | | | | | | | Manual upmerge from v1.0.x | ||
| | | | | * | Add return after calling callback(err) | Filippo De Santis | 2016-09-02 |
| |_|_|_|/ |/| | | | | |||
* | | | | | Merge pull request #7854 from pythias/patch-2 | Stanley Cheung | 2016-09-01 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove undefined env | ||
| | | | | * | Update README.md | 陈雨童 | 2016-08-30 |
| |_|_|_|/ |/| | | | | |||
| | | * | | php: composer.json has extra comma | Stanley Cheung | 2016-08-26 |
| | | | | | |||
| * | | | | Remove undefined env | pythias | 2016-08-24 |
| | | | | | |||
* | | | | | Remove the extra comma | 安正超 | 2016-08-24 |
|/ / / / | |||
| * / / | Merge branch 'v1.0.x' into upmerge-from-v1.0.x | Nicolas "Pixel" Noble | 2016-08-24 |
|/| | | | |/ / | |||
* | | | Merge pull request #7802 from nicolasnoble/upmerge-from-v1.0.x | Nicolas Noble | 2016-08-23 |
|\ \ \ | | | | | | | | | Upmerge from v1.0.x | ||
| | * \ | Merge pull request #7817 from stanley-cheung/php-update-composer-v1_0 | Stanley Cheung | 2016-08-23 |
| | |\ \ | | | | | | | | | | | PHP: bump version | ||
| | | | * | change hint paths for protobuf to use net45 dir in csproj files | Alex Polcyn | 2016-08-22 |
| | | |/ | | |/| | |||
| | * | | Merge pull request #7720 from apolcyn/update_examples_grpc_version | kpayson64 | 2016-08-22 |
| | |\ \ | | | | | | | | | | | update dependencies in C# examples to GA versions | ||
* | | | | | php: bump version | Stanley Cheung | 2016-08-22 |
| | | | | | |||
| | | | * | php: bump version | Stanley Cheung | 2016-08-22 |
| | | | | | |||
| | * | | | Truncate Python example READMEs to grpc.io links | Nathaniel Manista | 2016-08-20 |
| | | |/ | | |/| | |||
| * / | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2016-08-20 |
|/| | | | |/ / |