aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #8125 from murgatroid99/uv_core_transportGravatar Michael Lumish2016-10-25
|\ | | | | Add a libuv endpoint to the C core, for use in the Node library
* \ Merge pull request #8465 from ncteisen/php_unimplemented_methodGravatar Noah Eisen2016-10-25
|\ \ | | | | | | Implement PHP Unimplemented Method Interop Test
* \ \ Merge pull request #8490 from perumaalgoog/masterGravatar David G. Quintas2016-10-25
|\ \ \ | | | | | | | | Fix incorrect header in thd.c
| | | * Fix merge issue in udp_server.cGravatar murgatroid992016-10-25
| | | |
* | | | Merge pull request #8453 from jtattermusch/csharp_task_utilsGravatar Jan Tattermusch2016-10-25
|\ \ \ \ | | | | | | | | | | Introduce framework independent replacement for CompletedTask
| | | | * Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-25
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #8489 from ctiller/recursivatorGravatar Craig Tiller2016-10-25
|\ \ \ \ \ | | | | | | | | | | | | Hand build tail recursion to avoid stack overflow
* \ \ \ \ \ Merge pull request #7615 from rjshade/rewrite_udp_server_linked_listGravatar Yang Gao2016-10-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Rewrite udp server linked list
| | | | * | | Fix incorrect header in thd.cGravatar Perumaal S2016-10-25
| |_|_|/ / / |/| | | | |
| | | | | * Remove unnecessary #ifdef in credentials codeGravatar murgatroid992016-10-25
| | | | | |
* | | | | | Merge pull request #8437 from makdharma/stress_test_optionsGravatar makdharma2016-10-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | modify stress_test command line options
| | | * | | | Finish off changeGravatar Craig Tiller2016-10-25
| | | | | | |
| | | * | | | Use the statement sequencing operator instead of introducing an enumGravatar Craig Tiller2016-10-25
| | | | | | |
| | | * | | | Hand build tail recursion to avoid stack overflowGravatar Craig Tiller2016-10-25
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pair of recursive functions was always supposed to take advantage of tail recursion. In debug builds we're seeing some instances of stack overflow however (especially with TensorFlow). Manually apply the tail recursion optimization to eliminate this.
* | | | | | 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
| | | | | | | | | | |
| | | | | | | | | | * Added import order comments, resolved other minor issuesGravatar murgatroid992016-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
| | | | |\ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| | | | | | | | * | | provide framework independent version of Task.CompletedTaskGravatar Jan Tattermusch2016-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
| | | | | | | | | * | change unimplemented_method to unimplemented_service. Add real ↵Gravatar Noah Eisen2016-10-21
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | unimplemented_method test
| | | | * | | | | | added the real unimplemented_method test to csharp interop testGravatar Noah Eisen2016-10-21
| | | | | | | | | |
| | | | * | | | | | renamed unimplemented_method -> unimplemented_serviceGravatar Noah Eisen2016-10-21
| |_|_|/ / / / / / |/| | | | | | | |
| | | | | | | | * Merge branch 'master' into uv_core_transportGravatar murgatroid992016-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