aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Adds support for per message compressionGravatar Tim Emiola2015-08-20
|
* Bug fix. Called c_str on a temp stringGravatar yang-g2015-08-19
|
* Merge pull request #2983 from ↵Gravatar Michael Lumish2015-08-19
|\ | | | | | | | | tbetbetbe/grpc-ruby-correct-logconfig-fix-interop-tests Corrects logconfig from #2956
* \ Merge pull request #2964 from jtattermusch/refactor_auth_interceptorsGravatar Michael Lumish2015-08-19
|\ \ | | | | | | Refactor auth interceptors
* \ \ Merge pull request #2955 from murgatroid99/node_nan_deprecation_warningsGravatar Tim Emiola2015-08-19
|\ \ \ | | | | | | | | Added an inline C++ function to replace a deprecated nan function
* \ \ \ Merge pull request #2960 from murgatroid99/node_compressionGravatar Tim Emiola2015-08-19
|\ \ \ \ | | | | | | | | | | Add per-message compression disabling in Node
* \ \ \ \ Merge pull request #2972 from ctiller/get-reserved-things-rightGravatar Yang Gao2015-08-19
|\ \ \ \ \ | | | | | | | | | | | | Add some reserved checks that need to be present
* \ \ \ \ \ Merge pull request #2982 from ctiller/tsan-raceGravatar Yang Gao2015-08-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix TSAN reported race
* \ \ \ \ \ \ Merge pull request #2970 from msiedlarek/customize-pool-sizeGravatar Nathaniel Manista2015-08-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow customization of thread pool size in Python.
| | | * | | | | Zero out reserved field in nodeGravatar Craig Tiller2015-08-19
| | | | | | | |
| * | | | | | | Allow customization of thread pool size in Python.Gravatar Mikołaj Siedlarek2015-08-19
| | | | | | | |
| | | | | | * | add method info to auth interceptorGravatar Jan Tattermusch2015-08-18
| | | | | | | |
| | | | | | * | fix commentGravatar Jan Tattermusch2015-08-18
| | | | | | | |
| | | | | | * | refactor auth interceptorsGravatar Jan Tattermusch2015-08-18
| | | | | | | |
| | | | | | * | forgot to expose status and trailers for unary callGravatar Jan Tattermusch2015-08-18
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #2981 from ctiller/bad-mergeGravatar David G. Quintas2015-08-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix build breakage
* \ \ \ \ \ \ \ Merge pull request #2958 from murgatroid99/node_deadline_internalGravatar Tim Emiola2015-08-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Made deadline tests accept INTERNAL status
| | | | * | | | | Fix TSAN reported raceGravatar Craig Tiller2015-08-18
| |_|_|/ / / / / |/| | | | | | |
| | | | | | | * Corrects logconfig from #2956Gravatar Tim Emiola2015-08-18
| |_|_|_|_|_|/ |/| | | | | |
| | * | | | | Fix build breakageGravatar Craig Tiller2015-08-18
| |/ / / / / |/| | | | |
| | | * | | Sprinkle reserved = NULL aroundGravatar Craig Tiller2015-08-18
| | | | | |
| | | * | | Add some reserved checks that need to be presentGravatar Craig Tiller2015-08-18
| | | | | |
* | | | | | 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 pull request #2962 from grpc/docs-be-goodGravatar Craig Tiller2015-08-17
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | docstrings for gprc_subchannel_{add,del}_interested_party
| * | | | | | | | 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
| |/ / / / / / |/| | | | | |
| | | | | * | Only use encoding for write flags if it is numericGravatar murgatroid992015-08-17
| | | | | | |
| | | | | * | Moved write flag constants to base moduleGravatar murgatroid992015-08-17
| | | | | | |
* | | | | | | Merge pull request #2907 from yang-g/error_code_conformingGravatar Vijay Pai2015-08-17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | return StatusCode::INTERNAL for proto parsing error
| | | | | * | Resolved merge conflicts with masterGravatar murgatroid992015-08-17
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #2951 from nathanielmanistaatgoogle/base-interfaceGravatar Masood Malekghassemi2015-08-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | The (new) base interface of RPC Framework
| | | | | * | | Made deadline tests accept INTERNAL statusGravatar murgatroid992015-08-17
| | | | | | | |
| * | | | | | | 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
| | | | | | * Added an inline C++ function to replace a deprecated nan functionGravatar murgatroid992015-08-17
| |_|_|_|_|/ |/| | | | |
| * | | | | 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