Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into y12kdm3 | Craig Tiller | 2015-08-17 |
|\ | |||
| * | Merge pull request #2942 from murgatroid99/node_parent_call | Michael Lumish | 2015-08-17 |
| |\ | | | | | | | Add parent call propagation API to Node library | ||
| * \ | Merge pull request #2939 from vjpai/emplace | David G. Quintas | 2015-08-14 |
| |\ \ | | | | | | | | | Use emplace_back properly, considering limitations of gcc 4.4 | ||
| * \ \ | Merge pull request #2949 from grpc/jtattermusch-patch-1 | Stanley Cheung | 2015-08-14 |
| |\ \ \ | | | | | | | | | | | Fix version of Google.Apis.Auth required by Grpc.Auth nuget. | ||
| | * | | | Fix version of Google.Apis.Auth required by Grpc.Auth nuget. | Jan Tattermusch | 2015-08-14 |
| |/ / / | |||
| * | | | Merge pull request #2943 from tbetbetbe/grpc-ruby-add-health-check-service | Jan Tattermusch | 2015-08-14 |
| |\ \ \ | | | | | | | | | | | Add a health checker service implementation. | ||
| * \ \ \ | Merge pull request #2944 from murgatroid99/node_server_listen_remnants | Stanley Cheung | 2015-08-14 |
| |\ \ \ \ | | | | | | | | | | | | | Replaced remaining references to 'listen' with 'start' | ||
| | | | | * | Fixed typo in argument error message | murgatroid99 | 2015-08-14 |
| | | | | | | |||
| * | | | | | Merge pull request #2934 from tbetbetbe/grpc-ruby-add-more-auth-interop-tests | Michael Lumish | 2015-08-14 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Adds the remaining ruby interop tests | ||
| | * | | | | | Merges timeout interop test change | Tim Emiola | 2015-08-14 |
| |/ / / / / | |||
| * | | | | | Merge pull request #2937 from tbetbetbe/grpc-ruby-add-timeout-interop-test | Michael Lumish | 2015-08-14 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Grpc ruby add timeout interop test | ||
| | | * | | | | Replaced remaining references to 'listen' with 'start' | murgatroid99 | 2015-08-14 |
| | |/ / / / | |/| | | | | |||
| | | | | * | Merge branch 'master' into node_parent_call | murgatroid99 | 2015-08-14 |
| | | | | |\ | | |_|_|_|/ | |/| | | | | |||
| | | | | * | Resolved merge conflicts with master | murgatroid99 | 2015-08-14 |
| | | | | |\ | |||
| * | | | | \ | Merge pull request #2941 from nicolasnoble/zookeeper-is-c-not-c++ | Michael Lumish | 2015-08-14 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | Fixing zookeeper's installation. | ||
| | | | | * | | Make comment look finished | vjpai | 2015-08-14 |
| | | | | | | | |||
| | | | | | * | Made deadline tests work | murgatroid99 | 2015-08-14 |
| | | | | | | | |||
| | | | * | | | Add a health checker service implementation. | Tim Emiola | 2015-08-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - adds the code-generated health service classes to the pb along with a README explaining how to regenerate the generated code - adds an implementation of the Health Checker Service along with unit tests and an integration test Also: - adds a pb folder : in a follow-up PR, all ruby pbs + generated code will be moved to it | ||
| | | | | | * | Add parent call propagation API to Node library | murgatroid99 | 2015-08-14 |
| | | | | | | | |||
| | * | | | | | Fixing zookeeper's installation. | Nicolas "Pixel" Noble | 2015-08-14 |
| |/ / / / / | |||
| * | | | | | Merge pull request #2549 from hongweiwang/zookeeper | David G. Quintas | 2015-08-14 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Zookeeper name resolver | ||
| * \ \ \ \ \ | Merge pull request #2935 from jcanizales/add-grpc-prefix | David G. Quintas | 2015-08-14 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add ::grpc:: prefix | ||
| | | | | | * | | Use emplace_back properly and when appropriate, considering limitations | Vijay Pai | 2015-08-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of gcc4.4 | ||
| * | | | | | | | Merge pull request #2938 from jtattermusch/fix_codegen_output | David G. Quintas | 2015-08-14 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | Dont generate package directories in C# protoc plugin output | ||
| | * | | | | | | dont generate directories in C# protoc plugin | Jan Tattermusch | 2015-08-14 |
| | | |_|_|/ / | | |/| | | | | |||
| * | | | | | | Merge pull request #2799 from ctiller/selective-town | Jan Tattermusch | 2015-08-14 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Give make a long timeout, tests a small one, and interop a slightly longer one | ||
| * \ \ \ \ \ \ | Merge pull request #2696 from murgatroid99/node_client_connectivity | Jan Tattermusch | 2015-08-14 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | Wrap connectivity API, expose it to client as waitForReady | ||
| | | | | | * | | Adds the ruby timeout interop test. | Tim Emiola | 2015-08-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrects some other issues - fixes status return when calls fail by always returning the status - resolves bidi_call client's failure to return an exception on bad status by swapping the wait for status to the read thread * this also improves the cancel_after_first_response test Also - adds a unit test that verifies that a bidi call will time out. | ||
| * | | | | | | | Merge pull request #2376 from rjshade/add_udp_server_2 | Yang Gao | 2015-08-13 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add UDP server to gRPC. | ||
| * \ \ \ \ \ \ \ | Merge pull request #2931 from dgquintas/none-to-identity | Yang Gao | 2015-08-13 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Renamed "none" as "identity" for the no-op compression algorithm | ||
| | | | | | * | | | | Let people generate ObjC code from an Arduino | Jorge Canizales | 2015-08-13 |
| | | | | | | | | | | |||
| | | | | | | | * | | Breaks API - switches timeout to a keyword arg. | Tim Emiola | 2015-08-13 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - timeout has been a default arg till now - this switches it to a keyword arg with the same behavior - in addition, it adds deadline as distinct keyword arg, allowing users the choice of the idiomatic(timeout) or the aligned(deadline) | ||
| | | | | | * | | | Add ::grpc:: prefix | Jorge Canizales | 2015-08-13 |
| | |_|_|_|/ / / | |/| | | | | | | |||
| * | | | | | | | Merge pull request #2932 from nicolasnoble/restoring-windows-building-gaah | David G. Quintas | 2015-08-13 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Recreating grpc_test_util_unsecure's template. | ||
| | | | | | | * | | Minor fix on comments | Hongwei Wang | 2015-08-13 |
| | | | | | | | | | |||
| | * | | | | | | | Recreating grpc_test_util_unsecure's template. | Nicolas "Pixel" Noble | 2015-08-14 |
| |/ / / / / / / | |||
| | * / / / / / | Renamed "none" as "identity" for the no-op compression algorithm for ↵ | David Garcia Quintas | 2015-08-13 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | consistency with the spec | ||
| | | | | * | | Address comments and update grpc plugins | Hongwei Wang | 2015-08-13 |
| | | | | | | | |||
| | * | | | | | Added copyright notice to udp_server.c | Robbie Shade | 2015-08-13 |
| | | | | | | | |||
| | * | | | | | Merge remote-tracking branch 'upstream/master' into add_udp_server_2 | Robbie Shade | 2015-08-13 |
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | | | |||
| | * | | | | | Update to latest API changes. | Robbie Shade | 2015-08-13 |
| | | | | | | | |||
| | * | | | | | Add Apple specific #define for IPV6_RECVPKTINFO | Robbie Shade | 2015-08-13 |
| | | | | | | | |||
| * | | | | | | Merge pull request #2919 from nicolasnoble/report-culling | Jan Tattermusch | 2015-08-13 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Reducing JUnit's report size. | ||
| * \ \ \ \ \ \ | Merge pull request #2921 from yang-g/unknown_service | Vijay Pai | 2015-08-13 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Use a sync service to handle requests to unknown services | ||
| | | | * | | | | | Regenerated project files | Robbie Shade | 2015-08-13 |
| | | | | | | | | | |||
| * | | | | | | | | Merge pull request #2612 from nicolasnoble/the-ultimate-showdown | Vijay Pai | 2015-08-13 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Adding reserved arguments and pointers in the API to ensure stability. | ||
| | | | | * \ \ \ \ | Merge remote-tracking branch 'upstream/master' into add_udp_server_2 | Robbie Shade | 2015-08-13 |
| | | | | |\ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile | ||
| | | | * | | | | | | Reducing JUnit's report size. | Nicolas "Pixel" Noble | 2015-08-13 |
| | | | | | | | | | | |||
| | | * | | | | | | | remove redundant ctor | yang-g | 2015-08-13 |
| | | | | | | | | | | |||
| | * | | | | | | | | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown | Nicolas "Pixel" Noble | 2015-08-13 |
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | |