aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Gravatar Jan Tattermusch2015-08-14
|\
| * Merge pull request #2938 from jtattermusch/fix_codegen_outputGravatar David G. Quintas2015-08-14
| |\ | | | | | | Dont generate package directories in C# protoc plugin output
| | * dont generate directories in C# protoc pluginGravatar Jan Tattermusch2015-08-14
| | |
| * | Merge pull request #2696 from murgatroid99/node_client_connectivityGravatar Jan Tattermusch2015-08-14
| |\ \ | | |/ | |/| Wrap connectivity API, expose it to client as waitForReady
| * | Merge pull request #2376 from rjshade/add_udp_server_2Gravatar Yang Gao2015-08-13
| |\ \ | | | | | | | | Add UDP server to gRPC.
| * | | Renamed "none" as "identity" for the no-op compression algorithm for ↵Gravatar David Garcia Quintas2015-08-13
| | | | | | | | | | | | | | | | consistency with the spec
| | * | Added copyright notice to udp_server.cGravatar Robbie Shade2015-08-13
| | | |
| | * | Merge remote-tracking branch 'upstream/master' into add_udp_server_2Gravatar Robbie Shade2015-08-13
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #2921 from yang-g/unknown_serviceGravatar Vijay Pai2015-08-13
| |\ \ \ | | | | | | | | | | Use a sync service to handle requests to unknown services
| | | * \ Merge remote-tracking branch 'upstream/master' into add_udp_server_2Gravatar Robbie Shade2015-08-13
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile
| | * | | | remove redundant ctorGravatar yang-g2015-08-13
| | | | | |
| * | | | | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Removing gpr_cancelable.Gravatar Nicolas "Pixel" Noble2015-08-13
| | | | | |
| | | | * | Merge remote-tracking branch 'upstream/master' into add_udp_server_2Gravatar Robbie Shade2015-08-13
| | | | |\ \ | | | |_|/ / | | |/| | |
| | * | | | Merge pull request #2877 from stanley-cheung/php_connectivity_apiGravatar Michael Lumish2015-08-13
| | |\ \ \ \ | | | | | | | | | | | | | | PHP: wrap connectivity state API
| | * | | | | Revert "implement timeout_on_sleeping_server interop test"Gravatar Jan Tattermusch2015-08-13
| | | | | | |
| | * | | | | Merge pull request #2910 from jtattermusch/timeout_on_sleeping_serverGravatar Michael Lumish2015-08-13
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | implement timeout_on_sleeping_server interop test
| | | | | | | * Further fixed connectivity testsGravatar murgatroid992015-08-13
| | | | | | | |
| | | | | | | * Modified watchState functions to match C APIGravatar murgatroid992015-08-13
| | | | | | | |
| | | | | * | | Use a sync service to handle requests to unknown servicesGravatar yang-g2015-08-13
| | | | | | | |
| | * | | | | | Merge pull request #2918 from nathanielmanistaatgoogle/2916Gravatar Masood Malekghassemi2015-08-13
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Service-side read without allowance
| | | | | * | | | php: connectivity state review feedbackGravatar Stanley Cheung2015-08-13
| | | | | | | | |
| | | | | | | | * Fixed typoGravatar murgatroid992015-08-13
| | | | | | | | |
| | | | | | | | * Resolved merge conflicts with masterGravatar murgatroid992015-08-13
| | | | | | | | |\
| | | | | * | | | | php: add watchForReady methodGravatar Stanley Cheung2015-08-13
| | | | | | | | | |
| | | | | * | | | | php: add more testsGravatar Stanley Cheung2015-08-13
| | | | | | | | | |
| | | | | * | | | | php: wrap watchConnectivityState apiGravatar Stanley Cheung2015-08-13
| | | | | | | | | |
| | | | | * | | | | php: wrap getConnectivityState APIGravatar Stanley Cheung2015-08-13
| | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | Merge pull request #2816 from soltanmm/health-checkGravatar Nathaniel Manista2015-08-13
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | Add health-checking to Python.
* | | | | | | | | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Gravatar Jan Tattermusch2015-08-13
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Examples.Tests/MathClientServerTests.cs src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj src/csharp/Grpc.IntegrationTesting/InteropClient.cs src/csharp/Grpc.IntegrationTesting/packages.config src/csharp/build_packages.bat
| | | | * | | | | Service-side read without allowanceGravatar Nathaniel Manista2015-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This compensates for the abstraction mismatch described in issue 2916.
| | * | | | | | | Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc src/cpp/client/client_context.cc
* | | | | | | | | upgrade to latest protobufsGravatar Jan Tattermusch2015-08-13
| | | | | | | | |
| * | | | | | | | Merge pull request #2914 from jcanizales/separate-headers-and-trailersGravatar Michael Lumish2015-08-13
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | Separate headers and trailers
| * | | | | | | | Merge pull request #2912 from jtattermusch/csharp_auth_uri_genGravatar Jan Tattermusch2015-08-13
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | generate auth URI for JWT access token properly
| * \ \ \ \ \ \ \ \ Merge pull request #2890 from yang-g/client_contextGravatar David G. Quintas2015-08-13
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | client code clean up
| | | | * | | | | | | Document not to modify headers after startGravatar Jorge Canizales2015-08-12
| | | | | | | | | | |
| | | | * | | | | | | Put both headers and trailers in the error.userInfoGravatar Jorge Canizales2015-08-12
| | | | | | | | | | |
| | | | * | | | | | | Turn allResponseMetadata into *Headers and *TrailersGravatar Jorge Canizales2015-08-12
| | | | | | | | | | |
| | | | * | | | | | | nit: Comment formattingGravatar Jorge Canizales2015-08-12
| | | | | | | | | | |
| | | | * | | | | | | More requestMetadata -> requestHeaders renamingGravatar Jorge Canizales2015-08-12
| | | | | | | | | | |
| | | | * | | | | | | Rename responseMetadata -> allResponseMetadataGravatar Jorge Canizales2015-08-12
| | | | | | | | | | |
| | | | * | | | | | | Rename requestMetadata -> requestHeadersGravatar Jorge Canizales2015-08-12
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #2908 from tbetbetbe/grpc-ruby-wrap-connectivity-apiGravatar Michael Lumish2015-08-12
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | Wraps the connectivity API
| * | | | | | | | | | Merge pull request #2847 from jboeuf/client_auth_filter_error_handlingGravatar Jorge Canizales2015-08-12
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | C client library auth: produce adequate error codes and messages.
| | | | | | * \ \ \ \ \ Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdownGravatar Nicolas "Pixel" Noble2015-08-13
| | | | | | |\ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ruby/ext/grpc/rb_channel.c
| | | * | | | | | | | | Merged with HEADGravatar Tim Emiola2015-08-12
| | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #2892 from ↵Gravatar Michael Lumish2015-08-12
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tbetbetbe/grpc-ruby-enable-propagation-between-calls Grpc ruby enable propagation between calls
| | | | | * | | | | | | generate auth URI for JWT access token properlyGravatar Jan Tattermusch2015-08-12
| | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #2901 from murgatroid99/node_fix_auth_interopGravatar Jan Tattermusch2015-08-12
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Node fix auth interop