Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | 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 | ||
* \ \ | Merge pull request #2932 from nicolasnoble/restoring-windows-building-gaah | David G. Quintas | 2015-08-13 |
|\ \ \ | | | | | | | | | Recreating grpc_test_util_unsecure's template. | ||
| * | | | 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 | ||
| * | 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 |
| |\ \ \ \ | |/ / / / |/| | | | | |||
* | | | | | Merge pull request #2922 from yang-g/proto3_cpp | Vijay Pai | 2015-08-13 |
|\ \ \ \ \ | | | | | | | | | | | | | use proto3 syntax in c++ test protos | ||
* \ \ \ \ \ | Merge pull request #2926 from nicolasnoble/cancel_gpr_cancelable | Yang Gao | 2015-08-13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Removing gpr_cancelable. | ||
| * | | | | | | Removing gpr_cancelable. | Nicolas "Pixel" Noble | 2015-08-13 |
|/ / / / / / | |||
| * | | | | | update the interop test protos and code to proto3 | yang-g | 2015-08-13 |
| | | | | | | |||
| | | | | * | Regenerated project files | Robbie Shade | 2015-08-13 |
| | | | | | | |||
| | | | | * | Merge remote-tracking branch 'upstream/master' into add_udp_server_2 | Robbie Shade | 2015-08-13 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | |||
* | | | | | | Merge pull request #2877 from stanley-cheung/php_connectivity_api | Michael Lumish | 2015-08-13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | PHP: wrap connectivity state API | ||
* \ \ \ \ \ \ | Merge pull request #2925 from grpc/revert-2910-timeout_on_sleeping_server | Jan Tattermusch | 2015-08-13 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Revert "implement timeout_on_sleeping_server interop test" | ||
| * | | | | | | | Revert "implement timeout_on_sleeping_server interop test" | Jan Tattermusch | 2015-08-13 |
|/ / / / / / / | |||
* | | | | | | | Merge pull request #2910 from jtattermusch/timeout_on_sleeping_server | Michael Lumish | 2015-08-13 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | implement timeout_on_sleeping_server interop test | ||
* \ \ \ \ \ \ \ | Merge pull request #2924 from mzhaom/zlib-dep | Nicolas Noble | 2015-08-13 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Let grpc target depend on //external:zlib | ||
| * | | | | | | | | Let grpc target depend on //external:zlib so that "-lz" or a real zlib | Ming Zhao | 2015-08-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | target like https://github.com/google/kythe/blob/master/third_party/zlib/BUILD can be pulled in. | ||
| | | | * | | | | | use proto3 syntax in c++ test protos | yang-g | 2015-08-13 |
| | | | | | | | | | |||
| | | | | | * | | | Use a sync service to handle requests to unknown services | yang-g | 2015-08-13 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #2918 from nathanielmanistaatgoogle/2916 | Masood Malekghassemi | 2015-08-13 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Service-side read without allowance | ||
| | | | * | | | | | | php: connectivity state review feedback | Stanley Cheung | 2015-08-13 |
| | | | | | | | | | | |||
| | | | * | | | | | | php: add watchForReady method | Stanley Cheung | 2015-08-13 |
| | | | | | | | | | | |||
| | | | * | | | | | | php: add more tests | Stanley Cheung | 2015-08-13 |
| | | | | | | | | | | |||
| | | | * | | | | | | php: wrap watchConnectivityState api | Stanley Cheung | 2015-08-13 |
| | | | | | | | | | | |||
| | | | * | | | | | | php: wrap getConnectivityState API | Stanley Cheung | 2015-08-13 |
| |_|_|/ / / / / / |/| | | | | | | | | |||
* | | | | | | | | | Merge pull request #2816 from soltanmm/health-check | Nathaniel Manista | 2015-08-13 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | Add health-checking to Python. | ||
| | * | | | | | | | Service-side read without allowance | Nathaniel Manista | 2015-08-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This compensates for the abstraction mismatch described in issue 2916. | ||
| | | | | | * | | | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown | Nicolas "Pixel" Noble | 2015-08-13 |
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc src/cpp/client/client_context.cc | ||
* | | | | | | | | | Merge pull request #2914 from jcanizales/separate-headers-and-trailers | Michael Lumish | 2015-08-13 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | Separate headers and trailers | ||
* | | | | | | | | | Merge pull request #2917 from nmittler/typeo | Eric Anderson | 2015-08-13 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fixing type-o | ||
| * | | | | | | | | | Fixing type-o | nmittler | 2015-08-13 |
|/ / / / / / / / / | |||
* | | | | | | | | | Merge pull request #2912 from jtattermusch/csharp_auth_uri_gen | Jan Tattermusch | 2015-08-13 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | generate auth URI for JWT access token properly | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #2890 from yang-g/client_context | David G. Quintas | 2015-08-13 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | client code clean up | ||
| | | * | | | | | | | | Document not to modify headers after start | Jorge Canizales | 2015-08-12 |
| | | | | | | | | | | | |||
| | | * | | | | | | | | Put both headers and trailers in the error.userInfo | Jorge Canizales | 2015-08-12 |
| | | | | | | | | | | | |||
| | | * | | | | | | | | Turn allResponseMetadata into *Headers and *Trailers | Jorge Canizales | 2015-08-12 |
| | | | | | | | | | | | |||
| | | * | | | | | | | | nit: Comment formatting | Jorge Canizales | 2015-08-12 |
| | | | | | | | | | | |