Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update Greeter to 0.14.0 nugets | Jan Tattermusch | 2016-05-11 |
| | |||
* | Merge pull request #6430 from myeh/example/non_blocking_async_client | Jan Tattermusch | 2016-05-05 |
|\ | | | | | Modified sample async client to be multi-threaded | ||
| * | Updated to more closely mimic greeter_async_client.cc. Fixed typos in comments. | Michael Yeh | 2016-05-04 |
| | | |||
| * | Created a new sample async client that is non-blocking. A reader thread is ↵ | Michael Yeh | 2016-05-04 |
| | | | | | | | | spawned to handle all the RPC results. | ||
| * | Modified sample async client to be non-blocking. A reader thread is spawned ↵ | Michael Yeh | 2016-05-04 |
| | | | | | | | | to handle all the RPC results. | ||
* | | Add proto comments to generated _pb2.py files | yang-g | 2016-05-03 |
| | | |||
* | | Reverted 'Rewrite Node greeter example to use generated code' | murgatroid99 | 2016-04-29 |
|/ | |||
* | Merge pull request #6321 from soltanmm/doc | Jan Tattermusch | 2016-04-28 |
|\ | | | | | Add Windows-specifics to Python docs | ||
* \ | Merge pull request #6268 from nicolasnoble/example_fix | Nicolas Noble | 2016-04-27 |
|\ \ | | | | | | | Fixing examples. | ||
| | * | Add Windows-specifics to Python docs | Masood Malekghassemi | 2016-04-27 |
| |/ |/| | |||
| * | Fixing examples. | Nicolas "Pixel" Noble | 2016-04-23 |
| | | |||
* | | Merged from master | murgatroid99 | 2016-04-19 |
|\| | |||
| * | Upmerge the version bump from 0.13 | Nicolas "Pixel" Noble | 2016-04-08 |
| |\ | |||
| | * | regenerate code | Jan Tattermusch | 2016-04-01 |
| | | | |||
| | * | update generate scripts | Jan Tattermusch | 2016-04-01 |
| | | | |||
| | * | cleanup example projects to contains links to important files | Jan Tattermusch | 2016-04-01 |
| | | | |||
| | * | upgrade helloworld and routeguide examples to 0.13.1 | Jan Tattermusch | 2016-04-01 |
| | | | |||
| * | | Update copyrights | Craig Tiller | 2016-03-31 |
| | | | |||
| * | | Merge pull request #5837 from sreecha/grpc_fixit_node | Jan Tattermusch | 2016-03-24 |
| |\ \ | | | | | | | | | DocFixit: Troubleshooting info for Windows and some minor tweaks | ||
| * \ \ | Merge pull request #5659 from leifurhauks/py3_examples | Jan Tattermusch | 2016-03-21 |
| |\ \ \ | | | | | | | | | | | python3-compatible syntax for python examples | ||
| * \ \ \ | Merge pull request #5828 from murgatroid99/node_example_dependencies_fix | Jan Tattermusch | 2016-03-18 |
| |\ \ \ \ | | | | | | | | | | | | | Updated example package.json with missing dependency | ||
| | | | * | | DocFixit: Troubleshooting info for Windows and some minor tweaks | Sree Kuchibhotla | 2016-03-18 |
| | |_|/ / | |/| | | | |||
| | | * | | python3-compatible syntax for python examples | Leifur Halldor Asgeirsson | 2016-03-18 |
| | |/ / | |/| | | |||
| * | | | Merge pull request #5798 from y-zeng/documentation | Stanley Cheung | 2016-03-18 |
| |\ \ \ | | | | | | | | | | | Doc Fixit: examples/cpp/helloworld/README.md | ||
| | | * | | Add other missing dependencies | murgatroid99 | 2016-03-18 |
| | | | | | |||
| | | * | | Updated example package.json with missing dependency | murgatroid99 | 2016-03-18 |
| | | | | | |||
| * | | | | Fix minor issues with Ruby route guide client | murgatroid99 | 2016-03-17 |
| | |/ / | |/| | | |||
| | * | | Doc Fixit: examples/cpp/helloworld/README.md | Yuchen Zeng | 2016-03-17 |
| |/ / | | | | | | | | | | Use 'RegisterService' for registering async services. | ||
| * | | Merge pull request #5583 from stanley-cheung/php-fix-examples-constructor | Jan Tattermusch | 2016-03-14 |
| |\ \ | | | | | | | | | PHP: fix examples ClientStub constructor | ||
| * | | | still need this block for the example composer.json file | Stanley Cheung | 2016-03-10 |
| | | | | |||
| * | | | update PHP composer.json files | Stanley Cheung | 2016-03-10 |
| | |/ | |/| | |||
| | * | fix copyright | Stanley Cheung | 2016-03-10 |
| | | | |||
| | * | php: fix examples ClientStub constructor | Stanley Cheung | 2016-03-10 |
| |/ | |||
| * | Updated main examples README to link to main docs and quickstarts | Lisa Carey | 2016-03-09 |
| | | |||
| * | Clarifying how to install for gRPC C++ | Lisa Carey | 2016-03-08 |
| | | |||
| * | Merge pull request #5632 from stanley-cheung/php-update-readme | LisaFC | 2016-03-08 |
| |\ | | | | | | | Doc Fixit: PHP update readme | ||
| * | | Fix copyright | Craig Tiller | 2016-03-07 |
| | | | |||
| * | | Merge pull request #5620 from VcamX/patch-1 | Masood Malekghassemi | 2016-03-07 |
| |\ \ | | | | | | | | | Set grace=0 to server stop in route_guide | ||
| | | * | php: update readme | Stanley Cheung | 2016-03-07 |
| | |/ | |/| | |||
| * | | Removes confusing/unnecessary section on generating code. | Lisa Carey | 2016-03-07 |
| | | | |||
| | * | Set grace=0 to server stop in route_guide | VcamX | 2016-03-07 |
| |/ | | | | | Fix #5619 | ||
| * | remove stray grpc_common reference | Stanley Cheung | 2016-03-03 |
| | | |||
| * | fix broken link | Stanley Cheung | 2016-03-03 |
| | | |||
| * | Update base INSTALL to markdown and remove outdated content | Stanley Cheung | 2016-03-03 |
| | | |||
* | | Rewrite Node greeter example to use generated code | murgatroid99 | 2016-02-26 |
| | | |||
| * | Merge branch 'master' into backport-merge | Nicolas "Pixel" Noble | 2016-02-22 |
| |\ | |/ |/| | |||
| * | Remove outdated scripts | Masood Malekghassemi | 2016-02-17 |
| | | |||
| * | Update README.md with new installation flow | Stanley Cheung | 2016-02-16 |
| | | |||
| * | Merge pull request #5239 from jtattermusch/csharp_release_docs | Kailash Sethuraman | 2016-02-16 |
| |\ | | | | | | | Update C# docs for 0.13 release | ||
| * \ | Merge pull request #5245 from jtattermusch/csharp_examples_0_13 | Michael Lumish | 2016-02-16 |
| |\ \ | | | | | | | | | Update C# examples to 0.13.0 packages |