Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #2984 from stanley-cheung/php_fix_timeout_test | Tim Emiola | 2015-08-19 |
|\ | | | | | php: fix timeout interop test | ||
* | | Bug fix. Called c_str on a temp string | yang-g | 2015-08-19 |
| | | |||
| * | php: fix timeout interop test, use 1ms as timeout | Stanley Cheung | 2015-08-19 |
|/ | |||
* | Merge pull request #2983 from ↵ | Michael Lumish | 2015-08-19 |
|\ | | | | | | | | | tbetbetbe/grpc-ruby-correct-logconfig-fix-interop-tests Corrects logconfig from #2956 | ||
* \ | Merge pull request #2964 from jtattermusch/refactor_auth_interceptors | Michael Lumish | 2015-08-19 |
|\ \ | | | | | | | Refactor auth interceptors | ||
* \ \ | Merge pull request #2955 from murgatroid99/node_nan_deprecation_warnings | Tim Emiola | 2015-08-19 |
|\ \ \ | | | | | | | | | Added an inline C++ function to replace a deprecated nan function | ||
* \ \ \ | Merge pull request #2960 from murgatroid99/node_compression | Tim Emiola | 2015-08-19 |
|\ \ \ \ | | | | | | | | | | | Add per-message compression disabling in Node | ||
* \ \ \ \ | Merge pull request #2972 from ctiller/get-reserved-things-right | Yang Gao | 2015-08-19 |
|\ \ \ \ \ | | | | | | | | | | | | | Add some reserved checks that need to be present | ||
* \ \ \ \ \ | Merge pull request #2982 from ctiller/tsan-race | Yang Gao | 2015-08-19 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix TSAN reported race | ||
* \ \ \ \ \ \ | Merge pull request #2970 from msiedlarek/customize-pool-size | Nathaniel Manista | 2015-08-19 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Allow customization of thread pool size in Python. | ||
| | | * | | | | | Zero out reserved field in node | Craig Tiller | 2015-08-19 |
| | | | | | | | | |||
| * | | | | | | | Allow customization of thread pool size in Python. | Mikołaj Siedlarek | 2015-08-19 |
| | | | | | | | | |||
| | | | | | * | | add method info to auth interceptor | Jan Tattermusch | 2015-08-18 |
| | | | | | | | | |||
| | | | | | * | | fix comment | Jan Tattermusch | 2015-08-18 |
| | | | | | | | | |||
| | | | | | * | | refactor auth interceptors | Jan Tattermusch | 2015-08-18 |
| | | | | | | | | |||
| | | | | | * | | forgot to expose status and trailers for unary call | Jan Tattermusch | 2015-08-18 |
| |_|_|_|_|/ / |/| | | | | | | |||
* | | | | | | | Merge pull request #2981 from ctiller/bad-merge | David G. Quintas | 2015-08-18 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix build breakage | ||
* \ \ \ \ \ \ \ | Merge pull request #2958 from murgatroid99/node_deadline_internal | Tim Emiola | 2015-08-18 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Made deadline tests accept INTERNAL status | ||
| | | | * | | | | | Fix TSAN reported race | Craig Tiller | 2015-08-18 |
| |_|_|/ / / / / |/| | | | | | | | |||
| | | | | | | * | Corrects logconfig from #2956 | Tim Emiola | 2015-08-18 |
| |_|_|_|_|_|/ |/| | | | | | | |||
| | * | | | | | Fix build breakage | Craig Tiller | 2015-08-18 |
| |/ / / / / |/| | | | | | |||
| | | * | | | Sprinkle reserved = NULL around | Craig Tiller | 2015-08-18 |
| | | | | | | |||
| | | * | | | Add some reserved checks that need to be present | Craig Tiller | 2015-08-18 |
| | | | | | | |||
* | | | | | | clang-format all source | Craig Tiller | 2015-08-18 |
| |_|/ / / |/| | | | | |||
* | | | | | Merge pull request #2965 from yang-g/lame_client_error_message | Craig Tiller | 2015-08-18 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Let lame_client accept error status | ||
* | | | | | Merge pull request #2603 from dgquintas/compression-interop | Yang Gao | 2015-08-17 |
|\ \ \ \ \ | | | | | | | | | | | | | Updated interop tests with support for compression. | ||
| * \ \ \ \ | Merge branch 'master' of github.com:grpc/grpc into compression-interop | David Garcia Quintas | 2015-08-17 |
| |\ \ \ \ \ | |||
* | \ \ \ \ \ | Merge pull request #2963 from nathanielmanistaatgoogle/base-test-suite | Masood Malekghassemi | 2015-08-17 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | A test suite for the RPC Framework base interface | ||
| * | | | | | | | A test suite for the RPC Framework base interface | Nathaniel Manista | 2015-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 status | yang-g | 2015-08-17 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #2961 from stanley-cheung/php_waitforready | Michael Lumish | 2015-08-17 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | php: fixed constant typo | ||
* \ \ \ \ \ \ \ \ | Merge pull request #2962 from grpc/docs-be-good | Craig Tiller | 2015-08-17 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | docstrings for gprc_subchannel_{add,del}_interested_party | ||
| * | | | | | | | | Update subchannel.h | David G. Quintas | 2015-08-17 |
| | | | | | | | | | |||
| * | | | | | | | | docstrings for gprc_subchannel_{add,del}_interested_party | David G. Quintas | 2015-08-17 |
| | |/ / / / / / | |/| | | | | | | |||
| | * | | | | | | php: fixed constant typo | Stanley Cheung | 2015-08-17 |
| |/ / / / / / |/| | | | | | | |||
| | | | | * | | Only use encoding for write flags if it is numeric | murgatroid99 | 2015-08-17 |
| | | | | | | | |||
| | | | | * | | Moved write flag constants to base module | murgatroid99 | 2015-08-17 |
| | | | | | | | |||
* | | | | | | | Merge pull request #2907 from yang-g/error_code_conforming | Vijay Pai | 2015-08-17 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | return StatusCode::INTERNAL for proto parsing error | ||
| | | | | * | | Resolved merge conflicts with master | murgatroid99 | 2015-08-17 |
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | | | |||
* | | | | | | | Merge pull request #2951 from nathanielmanistaatgoogle/base-interface | Masood Malekghassemi | 2015-08-17 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | The (new) base interface of RPC Framework | ||
| | | | | * | | | Made deadline tests accept INTERNAL status | murgatroid99 | 2015-08-17 |
| | | | | | | | | |||
| * | | | | | | | The base interface of RPC Framework | Nathaniel Manista | 2015-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. | Tim Emiola | 2015-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-pb | Michael Lumish | 2015-08-17 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Grpc ruby mv interop test to pb | ||
| | | | | | * | Added an inline C++ function to replace a deprecated nan function | murgatroid99 | 2015-08-17 |
| |_|_|_|_|/ |/| | | | | | |||
| * | | | | | Adds a test for ruby code generation. | Tim Emiola | 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 | ||
| | * | | | | Removes the dependency on Minitest | Tim Emiola | 2015-08-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | - replaces it with a simple assertion function | ||
| | * | | | | Reorganize interop test files. | Tim Emiola | 2015-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/emplace | David G. Quintas | 2015-08-14 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use emplace_back properly, considering limitations of gcc 4.4 |