Jan Tattermusch
|
5f02c33b6a
|
exclude upbdefs-generated from clang_tidy_all_the_things.sh
|
4 years ago |
Jan Tattermusch
|
6d6339db34
|
fix non-bazel build systems
|
4 years ago |
Jan Tattermusch
|
44284486ac
|
add src/core/ext/upbdefs-generated include to bazel build
|
4 years ago |
Jan Tattermusch
|
54613cc45b
|
upb codegen: put .upbdefs.h and .upbdefs.c files in a different directory
|
4 years ago |
Jan Tattermusch
|
613333d805
|
Merge pull request #23899 from jtattermusch/cleanup_non_rbe_bazel_commands
Cleanup bazel commands in test scripts (for non-RBE invocations)
|
4 years ago |
Jan Tattermusch
|
afda101854
|
cleanup bazel commands in test scripts (for non-RBE invocations)
|
4 years ago |
Jan Tattermusch
|
fb8e4556c2
|
Merge pull request #23890 from jtattermusch/run_microbenchmark_use_bazel
run_microbenchmark.py should use bazel
|
4 years ago |
yulin liang
|
a7a30b6935
|
Merge pull request #23876 from yulin-liang/non-ok-status
Don't consider receiving non-OK status as an error for Cronet
|
4 years ago |
donnadionne
|
ffb643479c
|
Merge pull request #23863 from donnadionne/TF
Fixing the transient failure that occurs during the case where
|
4 years ago |
ZhenLian
|
0369675656
|
Merge pull request #23848 from grpc/zhen_alts_peer_attr_plumbing
ALTS peer attributes plumbing
|
4 years ago |
Ashitha Santhosh
|
fcce56df4e
|
Merge pull request #23887 from ashithasantosh/create_activation
Add activation logic and endpoint getters.
|
4 years ago |
Donna Dionne
|
dc7f926b9e
|
Fixing the transient failure that occurs during the case
where CDS response missing a resource that we have newly requested
(the resource will likely be contained in subsequent responses).
|
4 years ago |
Jan Tattermusch
|
648c38380b
|
run_microbenchmark.py should use bazel
|
4 years ago |
Yash Tibrewal
|
f7fbbc1cf0
|
Merge pull request #23875 from yashykt/pingstesttimeout
Long timeout for too_many_pings_test
|
4 years ago |
Jan Tattermusch
|
c037f833e4
|
Merge pull request #23884 from markdroth/server_c++_fix
Destroy health check service before destroying C server.
|
4 years ago |
Jan Tattermusch
|
93bb79fa3c
|
Merge pull request #23882 from jtattermusch/interop_matrix_1_31_1
Add 1.31.1 images from grpc/grpc to interop matrix
|
4 years ago |
Yash Tibrewal
|
7019c2ca4b
|
Long timeout for too_many_pings_test
|
4 years ago |
ashithasantosh
|
5820e833fc
|
Add activation logic and endpoint getters.
|
4 years ago |
Vijay Pai
|
7c4bdd9c6b
|
Merge pull request #23885 from vjpai/backup_poller_ref
Tie 2 refcounts together in backup poller
|
4 years ago |
yulin-liang
|
d27014ab6d
|
Don't consider receiving non-OK status as an error for HTTP2
|
4 years ago |
Richard Belleville
|
05a8f81253
|
Merge pull request #23886 from gnossen/distribtest_breakage
Fix parallelism when env variable unset
|
4 years ago |
Lidi Zheng
|
9ff83e8cb1
|
Merge pull request #23240 from lidizheng/aio-graduate
[Aio] Graduation from experimental folder
|
4 years ago |
Vijay Pai
|
f496ff94c4
|
Merge pull request #23804 from grpc/vjpai-patch-1-2
Update CallRegistrationTable comment
|
4 years ago |
Vijay Pai
|
2e0c01e3ae
|
Tie 2 refcounts together in backup poller
|
4 years ago |
Richard Belleville
|
24537b4767
|
Fix breakage when variable unset
|
4 years ago |
donnadionne
|
6b80f4d7f2
|
Merge pull request #23569 from sammyKhan/master
Return blank span if no call is active.
|
4 years ago |
Mark D. Roth
|
16b0cf0944
|
Merge pull request #23820 from markdroth/move_parse_address_to_iomgr
Move parse_address library from client_channel to iomgr.
|
4 years ago |
Lidi Zheng
|
6326422b05
|
Merge branch 'master' into aio-graduate
|
4 years ago |
Mark D. Roth
|
bd73844208
|
Move parse_address library from client_channel to iomgr.
|
4 years ago |
Jan Tattermusch
|
7e815c1a63
|
Merge pull request #23879 from jtattermusch/win_example_port_conflict
Change port number in examples to avoid conflict with forbidden port on windows
|
4 years ago |
Mark D. Roth
|
9a0435e83e
|
Destroy health check service before destroying C server.
|
4 years ago |
Jan Tattermusch
|
f154cac6c6
|
Merge pull request #23858 from jtattermusch/csharp_fix18100
Fix C# server start when not all ports have been bound.
|
4 years ago |
Vijay Pai
|
29ded6b4a3
|
Merge pull request #23878 from vjpai/inproc_close_on_destroy
Fix rare use-after-free in inproc_transport stream destruction
|
4 years ago |
Vijay Pai
|
bef6ee487f
|
Merge pull request #23877 from vjpai/calldata_use_after_free
Fix destruction race between subchannel and client_channel
|
4 years ago |
Jan Tattermusch
|
b264c9deb8
|
Add 1.31.1 images from grpc/grpc to interop matrix
|
4 years ago |
Vijay Pai
|
dc9c5ce77f
|
Fix use-after-free by removing stream from transport list on destroy_stream
|
4 years ago |
Vijay Pai
|
590dfe7db0
|
Fix destruction race between subchannel and client_channel
|
4 years ago |
Jan Tattermusch
|
2ea043cb59
|
change port number in examples to avoid conflict with forbidden port on win
|
4 years ago |
Richard Belleville
|
c79bef55ee
|
Merge pull request #21458 from gnossen/dynamic_stubs
Enable Runtime Import of .proto Files
|
4 years ago |
Esun Kim
|
bca86b6163
|
Merge pull request #23869 from veblush/to-esun
To Esun
|
4 years ago |
ashithasantosh
|
2cc9cf79fe
|
Merge pull request #23870 from ashithasantosh/update_namespace
Update namespace to avoid collision.
|
4 years ago |
Yash Tibrewal
|
3f2ba42d4c
|
Merge pull request #23865 from yashykt/linter
A bit of BUILD cleanup
|
4 years ago |
ashithasantosh
|
136c9d1a67
|
Merge pull request #23867 from ashithasantosh/eval_fix
Fixed error in EvaluateArgs
|
4 years ago |
Ashitha Santhosh
|
86c609af23
|
Formatted code.
|
4 years ago |
Ashitha Santhosh
|
2629fe7d6c
|
Updated namespace to avoid collision.
|
4 years ago |
Esun Kim
|
99e176013f
|
To Esun
|
4 years ago |
Richard Belleville
|
7295541044
|
Support path changes in MacOS 3.8
|
4 years ago |
Ashitha Santhosh
|
ae4a2472b9
|
Remove cast.
|
4 years ago |
Ashitha Santhosh
|
4220e17bb6
|
Fixed error.
|
4 years ago |
Yash Tibrewal
|
bef69db1a6
|
A bit of cleanup
|
4 years ago |