Qiancheng Zhao
a75acbb6ae
Unref unselected subchannels in Pick First.
6 years ago
Muxi Yan
5255b49fbc
fix run_one_test
6 years ago
Juanli Shen
4d5f32ed2d
Merge pull request #19239 from AspirinSJL/compress_fix
...
Fix compression algorithm parsing
6 years ago
Alexander Polcyn
3e843d68d0
Skip all ruby distrib tests that use ruby 2.2
6 years ago
Muxi Yan
8a11a8120a
More run_tests.py script fix
6 years ago
Muxi Yan
8cc3457776
fix tests so that they run
6 years ago
Yang Gao
ea63190498
Merge pull request #19371 from yang-g/virtual_me
...
Add comments and rename internal methods
6 years ago
Juanli Shen
67e6b03e92
Fix compression algorithm parsing
6 years ago
Muxi Yan
0de90d672a
Merge pull request #19407 from muxi/fix-pr-jobs
...
Fix objc tests pull request failures
6 years ago
Muxi Yan
ec8777c6aa
Add protobuf pod version sanitizer
6 years ago
Muxi Yan
6a7bbbc1bd
Fix objc tests pull request failures
6 years ago
yang-g
7b0ee41fd5
Resolve comment
6 years ago
Soheil Hassas Yeganeh
6f73241f71
Merge pull request #19365 from soheilhy/seq-cst
...
Avoid using seq_cst atomic operations in grpcpp when unnecessary.
6 years ago
Muxi Yan
bb341f822d
Merge pull request #19177 from muxi/split-objc-tests
...
Split ObjC tests
6 years ago
Soheil Hassas Yeganeh
1366a609c7
Merge pull request #19386 from soheilhy/unique-ptr-deleter
...
Eliminate a branch in Delete for grpc_core::UniquePtr.
6 years ago
Yang Gao
907a1313a8
Merge pull request #19383 from yang-g/time
...
Cap deadline to 99999999 seconds on wire
6 years ago
Esun Kim
c2ee790326
Merge pull request #19391 from veblush/master
...
Bump version to v1.23.0
6 years ago
Esun Kim
cd27a36924
Regenerate projects
6 years ago
Esun Kim
63ffdf135f
Bump version to 1.23.0
6 years ago
Srini Polavarapu
e7dd800d35
Merge pull request #19373 from srini100/master
...
1.21.4 interop for cxx, csharp, php, ruby and python
6 years ago
Vijay Pai
6c46217dce
Merge pull request #19387 from grpc/revert-19042-subchannel_interface_connected_subchannel
...
Revert "Hide ConnectedSubchannel from LB policy API."
6 years ago
yang-g
9b49f03cf7
Relax deadline check in c#
6 years ago
Vijay Pai
6124a835d4
Revert "Hide ConnectedSubchannel from LB policy API."
6 years ago
yang-g
7f327f1ca7
Relax csharp deadline test
6 years ago
Vijay Pai
766ab783bc
Merge pull request #19378 from grpc/revert-18496-lb_shutdown_cleanup
...
Revert "Simplify LB policy and resolver shutdown."
6 years ago
Esun Kim
b903bb2a3b
Merge pull request #19388 from veblush/master
...
Upmerge from v1.21.x
6 years ago
Esun Kim
f426157762
Merge branch 'v1.21.x'
6 years ago
Soheil Hassas Yeganeh
61886e0d73
Eliminate a branch in Delete for grpc_core::UniquePtr.
...
This is showing up in microbenchmarks in the StringView PR,
becacuse strdup() retruns a grpc_core::UniquePtr now.
Removing the branch lowers the difference.
6 years ago
Jan Tattermusch
4d33b5c955
Merge pull request #19182 from haon4/201905291635
...
Update protobuf version to 3.8.0
6 years ago
yang-g
e291396644
Cap deadline to 99999999 seconds on wire
6 years ago
Vijay Pai
62b5301236
Revert "Simplify LB policy and resolver shutdown."
6 years ago
Yash Tibrewal
24c232009c
Merge branch 'master' into out_of_bounds_tests
6 years ago
Yash Tibrewal
8a310e5063
Clang tidy
6 years ago
Lidi Zheng
3ab7332769
Merge pull request #19356 from lidizheng/i15880
...
Surface exceptions in gevent IO manager
6 years ago
Yash Tibrewal
4fc02c6bf5
add tests for bad stream IDs
6 years ago
Nicolas "Pixel" Noble
ee6a462f03
Another python fix.
6 years ago
Srini Polavarapu
8c8dc0e3c7
1.21.4 interop for cxx, csharp, php, ruby and python
6 years ago
Nicolas "Pixel" Noble
8610c275e7
Merge branch 'bazel-0.26' of github.com:nicolasnoble/grpc into bazel-0.26
6 years ago
Nicolas "Pixel" Noble
929f151016
Cherry-picking #19349 in.
6 years ago
Yash Tibrewal
7dcdabf593
Merge pull request #19342 from yashykt/18416fix
...
Fix data race, heap use-after-free issue in bm_chttp2_transport
6 years ago
Yash Tibrewal
c8233e108d
Merge pull request #19360 from yashykt/bad_client_fix
...
Add gtest dependency to the test instead of library
6 years ago
yang-g
7db36fe0a0
Add comments and rename internal methods
6 years ago
Lidi Zheng
454a7a0da3
Merge pull request #19310 from lidizheng/example-debug
...
Add Debug Example
6 years ago
Jan Tattermusch
6ec2ef7d27
Merge pull request #19306 from JunTaoLuo/johluo/add-lite-client-option
...
Add MSBuild metadata to set LiteClient for client generation.
6 years ago
Soheil Hassas Yeganeh
85f08100d4
Avoid using seq_cst atomic operations in grpcpp when unnecessary.
...
These cases are almost all in the callback API.
Also use atomic<intptr_t> insteda of atomic_int for consistency with
gpr_atm and grpc_core::Atomic.
6 years ago
Lidi Zheng
e0a95c3267
Add more missing functions
6 years ago
Lidi Zheng
9bd526260a
Remove unused imports
6 years ago
Muxi Yan
c0441667f4
Merge pull request #19336 from muxi/v1.21.x
...
Backport #19309 : Fix usage of new and delete
6 years ago
Muxi Yan
e6d9b7b19e
Merge pull request #19355 from muxi/reset-test-connection
...
Use new connection for every test case
6 years ago
Yash Tibrewal
9f10ab5377
Add gtest dependency to the test instead of library
6 years ago