Mark D. Roth
49f89f0c05
clang-format
8 years ago
Mark D. Roth
fb809b7850
Merge remote-tracking branch 'upstream/master' into resolver_channel_args
8 years ago
Craig Tiller
4c2e3e7bb9
Merge pull request #8377 from htuch/alpn
...
Introduce a grpc-exp ALPN protocol identifier.
8 years ago
Muxi Yan
79b75b9a43
Merge pull request #8441 from muxi/update-objc-connectivity
...
Flush ObjC cached channels when network connectivity changes
8 years ago
Masood Malekghassemi
3e784bb6d4
Merge pull request #8347 from docent-net/master
...
Updated C_PYTHON_DEV_ERROR_MESSAGE err msg w/RHEL+Fedora
8 years ago
Michael Lumish
5bb04de5ad
Merge pull request #8125 from murgatroid99/uv_core_transport
...
Add a libuv endpoint to the C core, for use in the Node library
8 years ago
Noah Eisen
c5fc0433e0
Merge pull request #8465 from ncteisen/php_unimplemented_method
...
Implement PHP Unimplemented Method Interop Test
8 years ago
Muxi Yan
e53707c481
Update GRPCHost comments
8 years ago
Muxi Yan
6f5cfedfd5
Add comments for GRPCHost
8 years ago
David G. Quintas
64100caec9
Merge pull request #8490 from perumaalgoog/master
...
Fix incorrect header in thd.c
8 years ago
Muxi Yan
4f6a19b292
Create connectivityMonitor after call is set up
8 years ago
murgatroid99
7d897feea9
Fix merge issue in udp_server.c
8 years ago
Muxi Yan
7f77310255
Override clang-format indent
8 years ago
Muxi Yan
bd19fc7e30
clang-format format clean
8 years ago
Jan Tattermusch
9859ac469d
Merge pull request #8453 from jtattermusch/csharp_task_utils
...
Introduce framework independent replacement for CompletedTask
8 years ago
murgatroid99
dc393537fb
Merge branch 'master' into uv_core_transport
8 years ago
Craig Tiller
6554eeeeab
Merge pull request #8489 from ctiller/recursivator
...
Hand build tail recursion to avoid stack overflow
8 years ago
Yang Gao
b63d8d9243
Merge pull request #7615 from rjshade/rewrite_udp_server_linked_list
...
Rewrite udp server linked list
8 years ago
Perumaal S
e1e3c8bafe
Fix incorrect header in thd.c
8 years ago
murgatroid99
99058575be
Remove unnecessary #ifdef in credentials code
8 years ago
Maciej Lasyk
39cb9a9aca
Updated C_PYTHON_DEV_ERROR_MESSAGE err msg w/RHEL+Fedora
...
Added RHEL/Fedora specific information about lacking of python.h - because Linux doesn't mean Ubuntu ;)
8 years ago
makdharma
b40a8fa95b
Merge pull request #8437 from makdharma/stress_test_options
...
modify stress_test command line options
8 years ago
Craig Tiller
0fc7ef961d
Finish off change
8 years ago
Craig Tiller
8d301c4c94
Use the statement sequencing operator instead of introducing an enum
8 years ago
Craig Tiller
87e004b235
Hand build tail recursion to avoid stack overflow
...
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.
8 years ago
Mark D. Roth
b477cebbe7
Fix asan bug.
8 years ago
Mark D. Roth
f0b2ec0435
clang-format
8 years ago
Mark D. Roth
e917f5d96a
Update comments.
8 years ago
Yang Gao
3cb89bcf4b
Merge pull request #8281 from gcasto/cronet_cpp_api
...
Add C++ Api For Cronet
8 years ago
Mark D. Roth
1179fbdb42
Merge remote-tracking branch 'upstream/master' into resolver_channel_args
8 years ago
Mark D. Roth
0ac60ca9d9
Merge pull request #8429 from markdroth/service_config2
...
Convert method config to a struct for use in the fast path.
8 years ago
Mark D. Roth
6f940822c8
clang-format
8 years ago
Mark D. Roth
e3a21005bf
Fix propagation of channel args for insecure channels.
8 years ago
Mark D. Roth
5f40e5ddf5
Minor clean-up.
8 years ago
Mark D. Roth
b367c1bed7
Fix dns_resolver_connectivity_test.
8 years ago
Mark D. Roth
25db523baa
Fix sockaddr_resolver_test.
8 years ago
Harvey Tuch
7be1322b86
Restrict handshake_{client,server} to linux platform.
8 years ago
Noah Eisen
13ca42dbae
Merge pull request #8463 from ncteisen/csharp_unimplemented_method
...
Implement Csharp Unimplemented Method
8 years ago
Noah Eisen
ab0c5de658
Merge pull request #8467 from ncteisen/node_unimplemented_method
...
Implement Node Unimplemented Method Interop Test
8 years ago
Mark D. Roth
557c990c36
clang-format
8 years ago
Noah Eisen
e207228e9e
added new test to interop_sanity_test.js
8 years ago
Mark D. Roth
93ca8071f2
Merge remote-tracking branch 'upstream/master' into resolver_channel_args
8 years ago
Jan Tattermusch
2065702a75
Merge pull request #8476 from jtattermusch/csharp_streamline_nits
...
Address nits from #8396
8 years ago
Harvey Tuch
62b2a9051c
Fix handshake_client bind flakes and build issues.
...
* Add port picking retries to handshake_client.
* Track vsprojects for new tests.
* Place tests in 'test' build target.
8 years ago
Noah Eisen
b53a7f7ebd
updated the interop spec to conform with recent name change
8 years ago
Mark D. Roth
26b7be4918
Add block comment.
8 years ago
murgatroid99
085f9afaf0
Added import order comments, resolved other minor issues
8 years ago
Harvey Tuch
a92a13c406
Fix server_ssl.c thread race exposed by tsan by using gpr_event.
8 years ago
Harvey Tuch
27c876ecbe
Fix memory leak detected by ASAN and clang-format variance.
8 years ago
Harvey Tuch
8cdf17a620
Introduce a grpc-exp ALPN protocol identifier.
...
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.
8 years ago