aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update infrastructure to call new unimplemented_service interop testGravatar Noah Eisen2016-10-27
|
* Add unimplemented_service test case for cpp interop clientGravatar Noah Eisen2016-10-27
|
* Implement the advanced interop tests for PythonGravatar Noah Eisen2016-10-25
| | | | | | | Add the code for three new interop tests: unimplemented_method, unimplemented_service, and custom_metadata. Fix and refactor the code for status_code_and_message.
* Remove status message check from node interop clientGravatar Noah Eisen2016-10-25
| | | | | | The node interop client was checking that the status message for the test unimplemented_method was an empty string. This behavior is not guaranteed, and thus the check should be removed.
* Merge pull request #7615 from rjshade/rewrite_udp_server_linked_listGravatar Yang Gao2016-10-25
|\ | | | | Rewrite udp server linked list
* \ Merge pull request #8437 from makdharma/stress_test_optionsGravatar makdharma2016-10-25
|\ \ | | | | | | modify stress_test command line options
* \ \ Merge pull request #8281 from gcasto/cronet_cpp_apiGravatar Yang Gao2016-10-24
|\ \ \ | | | | | | | | Add C++ Api For Cronet
* \ \ \ Merge pull request #8429 from markdroth/service_config2Gravatar Mark D. Roth2016-10-24
|\ \ \ \ | | | | | | | | | | Convert method config to a struct for use in the fast path.
| * | | | clang-formatGravatar Mark D. Roth2016-10-24
| | | | |
* | | | | Merge pull request #8463 from ncteisen/csharp_unimplemented_methodGravatar Noah Eisen2016-10-24
|\ \ \ \ \ | | | | | | | | | | | | Implement Csharp Unimplemented Method
* \ \ \ \ \ Merge pull request #8467 from ncteisen/node_unimplemented_methodGravatar Noah Eisen2016-10-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Implement Node Unimplemented Method Interop Test
| * | | | | | added new test to interop_sanity_test.jsGravatar Noah Eisen2016-10-24
| | | | | | |
* | | | | | | Merge pull request #8476 from jtattermusch/csharp_streamline_nitsGravatar Jan Tattermusch2016-10-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Address nits from #8396
| | | * | | | | updated the interop spec to conform with recent name changeGravatar Noah Eisen2016-10-24
| | | | | | | |
| | | | * | | | Add block comment.Gravatar Mark D. Roth2016-10-24
| | | | | | | |
| | | | * | | | Expand comment documenting grpc_method_config_table_convert().Gravatar Mark D. Roth2016-10-24
| | | | | | | |
| | | | * | | | Merge remote-tracking branch 'upstream/master' into service_config2Gravatar Mark D. Roth2016-10-24
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | polish HandleCallAsyncGravatar Jan Tattermusch2016-10-24
|/ / / / / / /
* | | | | | | Merge pull request #8396 from ↵Gravatar Jan Tattermusch2016-10-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jtattermusch/csharp_server_streamline_request_call_invocations C# server streamline request call invocations
* \ \ \ \ \ \ \ Merge pull request #8469 from jtattermusch/csharp_perf_tuningGravatar Jan Tattermusch2016-10-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Run C# QpsWorker on all cores
| * | | | | | | | qps worker runs on all threadsGravatar Jan Tattermusch2016-10-24
|/ / / / / / / /
* | | | | | | | Merge pull request #8472 from jtattermusch/csharp_eliminate_string_endswithGravatar Jan Tattermusch2016-10-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | C# performance: string.EndsWith is really slow on CoreCLR
| * | | | | | | | string.EndsWith is really slow on CoreCLRGravatar Jan Tattermusch2016-10-23
|/ / / / / / / /
* | | | | | | | Merge pull request #8397 from apolcyn/fix_performance_test_silent_failuresGravatar apolcyn2016-10-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fail performance tests if any jobs fail or timeout
| * | | | | | | | clean up error messageGravatar Alexander Polcyn2016-10-22
| | | | | | | | |
* | | | | | | | | Merge pull request #8395 from jtattermusch/testing_nitpickingGravatar Jan Tattermusch2016-10-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | A few test related fixes
| * | | | | | | | | show logs from qps workersGravatar Jan Tattermusch2016-10-22
|/ / / / / / / / /
* | | | | | | | | Merge pull request #8438 from jtattermusch/csharp_compiler_warningsGravatar Jan Tattermusch2016-10-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix a few C# compiler warnings
| | | | * | | | | | change unimplemented_method to unimplemented_service. Add real ↵Gravatar Noah Eisen2016-10-21
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | unimplemented_method test for node
| | | | * | | | | added the real unimplemented_method test to csharp interop testGravatar Noah Eisen2016-10-21
| | | | | | | | |
| | | | * | | | | renamed unimplemented_method -> unimplemented_serviceGravatar Noah Eisen2016-10-21
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #8418 from markdroth/interop_flagsGravatar Mark D. Roth2016-10-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Allow specifying extra flags for C++ interop server.
* \ \ \ \ \ \ \ \ Merge pull request #8095 from markdroth/rename_client_configGravatar Mark D. Roth2016-10-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Rename client_config directory to client_channel.
| | | | | | | * | | Add copyright headerGravatar Garrett Casto2016-10-21
| | | | | | | | | |
* | | | | | | | | | Merge pull request #8450 from dgquintas/move_unrefGravatar David G. Quintas2016-10-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Moved unref of security connector outside of grpc_secure_channel_create
* \ \ \ \ \ \ \ \ \ \ Merge pull request #8215 from sreecha/new_scenarioGravatar Nicolas Noble2016-10-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add a new scenario: Async-Client/Sync-Server
* \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8208 from tcr/masterGravatar Michael Lumish2016-10-21
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Compiles with npm install --debug option.
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #7651 from rjshade/add_error_log_for_h2_headersGravatar Craig Tiller2016-10-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add error log for invalid http2 headers
| | | | | | | | | | | | * | clang-format fixesGravatar Makarand Dharmapurikar2016-10-21
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #8455 from ctiller/importzGravatar Craig Tiller2016-10-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import related fixes
| * | | | | | | | | | | | | | Fix build for importGravatar Craig Tiller2016-10-21
|/ / / / / / / / / / / / / /
| | | | | | | * | | | | | | get rid of compiler warningsGravatar Jan Tattermusch2016-10-21
| | | | | | | | | | | | | |
| | | | | | | * | | | | | | Marshal.GetDelegateForFunctionPointer(IntPtr, Type) is obsolete inGravatar Jan Tattermusch2016-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netstandard
| | | | | | | * | | | | | | remove unused memberGravatar Jan Tattermusch2016-10-21
| | | | | | | | | | | | | |
| | | | | | | * | | | | | | address XMLdoc related warningsGravatar Jan Tattermusch2016-10-21
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #8444 from jtattermusch/csharp_use_server_gcGravatar Jan Tattermusch2016-10-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Server mode for GC in C# QpsWorker
| | | | | * | | | | | | | | Moved unref of security connector outside of grpc_secure_channel_createGravatar David Garcia Quintas2016-10-20
| |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #8381 from dgquintas/lb-cost-binGravatar David G. Quintas2016-10-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed MD key "lb-cost" to "lb-cost-bin"
* \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8445 from muxi/revert-8425Gravatar Muxi Yan2016-10-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert PR #8425
| | | | | | | | | | | | * | | Clang formatGravatar Garrett Casto2016-10-20
| | | | | | | | | | | | | | |