Zhen Lian
9ded19e24d
fix first round of comments
5 years ago
Nicolas Noble
011078c009
Second file to match with internal changes
5 years ago
Pau Freixes
c2b3e00068
[Aio] Close ongoing calls when the channel is closed
...
When the channel is closed, either by calling explicitly the `close()`
method or by leaving an asyncrhonous channel context all ongoing RPCs will be
cancelled.
5 years ago
Nicolas Noble
eb7fd5db73
Export the roots certificate
5 years ago
Lidi Zheng
09d121f65e
Fix the windows build failure
5 years ago
Mark D. Roth
cb6168667c
remove unused "using" declaration
5 years ago
Mark D. Roth
1490b5a24e
Fix unused-result errors on import.
5 years ago
Ashitha Santhosh
0f4220476c
Generated upb files for handshaker.proto
5 years ago
Ashitha Santhosh
4622c42ef7
Added max_frame_size field.
5 years ago
Srini Polavarapu
7b43136be2
.
5 years ago
hcaseyal
5631724539
Merge pull request #21805 from grpc/revert-21797-reintroduce_21527
...
Revert "Reintroduce #21527 (boringssl submodule unification)"
5 years ago
matthewstevenson88
deb59ef6c0
Merge pull request #21804 from matthewstevenson88/tls-credentials-1
...
Updates to TLS credentials, version 2
5 years ago
Esun Kim
6f106e57e5
Merge pull request #21808 from veblush/absl-update
...
Update abseil to the latest
5 years ago
Mark D. Roth
aa851e9e30
Remove PriorityList from xds LB policy
5 years ago
Esun Kim
aca4421113
Merge pull request #21807 from veblush/submodule-at-head
...
No error when there is nothing to commit for submodule-at-head test
5 years ago
Lidi Zheng
312b31c264
Merge pull request #21806 from grpc/revert-21767-revert-21725-revert-21680-cq_ordering
...
Revert "Revert "Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)"""
5 years ago
Mark D. Roth
404d235153
Merge pull request #21775 from markdroth/xds_timeout
...
Support xds request timeouts.
5 years ago
Esun Kim
f63367e0ef
Update abseil to the latest
5 years ago
Esun Kim
74b7b7044b
No error when there is nothing to commit for submodule-at-head test
5 years ago
Vijay Pai
15d808abae
Merge pull request #21774 from vjpai/lazy_default_reactor
...
Construct DefaultReactor lazily since not always needed
5 years ago
Lidi Zheng
cd086cb3e4
Revert "Revert "Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)"""
5 years ago
hcaseyal
cca892022b
Revert "Reintroduce #21527 (boringssl submodule unification)"
5 years ago
Muxi Yan
8d2829960a
Merge pull request #21798 from muxi/fix-objc-memory
...
Fix ObjC memory consumption increase as app runs
5 years ago
Richard Belleville
cb125e969a
Merge pull request #21799 from benjaminp/credentials-daemon
...
Make credentials callback threads daemonic.
5 years ago
Matthew Stevenson
e18defc303
Fix attempt #2 .
5 years ago
Lidi Zheng
2dcd83d68b
Merge pull request #21772 from lidizheng/aio-call-mixins-new
...
Adding mixin classes to make client-side implementation cleaner V2
5 years ago
Mark D. Roth
d7a91d59bb
Support xds request timeouts.
5 years ago
Matthew Stevenson
6395896cc3
Merge remote-tracking branch 'upstream/master' into tls-credentials-1
5 years ago
Benjamin Peterson
fb8b7fbcac
Make credentials callback threads daemonic.
...
Similarly to #21786 , we want to avoid holding up interpreter shutdown with internal threads.
5 years ago
Richard Belleville
8af2097a45
Merge pull request #21786 from benjaminp/deliver-daemon
...
Mark the delivery thread daemonic.
5 years ago
Muxi Yan
32ab87f23b
Release autoreleasepool in completion queue loop
5 years ago
Richard Belleville
8458c5d932
Merge pull request #21780 from gnossen/drop_manylinux1
...
Stop building manylinux1 images
5 years ago
Jan Tattermusch
b9b721226d
Merge pull request #21792 from KyleFromKitware/fix-runtime-flag
...
Fix regression in MSVC runtime flag
5 years ago
Lidi Zheng
f8ec53ea42
Removing unused variables & rename variables
5 years ago
Jan Tattermusch
d844707b0f
Merge pull request #21797 from jtattermusch/reintroduce_21527
...
Reintroduce #21527 (boringssl submodule unification)
5 years ago
Esun Kim
ce7770f8ab
Merge pull request #21784 from veblush/to-karthikrs
...
Pass to karthikravis
5 years ago
Jan Tattermusch
f91a1c5a69
avoid async_end2end_test timeout on msan
5 years ago
Jan Tattermusch
94565b8ab8
regenerate projects
5 years ago
Jan Tattermusch
7460cbdf09
run tools/distrib/generate_grpc_shadow_boringssl_symbol_list.sh
5 years ago
Jan Tattermusch
5898cd03d7
update third_party/boringssl-with-bazel, check_submodules.sh and grpc_deps.bzl
5 years ago
Jan Tattermusch
e7e5d0198f
Revert "Revert "Unify boringssl submodules and use non-developer boringssl cmake build""
...
This reverts commit fe2242e603
.
5 years ago
Vijay Pai
d4e5e535c4
Merge pull request #21793 from grpc/vjpai-patch-2
...
Weaken reinterpret_cast to static_cast
5 years ago
Vijay Pai
b7239efc82
Weaken reinterpret_cast to static_cast
5 years ago
Vijay Pai
a801ccbdc8
Reinterpret_cast after in-place new...
5 years ago
Mark D. Roth
25d6f5f18f
Merge pull request #21335 from AspirinSJL/lds_rds
...
Add LDS/RDS into XdsClient
5 years ago
Kyle Edwards
8f0d88a2a2
Fix regression in MSVC runtime flag
...
In attempting to fix a CMake style issue, a variable dereference
was accidentally removed that should have been left alone. Restore
it to how it was.
5 years ago
Mark D. Roth
ac7c1d20ed
Add LDS/RDS into XdsClient
5 years ago
Zhen Lian
ffcf4f477e
[TLS Lib Clean-up] Add hostname check For tls library
5 years ago
Benjamin Peterson
4ab5aaf142
Mark the delivery thread daemonic.
5 years ago
Mark D. Roth
5791495f59
Merge pull request #21224 from markdroth/json_impl_c++
...
Convert json_reader and json_writer to C++.
5 years ago