Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
|/| | | | |/ / | |||
| * | | Move Podspecs to v1 | Jorge Canizales | 2016-08-18 |
| | | | |||
| * | | Merge pull request #7448 from jcanizales/p0-archive-fix | makdharma | 2016-08-16 |
| |\ \ | | | | | | | | | Work around Cocoapods dynamic frameworks incompatibility with XCode archive | ||
* | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-16 |
|\| | | | |||
| * | | | Merge pull request #7630 from kpayson64/ruby_example_pb | kpayson64 | 2016-08-15 |
| |\ \ \ | | | | | | | | | | | Update ruby examples to use new _pb protobuf format | ||
| * \ \ \ | Merge pull request #7700 from apolcyn/update_helloworld_readme | kpayson64 | 2016-08-15 |
| |\ \ \ \ | | | | | | | | | | | | | update original helloworld README | ||
| | | | | * | update dependencies in C# examples to GA versions | Alex Polcyn | 2016-08-12 |
| | |_|_|/ | |/| | | | |||
| * | | | | s/makefile/Makefile | David Garcia Quintas | 2016-08-11 |
| | | | | | |||
| * | | | | Merge pull request #7688 from dgquintas/cpp_readme | David G. Quintas | 2016-08-11 |
| | | | | | | | | | | | | | | | fix c++ readme and tutorial | ||
| * | | | | Merge pull request #7634 from apolcyn/use_dotnet_on_examples | apolcyn | 2016-08-11 |
| |\ \ \ \ | | | | | | | | | | | | | add csharp hello world that uses dotnet cli | ||
* | \ \ \ \ | Merge pull request #7688 from dgquintas/cpp_readme | David G. Quintas | 2016-08-11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix c++ readme and tutorial | ||
| | * \ \ \ \ | Merge pull request #7577 from murgatroid99/node_dependency_update | Nicolas Noble | 2016-08-11 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0 | ||
| | * \ \ \ \ \ | Merge pull request #7674 from stanley-cheung/php7-ubuntu-fix | Stanley Cheung | 2016-08-11 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | PHP7: fix ubuntu compile error | ||
* | | \ \ \ \ \ \ | Merge branch 'v1.0.x' into manual-upmerge | Nicolas "Pixel" Noble | 2016-08-11 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||
| | | | | | * | | | update original helloworld README | Alexander Polcyn | 2016-08-10 |
| | | | | | | | | |