Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | PHP: stop requiring google/protobuf PHP implementation | Stanley Cheung | 2017-05-16 |
| | |||
* | Merge failure: mangled the examples BUILD file. | Nicolas "Pixel" Noble | 2017-05-12 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-05-11 |
|\ | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into fixbazel | Makarand Dharmapurikar | 2017-04-25 |
| |\ | |||
| * | | fixed target name so bazel basic build passes | Makarand Dharmapurikar | 2017-04-24 |
| | | | |||
| | * | regenerate routeguide protos | Jan Tattermusch | 2017-04-20 |
| | | | |||
| | * | upgrade routeguide to Grpc 1.2.2 | Jan Tattermusch | 2017-04-20 |
| | | | |||
| | * | regenerate greeter protos | Jan Tattermusch | 2017-04-20 |
| | | | |||
| | * | upgrade net45 helloworld to Grpc 1.2.2 | Jan Tattermusch | 2017-04-20 |
| | | | |||
| | * | regenerate | Jan Tattermusch | 2017-04-20 |
| | | | |||
| | * | add generate_protos file | Jan Tattermusch | 2017-04-20 |
| | | | |||
| | * | update .NET core example to .csproj projects | Jan Tattermusch | 2017-04-20 |
| | | | |||
| * | | consolidated BUILD files from example into one | Makarand Dharmapurikar | 2017-04-18 |
| | | | | | | | | | | | | it is also a way to test that this change works as expected. | ||
| | * | fix markdown | Jan Tattermusch | 2017-04-18 |
| |/ | |||
* | | Buildifier and wrapping test/cpp/* rules with our build system. | Nicolas "Pixel" Noble | 2017-04-13 |
| | | |||
| * | 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 |
|\ \ \ \ | | |/ / | |/| | |