Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #8125 from murgatroid99/uv_core_transport | Michael Lumish | 2016-10-25 |
|\ | | | | | Add a libuv endpoint to the C core, for use in the Node library | ||
* \ | Merge pull request #8465 from ncteisen/php_unimplemented_method | Noah Eisen | 2016-10-25 |
|\ \ | | | | | | | Implement PHP Unimplemented Method Interop Test | ||
* \ \ | Merge pull request #8490 from perumaalgoog/master | David G. Quintas | 2016-10-25 |
|\ \ \ | | | | | | | | | Fix incorrect header in thd.c | ||
| | | * | Fix merge issue in udp_server.c | murgatroid99 | 2016-10-25 |
| | | | | |||
* | | | | Merge pull request #8453 from jtattermusch/csharp_task_utils | Jan Tattermusch | 2016-10-25 |
|\ \ \ \ | | | | | | | | | | | Introduce framework independent replacement for CompletedTask | ||
| | | | * | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-25 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
* | | | | | Merge pull request #8489 from ctiller/recursivator | Craig Tiller | 2016-10-25 |
|\ \ \ \ \ | | | | | | | | | | | | | Hand build tail recursion to avoid stack overflow | ||
* \ \ \ \ \ | Merge pull request #7615 from rjshade/rewrite_udp_server_linked_list | Yang Gao | 2016-10-25 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Rewrite udp server linked list | ||
| | | | * | | | Fix incorrect header in thd.c | Perumaal S | 2016-10-25 |
| |_|_|/ / / |/| | | | | | |||
| | | | | * | Remove unnecessary #ifdef in credentials code | murgatroid99 | 2016-10-25 |
| | | | | | | |||
* | | | | | | Merge pull request #8437 from makdharma/stress_test_options | makdharma | 2016-10-25 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | modify stress_test command line options | ||
| | | * | | | | Finish off change | Craig Tiller | 2016-10-25 |
| | | | | | | | |||
| | | * | | | | Use the statement sequencing operator instead of introducing an enum | Craig Tiller | 2016-10-25 |
| | | | | | | | |||
| | | * | | | | Hand build tail recursion to avoid stack overflow | Craig Tiller | 2016-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_api | Yang Gao | 2016-10-24 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add C++ Api For Cronet | ||
* \ \ \ \ \ \ | Merge pull request #8429 from markdroth/service_config2 | Mark D. Roth | 2016-10-24 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Convert method config to a struct for use in the fast path. | ||
| * | | | | | | | clang-format | Mark D. Roth | 2016-10-24 |
| | | | | | | | | |||
* | | | | | | | | Merge pull request #8463 from ncteisen/csharp_unimplemented_method | Noah Eisen | 2016-10-24 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Implement Csharp Unimplemented Method | ||
* \ \ \ \ \ \ \ \ | Merge pull request #8467 from ncteisen/node_unimplemented_method | Noah Eisen | 2016-10-24 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Implement Node Unimplemented Method Interop Test | ||
| * | | | | | | | | | added new test to interop_sanity_test.js | Noah Eisen | 2016-10-24 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #8476 from jtattermusch/csharp_streamline_nits | Jan Tattermusch | 2016-10-24 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Address nits from #8396 | ||
| | | * | | | | | | | | updated the interop spec to conform with recent name change | Noah Eisen | 2016-10-24 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | Add block comment. | Mark D. Roth | 2016-10-24 |
| | | | | | | | | | | | |||
| | | | | | | | | | * | Added import order comments, resolved other minor issues | murgatroid99 | 2016-10-24 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | Expand comment documenting grpc_method_config_table_convert(). | Mark D. Roth | 2016-10-24 |
| | | | | | | | | | | | |||
| | | | * | | | | | | | Merge remote-tracking branch 'upstream/master' into service_config2 | Mark D. Roth | 2016-10-24 |
| | | | |\ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | |||
| | | | | | | | * | | | provide framework independent version of Task.CompletedTask | Jan Tattermusch | 2016-10-24 |
| |_|_|_|_|_|_|/ / / |/| | | | | | | | | | |||
| * | | | | | | | | | polish HandleCallAsync | Jan Tattermusch | 2016-10-24 |
|/ / / / / / / / / | |||
* | | | | | | | | | Merge pull request #8396 from ↵ | Jan Tattermusch | 2016-10-24 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jtattermusch/csharp_server_streamline_request_call_invocations C# server streamline request call invocations | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #8469 from jtattermusch/csharp_perf_tuning | Jan Tattermusch | 2016-10-24 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Run C# QpsWorker on all cores | ||
| * | | | | | | | | | | qps worker runs on all threads | Jan Tattermusch | 2016-10-24 |
|/ / / / / / / / / / | |||
* | | | | | | | | | | Merge pull request #8472 from jtattermusch/csharp_eliminate_string_endswith | Jan Tattermusch | 2016-10-24 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | C# performance: string.EndsWith is really slow on CoreCLR | ||
| * | | | | | | | | | | string.EndsWith is really slow on CoreCLR | Jan Tattermusch | 2016-10-23 |
|/ / / / / / / / / / | |||
* | | | | | | | | | | Merge pull request #8397 from apolcyn/fix_performance_test_silent_failures | apolcyn | 2016-10-22 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | fail performance tests if any jobs fail or timeout | ||
| * | | | | | | | | | | clean up error message | Alexander Polcyn | 2016-10-22 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #8395 from jtattermusch/testing_nitpicking | Jan Tattermusch | 2016-10-22 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | A few test related fixes | ||
| * | | | | | | | | | | | show logs from qps workers | Jan Tattermusch | 2016-10-22 |
|/ / / / / / / / / / / | |||
* | | | | | | | | | | | Merge pull request #8438 from jtattermusch/csharp_compiler_warnings | Jan Tattermusch | 2016-10-22 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix a few C# compiler warnings | ||
| | | | * | | | | | | | | change unimplemented_method to unimplemented_service. Add real ↵ | Noah Eisen | 2016-10-21 |
| |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unimplemented_method test for node | ||
| | | | | | | | | * | | change unimplemented_method to unimplemented_service. Add real ↵ | Noah Eisen | 2016-10-21 |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unimplemented_method test | ||
| | | | * | | | | | | added the real unimplemented_method test to csharp interop test | Noah Eisen | 2016-10-21 |
| | | | | | | | | | | |||
| | | | * | | | | | | renamed unimplemented_method -> unimplemented_service | Noah Eisen | 2016-10-21 |
| |_|_|/ / / / / / |/| | | | | | | | | |||
| | | | | | | | * | Merge branch 'master' into uv_core_transport | murgatroid99 | 2016-10-21 |
| | | | | | | | |\ | |||
* | | | | | | | | \ | Merge pull request #8418 from markdroth/interop_flags | Mark D. Roth | 2016-10-21 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | Allow specifying extra flags for C++ interop server. | ||
* | | | | | | | | | | Merge pull request #8095 from markdroth/rename_client_config | Mark D. Roth | 2016-10-21 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Rename client_config directory to client_channel. | ||
| | | | | | | * | | | | Add copyright header | Garrett Casto | 2016-10-21 |
| | | | | | | | | | | | |||
* | | | | | | | | | | | Merge pull request #8450 from dgquintas/move_unref | David G. Quintas | 2016-10-21 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Moved unref of security connector outside of grpc_secure_channel_create | ||
* \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #8215 from sreecha/new_scenario | Nicolas Noble | 2016-10-21 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new scenario: Async-Client/Sync-Server | ||
* \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #8208 from tcr/master | Michael Lumish | 2016-10-21 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compiles with npm install --debug option. | ||
* \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #7651 from rjshade/add_error_log_for_h2_headers | Craig Tiller | 2016-10-21 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add error log for invalid http2 headers |