Mark D. Roth
|
6fa206de8f
|
Merge pull request #13336 from markdroth/server_connection_timeout
On server, include receiving HTTP/2 settings in handshake timeout
|
7 years ago |
Sree Kuchibhotla
|
f3b73e524f
|
Merge pull request #13579 from sreecha/rq-fix
Properly shutdown endpoints in h2_http_proxy
|
7 years ago |
Yang Gao
|
f7a8eb7b22
|
Merge pull request #13554 from danzh2010/asyncio
udp_server async I/O
|
7 years ago |
Sree Kuchibhotla
|
9a434371e2
|
Merge branch 'master' into rq-fix
|
7 years ago |
Sree Kuchibhotla
|
4ca35636fe
|
fix connectivity test failure
|
7 years ago |
Vijay Pai
|
c3b1e55a3c
|
Merge pull request #13576 from vjpai/qps_killer
Resolve various races in QPS sync client
|
7 years ago |
Vijay Pai
|
c6587ca11b
|
Reintroduce lambdas
|
7 years ago |
Craig Tiller
|
a37437d43b
|
Merge pull request #12126 from dutor/fix-accept-queue-init
Fix init_max_accept_queue_size
|
7 years ago |
Vijay Pai
|
f230ffd476
|
clang-format
|
7 years ago |
Vijay Pai
|
083b9be1a2
|
Make all-streams op about cleanup only and replace a lambda with a virtual
|
7 years ago |
Yang Gao
|
6a019e732a
|
Merge pull request #13329 from dwittmer/dwittmer_runserver
Add support to RunServer for notifying clients via condition variable that the interop server has started.
|
7 years ago |
Yash Tibrewal
|
c1b64d9c17
|
Merge pull request #13598 from yashykt/tlsremoveassert
Remove asserts from tls_gcc.h
|
7 years ago |
Mark D. Roth
|
2c619be982
|
generate_projects.sh
|
7 years ago |
Mark D. Roth
|
a92428bc85
|
Move chttp2 cleanup code into close_transport_locked().
|
7 years ago |
Jan Tattermusch
|
6ce01dd6fa
|
Merge pull request #13401 from jtattermusch/windows_cmake_distrib_tests
Add windows cmake distrib test
|
7 years ago |
Vijay Pai
|
c8dd4c5139
|
Remove some unneeded and spammy logs
|
7 years ago |
Vijay Pai
|
6389457ed2
|
Adjust stream cancellation point and fix races in sync client
|
7 years ago |
yashkt
|
f20b30f1af
|
Merge branch 'master' into tlsremoveassert
|
7 years ago |
kpayson64
|
d1945788c5
|
Merge pull request #13599 from kpayson64/fix_flow_control_bug_local
Initialize last sent ping time
|
7 years ago |
Craig Tiller
|
f66cfed913
|
Merge pull request #13051 from ctiller/bazel-pollers
Test multiple pollers with Bazel
|
7 years ago |
Mark D. Roth
|
322757128b
|
Merge pull request #13596 from markdroth/lb_policy_name_case_insensitive
Make comparison of LB policy name case-insensitive.
|
7 years ago |
Ken Payson
|
df86101267
|
Initialize last sent ping time
|
7 years ago |
Sree Kuchibhotla
|
e37104cf42
|
Delete outdated comments
|
7 years ago |
Sree Kuchibhotla
|
45abfe104c
|
Merge pull request #10 from markdroth/http_proxy_patch
Provide a cleaner API for proxy_connection_failed().
|
7 years ago |
Mark D. Roth
|
1af674aa2d
|
Provide a cleaner API for proxy_connection_failed().
|
7 years ago |
Dan Zhang
|
ba95146c9d
|
fix comment format
|
7 years ago |
Yash Tibrewal
|
e1e7db029f
|
Remove asserts from tls_gcc.h
|
7 years ago |
Dan Zhang
|
26024c801b
|
Merge branch 'master' into asyncio
|
7 years ago |
Dan Zhang
|
ec8a59e112
|
read once
|
7 years ago |
lyuxuan
|
0a6329c0a8
|
Merge pull request #13595 from grpc/lyuxuan-patch-1
Make load balancing policy name case insensitive
|
7 years ago |
Mark D. Roth
|
dd01db3728
|
Make comparison of LB policy name case-insensitive.
|
7 years ago |
lyuxuan
|
7cb1f18dc2
|
Make load balancing policy name case insensitive
|
7 years ago |
Sree Kuchibhotla
|
906adfdb72
|
No need to explicitly zero initialize since we are doing zalloc. Some misc formatting changes
|
7 years ago |
adelez
|
f0b952824b
|
Merge pull request #13442 from adelez/foundry_integration
Create a pilot job to run bazel tests remotely
|
7 years ago |
adelez
|
19bb7e4327
|
Merge pull request #13584 from adelez/interop_matrix2
Remove redundant python versions.
|
7 years ago |
Mark D. Roth
|
e109ddf89f
|
Merge remote-tracking branch 'upstream/master' into server_connection_timeout
|
7 years ago |
Jan Tattermusch
|
44c143c587
|
Merge pull request #13570 from jtattermusch/concurrent_connectivity_fail_early
concurrent_connectivity_test: fail early if there is a problem shutting down the server
|
7 years ago |
Jan Tattermusch
|
f0620a37a5
|
fix linux distrib tests
|
7 years ago |
Jan Tattermusch
|
b839d8c709
|
add distribtest target
|
7 years ago |
Jan Tattermusch
|
a5f05c70f1
|
avoid picking up ProtoC
|
7 years ago |
Jan Tattermusch
|
27d254ad78
|
installing gflags not necessary
|
7 years ago |
Jan Tattermusch
|
ce7a23ba94
|
make runnable on kokoro
|
7 years ago |
Jan Tattermusch
|
06251f8cd6
|
make helloworld CMakeLists compile on windows
|
7 years ago |
Jan Tattermusch
|
3c93a1982d
|
working cmake install on windows
|
7 years ago |
Jan Tattermusch
|
c05f0240e8
|
fix nit
|
7 years ago |
Jan Tattermusch
|
bb85af66bd
|
Merge pull request #13568 from jtattermusch/csharp_benchmark_timing_info
C# benchmarks: Populate UserTime and SystemTime info
|
7 years ago |
Vijay Pai
|
764ef8c797
|
Merge pull request #13575 from vjpai/dehist
Move histogram to test/core/util
|
7 years ago |
Adele Zhou
|
5b7cdefb68
|
Rename port_hermetic to port_isolated_runtime_environment
|
7 years ago |
Adele Zhou
|
c62a836299
|
remove redundant python versions.
|
7 years ago |
Adele Zhou
|
e5df91f477
|
Use select to decide the test is hermetic or not
|
7 years ago |