Craig Tiller
cbdc9b7ff1
Expand api corpus
8 years ago
Craig Tiller
b0416df404
Expand client corpus
8 years ago
Muxi Yan
5ebd327cf5
Clean with clang-format
8 years ago
Craig Tiller
a59c16c184
Progress towards making grpc_slice_unref_internal take an exec_ctx
8 years ago
Muxi Yan
ea3b568b8f
Put validation of host name in a function
8 years ago
Muxi Yan
56456c38e0
Use get_host_override_string function inline
8 years ago
Muxi Yan
df1da9ffc0
Convert validate_host_override_string into a function and rename into get_host_override_string
8 years ago
Yuchen Zeng
e8d8309301
Refactor grpc_ares_ev_driver
8 years ago
Craig Tiller
c650fb3810
clang-format code
8 years ago
Craig Tiller
a9b09dd832
Add missing include
8 years ago
Craig Tiller
f405035002
More Windows Fixes
8 years ago
Mark D. Roth
b2d2488619
Add grpc_channel_get_info() to C-core API.
8 years ago
Craig Tiller
6476170c4b
Mark disappearing_server as flaky: this was always so, but is more pronounced now - and will be fixed with retries
8 years ago
Mark D. Roth
e127a39f45
Change tests to use channel args instead of fake_resolver query args.
8 years ago
Craig Tiller
423efd5882
Update comment
8 years ago
Craig Tiller
8abc796ed7
Review feedback
8 years ago
Craig Tiller
28b72428a8
clang-format
8 years ago
Craig Tiller
618e67d655
s/GPR_SLICE/GRPC_SLICE/g
8 years ago
Craig Tiller
2d75209fa8
Convert new files
8 years ago
Craig Tiller
f6f9cf39c6
buildtests_c builds
8 years ago
Craig Tiller
e4222b4cbd
Add incldues, fix function names
8 years ago
Craig Tiller
a73537e490
Add incldues
8 years ago
Craig Tiller
0f310807ff
Update includes, s/gpr_dump_slice/grpc_dump_slice/g
8 years ago
Craig Tiller
c3350541e3
Generate build files
8 years ago
Craig Tiller
b37d53ebc0
Bulk update #includes
8 years ago
Craig Tiller
d41a4a720f
s/gpr_slice/grpc_slice, and move around tests, impls
8 years ago
murgatroid99
d7648feb22
Fix issue with pointers in udp_server_test
8 years ago
Mark D. Roth
bfe56801ad
Move method_config module from ext/client_channel to lib/transport.
8 years ago
Craig Tiller
6b5d682c98
Review feedback
8 years ago
Mark D. Roth
f0b2ec0435
clang-format
8 years ago
Craig Tiller
53b0c9d779
Test refinement, shows deadlocks now
9 years ago
Yuchen Zeng
e5ec9ac9e2
Add grpc_endpoint_get_socket and GRPC_SOCKET
9 years ago
Mark D. Roth
b367c1bed7
Fix dns_resolver_connectivity_test.
9 years ago
Mark D. Roth
25db523baa
Fix sockaddr_resolver_test.
9 years ago
Mark D. Roth
557c990c36
clang-format
9 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.
9 years ago
murgatroid99
085f9afaf0
Added import order comments, resolved other minor issues
9 years ago
Harvey Tuch
a92a13c406
Fix server_ssl.c thread race exposed by tsan by using gpr_event.
9 years ago
Harvey Tuch
27c876ecbe
Fix memory leak detected by ASAN and clang-format variance.
9 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.
9 years ago
Mark D. Roth
af84245131
Remove resolver_result.
9 years ago
Craig Tiller
3798e607cc
Address review comments
9 years ago
Craig Tiller
153eaa7aba
s/BUFFER_POOL/RESOURCE_QUOTA/g
9 years ago
Mark D. Roth
3686996786
Encode server name, LB policy name, and addresses in channel args.
9 years ago
Mark D. Roth
16883a37ef
Set user data vtable when creating grpc_lb_addresses.
9 years ago
murgatroid99
6a30178ef2
Clang format
9 years ago
Craig Tiller
dd2fa6482a
Add pid controller test
9 years ago
Craig Tiller
d879123a4f
Add estimator test
9 years ago
Craig Tiller
d196c8adb3
Fixes
9 years ago
Craig Tiller
674c66cd37
Bad ssl tests converted
9 years ago