Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix deprecation warning Server#addProtoService and use Server#addService instead | Florian Nagel | 2017-10-03 |
| | |||
* | Construction of streams shouldn't require triggering async ops | Vijay Pai | 2017-09-14 |
| | |||
* | fix helloworld cmake build | Jan Tattermusch | 2017-09-11 |
| | |||
* | add global.json files for C# | Jan Tattermusch | 2017-08-11 |
| | |||
* | Reset OWNERS state | Craig Tiller | 2017-07-17 |
| | |||
* | Add @muxi and @makdharma as owners of ObjC related files | Muxi Yan | 2017-07-14 |
| | |||
* | Add `set noparent` to Python OWNER files | Mehrdad Afshari | 2017-07-13 |
| | |||
* | Add additional OWNERS files for Python projects | Mehrdad Afshari | 2017-07-13 |
| | |||
* | Add myself as owner of files in several directories | murgatroid99 | 2017-07-13 |
| | |||
* | Merge pull request #11310 from nicolasnoble/import | Nicolas Noble | 2017-07-13 |
|\ | | | | | Import mutations. | ||
* | | Use https://grpc.io consistently as the canonical URL | Mehrdad Afshari | 2017-07-10 |
| | | |||
* | | Fetch grpc.io/release over https | Mehrdad Afshari | 2017-07-10 |
| | | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-06-26 |
| |\ | |/ |/| | |||
* | | Update compiler/linker options to use pkg-config in C++ examples | Toshihito Kikuchi | 2017-06-13 |
| | | |||
* | | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | | |||
* | | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | |||
| * | Merge remote-tracking branch 'ctiller/build-wtf' into import | Nicolas "Pixel" Noble | 2017-05-26 |
|/| | |||
* | | PHP: stop requiring google/protobuf PHP implementation | Stanley Cheung | 2017-05-16 |
| | | |||
| * | Rework well_known_protos attr, and some other fixes | Craig Tiller | 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. |