aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-18
|\
| * Merge pull request #2971 from ctiller/wtf-happened-to-our-formattingGravatar David G. Quintas2015-08-18
| |\ | | | | | | clang-format all source
| | * clang-format all sourceGravatar Craig Tiller2015-08-18
| |/
| * Merge pull request #2965 from yang-g/lame_client_error_messageGravatar Craig Tiller2015-08-18
| |\ | | | | | | Let lame_client accept error status
| * \ Merge pull request #2603 from dgquintas/compression-interopGravatar Yang Gao2015-08-17
| |\ \ | | | | | | | | Updated interop tests with support for compression.
| | * \ Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-17
| | |\ \
| * | \ \ Merge pull request #2963 from nathanielmanistaatgoogle/base-test-suiteGravatar Masood Malekghassemi2015-08-17
| |\ \ \ \ | | | | | | | | | | | | A test suite for the RPC Framework base interface
| | * | | | A test suite for the RPC Framework base interfaceGravatar Nathaniel Manista2015-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I wasn't able to flesh this out nearly as much as I had wanted to but I can come back to it after Beta (issue #2959).
| | | | | * Let lame_client accept error statusGravatar yang-g2015-08-17
| | | | | |
| * | | | | Merge pull request #2961 from stanley-cheung/php_waitforreadyGravatar Michael Lumish2015-08-17
| |\ \ \ \ \ | | | | | | | | | | | | | | php: fixed constant typo
* | | | | | | Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-17
|\| | | | | |
| * | | | | | Merge pull request #2962 from grpc/docs-be-goodGravatar Craig Tiller2015-08-17
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | docstrings for gprc_subchannel_{add,del}_interested_party
* | | | | | | Re-add accidentally deleted codeGravatar Craig Tiller2015-08-17
| | | | | | |
| | * | | | | Update subchannel.hGravatar David G. Quintas2015-08-17
| | | | | | |
| | * | | | | docstrings for gprc_subchannel_{add,del}_interested_partyGravatar David G. Quintas2015-08-17
| | | |/ / / | | |/| | |
| | | * | | php: fixed constant typoGravatar Stanley Cheung2015-08-17
| | |/ / / | |/| | |
| * | | | Merge pull request #2907 from yang-g/error_code_conformingGravatar Vijay Pai2015-08-17
| |\ \ \ \ | | |/ / / | |/| | | return StatusCode::INTERNAL for proto parsing error
| * | | | Merge pull request #2951 from nathanielmanistaatgoogle/base-interfaceGravatar Masood Malekghassemi2015-08-17
| |\ \ \ \ | | | | | | | | | | | | The (new) base interface of RPC Framework
* | \ \ \ \ Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-17
|\ \ \ \ \ \
| | * \ \ \ \ Merge pull request #2956 from ↵Gravatar Michael Lumish2015-08-17
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | tbetbetbe/grpc-ruby-make-logging-gem-a-dev-dependency Remove the runtime dependency on the logging gem.
| | | | * | | The base interface of RPC FrameworkGravatar Nathaniel Manista2015-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the public API of the old base package of RPC Framework extracted into a first-class interface and adapted to metadata, status, and flow control.
| | | * | | | Remove the runtime dependency on the logging gem.Gravatar Tim Emiola2015-08-17
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | - provides a noop logger unless the user explicit adds a logging method to the GRPC namespace
| | * | | | Merge pull request #2954 from tbetbetbe/grpc-ruby-mv-interop-test-to-pbGravatar Michael Lumish2015-08-17
| |/| | | | | | | | | | | | | | | | Grpc ruby mv interop test to pb
| | * | | | Adds a test for ruby code generation.Gravatar Tim Emiola2015-08-17
| | | | | |
| * | | | | Merge pull request #2942 from murgatroid99/node_parent_callGravatar Michael Lumish2015-08-17
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Add parent call propagation API to Node library
| | | * | | Removes the dependency on MinitestGravatar Tim Emiola2015-08-17
| | | | | | | | | | | | | | | | | | | | | | | | - replaces it with a simple assertion function
| | | * | | Reorganize interop test files.Gravatar Tim Emiola2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - moves the client/server behaviour to pb/test - deprecate current bin/interop/interop_{client,server}.rb - adds executable endpoints to bin - grpc_ruby_interop_{client, server} - these will be added to the ruby bin path when the grpc gem gem is installed, making them easier to execute
| * | | | | Merge pull request #2939 from vjpai/emplaceGravatar David G. Quintas2015-08-14
| |\ \ \ \ \ | | | | | | | | | | | | | | Use emplace_back properly, considering limitations of gcc 4.4
| | | | * | | Update the generated code for the interop service.Gravatar Tim Emiola2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Updates the code generated for the interop service - Moves the generated interop service/client from bin to pb Also - removes an empty file from the health pb directories
| * | | | | | Merge pull request #2949 from grpc/jtattermusch-patch-1Gravatar Stanley Cheung2015-08-14
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | Fix version of Google.Apis.Auth required by Grpc.Auth nuget.
| | * | | | | Fix version of Google.Apis.Auth required by Grpc.Auth nuget.Gravatar Jan Tattermusch2015-08-14
| |/ / / / /
| * | | | | Merge pull request #2943 from tbetbetbe/grpc-ruby-add-health-check-serviceGravatar Jan Tattermusch2015-08-14
| |\ \ \ \ \ | | | | | | | | | | | | | | Add a health checker service implementation.
| * \ \ \ \ \ Merge pull request #2944 from murgatroid99/node_server_listen_remnantsGravatar Stanley Cheung2015-08-14
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Replaced remaining references to 'listen' with 'start'
| | | | | * | | Fixed typo in argument error messageGravatar murgatroid992015-08-14
| | | | | | | |
| * | | | | | | Merge pull request #2934 from tbetbetbe/grpc-ruby-add-more-auth-interop-testsGravatar Michael Lumish2015-08-14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Adds the remaining ruby interop tests
| | * | | | | | | Merges timeout interop test changeGravatar Tim Emiola2015-08-14
| |/ / / / / / /
| * | | | | | | Merge pull request #2937 from tbetbetbe/grpc-ruby-add-timeout-interop-testGravatar Michael Lumish2015-08-14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Grpc ruby add timeout interop test
| | | * | | | | | Replaced remaining references to 'listen' with 'start'Gravatar murgatroid992015-08-14
| | |/ / / / / / | |/| | | | | |
| | | | | * | | Merge branch 'master' into node_parent_callGravatar murgatroid992015-08-14
| | | | | |\ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | | | | * | | Resolved merge conflicts with masterGravatar murgatroid992015-08-14
| | | | | |\ \ \
| * | | | | \ \ \ Merge pull request #2941 from nicolasnoble/zookeeper-is-c-not-c++Gravatar Michael Lumish2015-08-14
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | Fixing zookeeper's installation.
| | | | | * | | | Make comment look finishedGravatar vjpai2015-08-14
| | | | | | | | |
| | | | | | * | | Made deadline tests workGravatar murgatroid992015-08-14
| | | | | | | | |
| | | | * | | | | Add a health checker service implementation.Gravatar Tim Emiola2015-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 libraryGravatar murgatroid992015-08-14
| | | | | | | | |
| | * | | | | | | Fixing zookeeper's installation.Gravatar Nicolas "Pixel" Noble2015-08-14
| |/ / / / / / /
| * | | | | | | Merge pull request #2549 from hongweiwang/zookeeperGravatar David G. Quintas2015-08-14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Zookeeper name resolver
| * \ \ \ \ \ \ \ Merge pull request #2935 from jcanizales/add-grpc-prefixGravatar David G. Quintas2015-08-14
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add ::grpc:: prefix
| | | | | | * | | | Use emplace_back properly and when appropriate, considering limitationsGravatar Vijay Pai2015-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of gcc4.4
| * | | | | | | | | Merge pull request #2938 from jtattermusch/fix_codegen_outputGravatar David G. Quintas2015-08-14
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | | Dont generate package directories in C# protoc plugin output