Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Moved methods' impl to header for simplicity | David Garcia Quintas | 2015-08-19 |
| | |||
* | Merge pull request #2984 from stanley-cheung/php_fix_timeout_test | Tim Emiola | 2015-08-19 |
|\ | | | | | php: fix timeout interop test | ||
* \ | Merge pull request #3001 from yang-g/temp_str | David G. Quintas | 2015-08-19 |
|\ \ | | | | | | | Bug fix. Called c_str on a temp string | ||
| * | | 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 #2975 from dgquintas/no_foreach_44 | Vijay Pai | 2015-08-19 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | removed foreach loops for gcc 4.4 | ||
* \ \ \ \ \ \ \ | Merge pull request #2976 from yang-g/only_run_tests_for_those_with_binaries | Craig Tiller | 2015-08-19 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Only run built binaries | ||
* \ \ \ \ \ \ \ \ | 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 #2987 from dgquintas/removed_wrong_include_interop | Yang Gao | 2015-08-18 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Removed function introducing dependency on proto in .h | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #2986 from jtattermusch/fix_win_build | Nicolas Noble | 2015-08-18 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Disable grpc_zookeeper target on windows | ||
* \ \ \ \ \ \ \ \ \ \ | Merge pull request #2981 from ctiller/bad-merge | David G. Quintas | 2015-08-18 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix build breakage | ||
| | | * | | | | | | | | | Removed function introducing dependency on proto in .h | David Garcia Quintas | 2015-08-18 |
| |_|/ / / / / / / / / |/| | | | | | | | | | | |||
| | * | | | | | | | | | disable grpc_zookeeper target on windows | Jan Tattermusch | 2015-08-18 |
| |/ / / / / / / / / |/| | | | | | | | | | |||
* | | | | | | | | | | 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 |
| |/ / / / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #2979 from yang-g/docs | Craig Tiller | 2015-08-18 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | add a README for include/grpc++/impl | ||
| * | | | | | | | | add a README for include/grpc++/impl | yang-g | 2015-08-18 |
|/ / / / / / / / | |||
| | | * | | | | | Only run built binaries | yang-g | 2015-08-18 |
| | | | | | | | | |||
| | | | * | | | | removed foreach loops for gcc 4.4 | David Garcia Quintas | 2015-08-18 |
| |_|_|/ / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #2971 from ctiller/wtf-happened-to-our-formatting | David G. Quintas | 2015-08-18 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | clang-format all source | ||
| | | | | * | | | 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 |
| | | | | | | |