Mark D. Roth
|
d942e69eac
|
Add new fields to xds policy config.
|
2019-10-25 07:43:34 -07:00 |
Vijay Pai
|
f5fc50b7b0
|
Merge pull request #20614 from vjpai/tmt_cleanup
Make thread_manager_test look like other tests
|
2019-10-24 22:56:12 -07:00 |
Mark D. Roth
|
d0c62504df
|
Reuse the same ports for each test.
|
2019-10-24 10:57:34 -07:00 |
Mark D. Roth
|
ea3e369649
|
Revert "Merge pull request #20772 from nanahpang/fix-xds-test-suite"
This reverts commit 100006d4cf, reversing
changes made to 47b873078f.
|
2019-10-24 10:40:42 -07:00 |
Vijay Pai
|
9087bfff6c
|
Merge pull request #20769 from grpc/vjpai-patch-2
Explicitly spell out type to document RAII-ness
|
2019-10-24 10:14:22 -07:00 |
Jan Tattermusch
|
b00a23e43b
|
Merge pull request #20766 from rmstar/xds_e2e_test_ios
Don't run xds_end2end_test on iOS
|
2019-10-24 09:45:31 +02:00 |
Na-Na Pang
|
e925081c5b
|
clang format
|
2019-10-23 17:42:54 -07:00 |
Na-Na Pang
|
f7e47948b6
|
Comment out the test suites that has oversize port pool
|
2019-10-23 16:25:58 -07:00 |
Na-Na Pang
|
1a4fddf9a4
|
Comment out the test suites that has oversize port pool
|
2019-10-23 16:06:46 -07:00 |
Na-Na Pang
|
ca6ba44c55
|
Comment out the test suites that has oversize port pool
|
2019-10-23 15:34:21 -07:00 |
Vijay Pai
|
296f63b0bc
|
Explicitly spell out type to document RAII-ness
|
2019-10-23 14:07:30 -07:00 |
nanahpang
|
2b06d76cc0
|
Merge pull request #20742 from grpc/revert-20526-xds_policy_config_additions
Revert "Add new fields to xds policy config."
|
2019-10-23 13:02:17 -07:00 |
Prashant Jaikumar
|
78e1b58402
|
Don't run xds_end2end_test on iOS
|
2019-10-23 11:35:40 -07:00 |
nanahpang
|
9647a1ed99
|
Merge pull request #20745 from grpc/revert-20679-eds_health_status
Revert "Ignore EDS endpoints that are unhealthy."
|
2019-10-23 10:11:31 -07:00 |
Vijay Pai
|
10b9e8ee4f
|
Merge pull request #20697 from vjpai/more_cpp_warning_removals_201910210916_19
Remove unused-parameter warnings, round 2 (19 of 19)
|
2019-10-23 00:23:00 -07:00 |
Vijay Pai
|
0e112d7c09
|
Merge branch 'master' into tmt_cleanup
|
2019-10-22 22:26:42 -07:00 |
nanahpang
|
8574ccc57b
|
Revert "Add new fields to xds policy config."
|
2019-10-22 14:49:59 -07:00 |
nanahpang
|
a925f2c928
|
Revert "Ignore EDS endpoints that are unhealthy."
|
2019-10-22 14:34:13 -07:00 |
Mark D. Roth
|
334c826e8c
|
Merge pull request #20701 from markdroth/xds_bootstrap_test_fix
Change xds_end2end_test to write out its own bootstrap files.
|
2019-10-21 12:26:03 -07:00 |
Mark D. Roth
|
4bdb034162
|
Change xds_end2end_test to write out its own bootstrap files.
|
2019-10-21 10:25:01 -07:00 |
Vijay Pai
|
e35c869aaf
|
Remove unused-parameter warnings, round 2 (19 of 19)
|
2019-10-21 09:16:35 -07:00 |
Mark D. Roth
|
2db50beaf5
|
Ignore EDS endpoints that are unhealthy.
|
2019-10-21 07:39:50 -07:00 |
Yash Tibrewal
|
972e311652
|
Merge pull request #20542 from yashykt/combinernew
Removing scheduling logic for combiners from closure initialization time to closure run time
|
2019-10-18 19:17:58 -07:00 |
Yash Tibrewal
|
9f9288fbb9
|
Merge pull request #20246 from yashykt/credentials_expose
Experimental method to get a debugging only view into credentials
|
2019-10-18 15:24:54 -07:00 |
Yash Tibrewal
|
780d41224c
|
Squashed commit of the following:
commit 1547cb209a
Author: Yash Tibrewal <yashkt@google.com>
Date: Fri Oct 18 13:12:55 2019 -0700
Revert some other GRPC_CLOSURE_RUN till other issues are fixed
commit 3edeee7ce9
Merge: 22b343e4fb e8f78e7a5d
Author: Yash Tibrewal <yashkt@google.com>
Date: Fri Oct 18 12:26:26 2019 -0700
Merge branch 'master' into combinernew
commit 22b343e4fb
Author: Yash Tibrewal <yashkt@google.com>
Date: Fri Oct 18 12:22:34 2019 -0700
Change some TCP posix closures to GRPC_CLOSURE_RUN
commit 19e60dfe8f
Merge: 153bdcbc97 feae38d3ab
Author: Yash Tibrewal <yashkt@google.com>
Date: Thu Oct 17 11:56:46 2019 -0700
Merge branch 'master' into combinernew
commit 153bdcbc97
Author: Yash Tibrewal <yashkt@google.com>
Date: Thu Oct 17 11:41:14 2019 -0700
Proxy fixture fix
commit c6da80bcce
Merge: 6a32264cdf 98abc22f4c
Author: Yash Tibrewal <yashkt@google.com>
Date: Fri Oct 11 17:05:18 2019 -0700
Merge branch 'master' into combinernew
commit 6a32264cdf
Author: Yash Tibrewal <yashkt@google.com>
Date: Fri Oct 11 17:01:55 2019 -0700
Reviewer comments
commit 6bbd3a1c3c
Author: Yash Tibrewal <yashkt@google.com>
Date: Thu Oct 10 11:55:43 2019 -0700
Fallback cleanup
commit aaa04526a2
Author: Yash Tibrewal <yashkt@google.com>
Date: Thu Oct 10 11:24:18 2019 -0700
Clean up
commit 4266be13d5
Author: Yash Tibrewal <yashkt@google.com>
Date: Thu Oct 10 11:20:05 2019 -0700
Make sure start_ping is called before finish_ping for bdp and keepalive
commit 14107957aa
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 18:56:07 2019 -0700
chttp2 fixes
commit 5643aa6cb3
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 18:25:19 2019 -0700
Remove closure list scheduling from combiners
commit c596449430
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 17:35:54 2019 -0700
ares windows fix
commit 9f933903b9
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 17:23:11 2019 -0700
More fixes
commit 3c3a7d0e9b
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 16:08:07 2019 -0700
Fix errors
commit 56539cc448
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 15:22:28 2019 -0700
Everything compiles
commit 714ec01e4b
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 13:44:18 2019 -0700
src compiles
commit 54dcbd170d
Author: Yash Tibrewal <yashkt@google.com>
Date: Wed Oct 9 13:16:08 2019 -0700
chttp2_transport changes
commit 7a3388b077
Author: Yash Tibrewal <yashkt@google.com>
Date: Tue Oct 8 18:33:55 2019 -0700
resource quota and lb policy
commit 714e4c849f
Author: Yash Tibrewal <yashkt@google.com>
Date: Tue Oct 8 17:23:04 2019 -0700
Further
commit 1d17ad7d44
Author: Yash Tibrewal <yashkt@google.com>
Date: Tue Oct 8 13:34:52 2019 -0700
ares ev driver windows changes
commit 3110c062c5
Author: Yash Tibrewal <yashkt@google.com>
Date: Tue Oct 8 12:47:37 2019 -0700
ares dns changes
commit 0e10bc17ea
Author: Yash Tibrewal <yashkt@google.com>
Date: Tue Oct 8 12:24:45 2019 -0700
Add dns_resolver changes
commit 4a71a911e8
Author: Yash Tibrewal <yashkt@google.com>
Date: Tue Oct 8 12:08:10 2019 -0700
Add fake_resolver changes
commit 8610a64ec9
Author: Yash Tibrewal <yashkt@google.com>
Date: Mon Oct 7 19:31:13 2019 -0700
Remaning one from xds_client
commit 5f22055d0d
Author: Yash Tibrewal <yashkt@google.com>
Date: Mon Oct 7 18:47:28 2019 -0700
One left from xds_client.cc
commit 4b1223f875
Author: Yash Tibrewal <yashkt@google.com>
Date: Mon Oct 7 17:17:12 2019 -0700
modifications for xds.cc
commit a17bbbd840
Author: Yash Tibrewal <yashkt@google.com>
Date: Mon Oct 7 13:06:25 2019 -0700
grpclb.cc changes
commit 3a33ed4762
Merge: 11058748fd 3d363368ca
Author: Yash Tibrewal <yashkt@google.com>
Date: Mon Oct 7 11:24:11 2019 -0700
Merge branch 'combinernew' of github.com:yashykt/grpc into combinernew
commit 3d363368ca
Author: Yash Tibrewal <yashkt@google.com>
Date: Mon Oct 7 11:18:00 2019 -0700
New combiner
|
2019-10-18 15:07:54 -07:00 |
Mark D. Roth
|
ff2e7ab445
|
Merge pull request #20526 from markdroth/xds_policy_config_additions
Add new fields to xds policy config.
|
2019-10-18 14:59:51 -07:00 |
Mark D. Roth
|
16286cdbec
|
Add new fields to xds policy config.
|
2019-10-18 13:52:40 -07:00 |
Vijay Pai
|
e8f78e7a5d
|
Merge pull request #20644 from vjpai/remove_warn_17
Remove unused parameter warnings (17 of 20)
|
2019-10-18 10:32:48 -07:00 |
Vijay Pai
|
621955e39e
|
Merge branch 'master' into tmt_cleanup
|
2019-10-17 17:46:06 -07:00 |
Vijay Pai
|
b484e40e08
|
TYPED_TEST_CASE (deprecated) -> TYPED_TEST_SUITE
|
2019-10-17 17:18:14 -07:00 |
Vijay Pai
|
d29d0d71e4
|
Merge pull request #20645 from vjpai/remove_warn_16
Remove unused parameter warnings (16 of 20)
|
2019-10-17 15:09:34 -07:00 |
Vijay Pai
|
c7f296908e
|
Merge pull request #20642 from vjpai/remove_warn_19
Remove unused parameter warnings (19 of 20)
|
2019-10-17 14:00:07 -07:00 |
Vijay Pai
|
bdc496d515
|
Merge pull request #20643 from vjpai/remove_warn_18
Remove unused parameter warnings (18 of 20)
|
2019-10-17 13:59:45 -07:00 |
Vijay Pai
|
b36f7ab747
|
Merge pull request #20646 from vjpai/remove_warn_15
Remove unused parameter warnings (15 of 20)
|
2019-10-17 13:59:16 -07:00 |
Vijay Pai
|
ad1a3723d6
|
Merge pull request #20647 from vjpai/remove_warn_14
Remove unused parameter warnings (14 of 20)
|
2019-10-17 13:59:00 -07:00 |
Vijay Pai
|
d90eb45780
|
Merge branch 'master' into remove_warn_16
|
2019-10-17 12:15:26 -07:00 |
Vijay Pai
|
ac4631949d
|
Merge pull request #20641 from vjpai/remove_warn_20
Remove unused parameter warnings (20 of 20)
|
2019-10-17 12:14:07 -07:00 |
Vijay Pai
|
47f2b461ef
|
clang-format
|
2019-10-17 09:08:55 -07:00 |
Vijay Pai
|
ece1ed7906
|
clang-format
|
2019-10-17 09:08:38 -07:00 |
Vijay Pai
|
82e185399d
|
clang-format
|
2019-10-17 09:08:21 -07:00 |
Vijay Pai
|
0cab2084e6
|
clang-format
|
2019-10-17 09:08:04 -07:00 |
Vijay Pai
|
fbfaffaf5a
|
clang-format
|
2019-10-17 09:07:46 -07:00 |
Vijay Pai
|
50d337b74d
|
clang-format
|
2019-10-17 09:07:29 -07:00 |
Vijay Pai
|
53e19e8de2
|
Remove unused parameter warning (20 of 20)
|
2019-10-17 08:52:15 -07:00 |
Vijay Pai
|
37d248abd0
|
Remove unused parameter warning (19 of 20)
|
2019-10-17 08:52:10 -07:00 |
Vijay Pai
|
6ca827a008
|
Remove unused parameter warning (18 of 20)
|
2019-10-17 08:52:05 -07:00 |
Vijay Pai
|
406b70629a
|
Remove unused parameter warning (17 of 20)
|
2019-10-17 08:52:00 -07:00 |
Vijay Pai
|
30f1230c10
|
Remove unused parameter warning (16 of 20)
|
2019-10-17 08:51:55 -07:00 |
Vijay Pai
|
176dfc2289
|
Remove unused parameter warning (15 of 20)
|
2019-10-17 08:51:50 -07:00 |
Vijay Pai
|
2ded8cbadf
|
Remove unused parameter warning (14 of 20)
|
2019-10-17 08:51:44 -07:00 |