Esun Kim
f8df8af8d3
Updated podspec to have a sorted file list
5 years ago
Lidi Zheng
e578225553
Merge pull request #20617 from grpc/revert-20610-revert-20277-grpc-19871/unary_unary_client_aio-implement-timeout
...
Revert "Revert "[AIO] unary unary client aio implement timeout""
5 years ago
Lidi Zheng
84fd0a1ad0
Merge branch 'master' into revert-20610-revert-20277-grpc-19871/unary_unary_client_aio-implement-timeout
5 years ago
Lidi Zheng
3c62c8a35e
Merge pull request #20598 from lidizheng/aio-server
...
[AIO] Minimal AsyncIO Server
5 years ago
Jan Tattermusch
3e48b2073f
Merge pull request #20691 from JamesNK/jamesnk/bufferwriter-length
...
Provide length when getting serialization buffer writer
5 years ago
Jan Tattermusch
39bac38aff
Merge pull request #20569 from JamesNK/jamesnk/grpc-tools-property-error
...
Fix error when changing Protobuf item values in Visual Studio
5 years ago
James Newton-King
b240210521
PR feedback
5 years ago
Jan Tattermusch
974fdc4cc4
Merge pull request #20630 from KyleFromKitware/cares-root-dir
...
Honor CARES_ROOT_DIR
5 years ago
James Newton-King
f4480fa8b2
Change to use SetPayloadLength
5 years ago
Lidi Zheng
a588b5ffb9
Remove the usage of f-string
5 years ago
Lidi Zheng
f73c8d14e2
Make yapf happy
5 years ago
Lidi Zheng
fbe1bc9e8f
Suppress the ImportError of ipaddress for Python 2
5 years ago
Lidi Zheng
9c8657d6c0
Merge branch 'master' into revert-20610-revert-20277-grpc-19871/unary_unary_client_aio-implement-timeout
5 years ago
Lidi Zheng
ea2e8bce0a
Fix the typo
5 years ago
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.
5 years ago
Mark D. Roth
ee0e8d6c2e
Merge pull request #20679 from markdroth/eds_health_status
...
Ignore EDS endpoints that are unhealthy.
5 years ago
Lidi Zheng
088f033fb2
Merge pull request #20326 from Skyscanner/grpc-19975-switch-to-concrete-classes
...
Switch to concrete classes in experimental asyncio
5 years ago
Mark D. Roth
4bdb034162
Change xds_end2end_test to write out its own bootstrap files.
5 years ago
Lidi Zheng
08bbbcd751
Remove `asyncio.sleep(0)`
5 years ago
Juanli Shen
864dec391a
Merge pull request #20676 from mr-salty/sign
...
Eliminate a signed/unsigned comparison
5 years ago
Mark D. Roth
2db50beaf5
Ignore EDS endpoints that are unhealthy.
5 years ago
Jan Tattermusch
aba7f7bd2b
Merge pull request #20100 from jtattermusch/update_boringssl
...
Update boringssl and boringssl-with-bazel to latest master
5 years ago
Jan Tattermusch
675732cb29
update third_party/boringssl-with-bazel to latest master-with-bazel branch
5 years ago
Jan Tattermusch
6dc95e8e0b
fixup check_submodules.sh
5 years ago
James Newton-King
d8d272119a
Provide length when getting serialization buffer writer
5 years ago
Lidi Zheng
2d80e830c0
Merge pull request #20673 from lidizheng/wheel-3.8
...
Add manylinux2010_x86 wheels into artifacts
5 years ago
Yash Tibrewal
972e311652
Merge pull request #20542 from yashykt/combinernew
...
Removing scheduling logic for combiners from closure initialization time to closure run time
5 years ago
Lidi Zheng
2ced359d78
Adopt reviewer's suggestions
5 years ago
nanahpang
8619219081
Merge pull request #20681 from nanahpang/fix_gpr_log_error
...
Comment out lines that cause error "undefined reference to gpr_log"
5 years ago
Lidi Zheng
17bf7b462d
Remove 3.7 ARM wheels
5 years ago
Muxi Yan
64b7febefa
Fix ObjC sike issue and update BoringSSL to master
5 years ago
Yash Tibrewal
9f9288fbb9
Merge pull request #20246 from yashykt/credentials_expose
...
Experimental method to get a debugging only view into credentials
5 years ago
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
5 years ago
Mark D. Roth
ff2e7ab445
Merge pull request #20526 from markdroth/xds_policy_config_additions
...
Add new fields to xds policy config.
5 years ago
Na-Na Pang
58b352343e
comment out grpc_log
5 years ago
Mark D. Roth
16286cdbec
Add new fields to xds policy config.
5 years ago
Todd Derr
2aed319680
Eliminate a signed/unsigned comparison
...
Since `rand()` is defined to return non-negative numbers the cast is
always safe.
We see a warning about this when building google-cloud-spanner:
```
warning: comparison of integer expressions of different signedness: 'const int' and 'const uint32_t' {aka 'const unsigned int'} [-Wsign-compare]
if (random < drop_category.parts_per_million) {
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
5 years ago
Lidi Zheng
b0f0b96305
Add manylinux2010_x86 wheels into artifacts
5 years ago
Vijay Pai
e8f78e7a5d
Merge pull request #20644 from vjpai/remove_warn_17
...
Remove unused parameter warnings (17 of 20)
5 years ago
Vijay Pai
be6911d1d2
Merge pull request #20650 from vjpai/remove_warn_11
...
Remove unused parameter warnings (11 of 20)
5 years ago
Vijay Pai
933acd31a8
Merge pull request #20670 from grpc/vjpai-patch-2
...
TYPED_TEST_CASE (deprecated) -> TYPED_TEST_SUITE
5 years ago
Vijay Pai
dca4f8a698
Merge pull request #20648 from vjpai/remove_warn_13
...
Remove unused parameter warnings (13 of 20)
5 years ago
Esun Kim
64fa171b8b
Merge pull request #20662 from veblush/upb-tree
...
Use subtree on upb instead of submodule
5 years ago
Jan Tattermusch
1ff2226619
try to fix boringssl podspec build
5 years ago
Jan Tattermusch
35a3713905
update BoringSSL-GRPC.podspec.template and regenerate
5 years ago
Jan Tattermusch
4e779a699e
fix error message in the check boringssl script
5 years ago
Jan Tattermusch
bf721c3efe
install Go 1.13 on windows
5 years ago
Esun Kim
3ffed08610
Merge commit '4d88f39d54a2e33119a572bbd2112d2c0ae53145' as 'third_party/upb'
5 years ago
Esun Kim
4d88f39d54
Squashed 'third_party/upb/' content from commit 9effcbcb27
...
git-subtree-dir: third_party/upb
git-subtree-split: 9effcbcb27f0a665f9f345030188c0b291e32482
5 years ago
Esun Kim
e24cbab32a
Remove upb submodule
5 years ago