aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* combine more core batch opsGravatar Alex Polcyn2016-10-26
|
* Merge pull request #8449 from ncteisen/new_python_interop_testsGravatar Noah Eisen2016-10-26
|\ | | | | New python interop tests
* \ Merge pull request #8377 from htuch/alpnGravatar Craig Tiller2016-10-26
|\ \ | | | | | | Introduce a grpc-exp ALPN protocol identifier.
* \ \ Merge pull request #8441 from muxi/update-objc-connectivityGravatar Muxi Yan2016-10-25
|\ \ \ | | | | | | | | Flush ObjC cached channels when network connectivity changes
* \ \ \ Merge pull request #8347 from docent-net/masterGravatar Masood Malekghassemi2016-10-25
|\ \ \ \ | | | | | | | | | | Updated C_PYTHON_DEV_ERROR_MESSAGE err msg w/RHEL+Fedora
* \ \ \ \ 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
| | | | | * 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 #8465 from ncteisen/php_unimplemented_methodGravatar Noah Eisen2016-10-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Implement PHP Unimplemented Method Interop Test
| | | | * | | Update GRPCHost commentsGravatar Muxi Yan2016-10-25
| | | | | | |
| | | | * | | Add comments for GRPCHostGravatar Muxi Yan2016-10-25
| | | | | | |
* | | | | | | Merge pull request #8490 from perumaalgoog/masterGravatar David G. Quintas2016-10-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix incorrect header in thd.c
| | | | | * | | Create connectivityMonitor after call is set upGravatar Muxi Yan2016-10-25
| | | | | | | |
| | | * | | | | Fix merge issue in udp_server.cGravatar murgatroid992016-10-25
| | | | | | | |
| | | | | * | | Override clang-format indentGravatar Muxi Yan2016-10-25
| | | | | | | |
| | | | | * | | clang-format format cleanGravatar Muxi Yan2016-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
| | | | | | | | |
| | | | | | * | | Updated C_PYTHON_DEV_ERROR_MESSAGE err msg w/RHEL+FedoraGravatar Maciej Lasyk2016-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added RHEL/Fedora specific information about lacking of python.h - because Linux doesn't mean Ubuntu ;)
* | | | | | | | | 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
| | | | | | | | | | |
| | | | | | | | | | * Restrict handshake_{client,server} to linux platform.Gravatar Harvey Tuch2016-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
| | | | | | | | | | | | | * Fix handshake_client bind flakes and build issues.Gravatar Harvey Tuch2016-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add port picking retries to handshake_client. * Track vsprojects for new tests. * Place tests in 'test' build target.
| | | * | | | | | | | | | | 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
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Fix server_ssl.c thread race exposed by tsan by using gpr_event.Gravatar Harvey Tuch2016-10-24
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Fix memory leak detected by ASAN and clang-format variance.Gravatar Harvey Tuch2016-10-24
| | | | | | | | | | | | | |
| | | | | | | | | | | | | * Introduce a grpc-exp ALPN protocol identifier.Gravatar Harvey Tuch2016-10-24
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces an additional ALPN protocol, grpc-exp, intended to take preference to h2 and indicate to the server that the connection contains only gRPC traffic. This allows servers and intermediate boxes to distinguish gRPC from other HTTP/2 traffic. The choice of grpc-exp as a protocol identifier indicates that this scheme is currently experimental and should not be relied upon. The protocol is not in the IANA TLS registry. This patch also introduces client/server handshake tests that validate the preferential treatment of grpc-exp in an end-to-end manner.
| | | | * | | | | | | | | 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