Lidi Zheng
1d13ec88de
Segfault while shutting down
5 years ago
Lidi Zheng
221a50bf87
Allow multiple asyncio engine
5 years ago
Lidi Zheng
efd483311c
Remove loggings
5 years ago
Lidi Zheng
b2839c2bae
Add assertion in grpc_call_soon_threadsafe
5 years ago
Lidi Zheng
464d41f4b8
Great. Everything seems working.
5 years ago
Lidi Zheng
e00f8b3492
Use a poller thread to replace custom IO manager
5 years ago
Esun Kim
eae488fc66
Update abseil to get the recent patch on LTS 2020_20_25
5 years ago
Lidi Zheng
d9c55675c4
Merge pull request #22234 from lidizheng/aio-iomgr-op
...
[Aio] Optimize some details of AsyncIO IO manager
5 years ago
Alexander Polcyn
c4dd07aa75
yapf code
5 years ago
Eric Gribkoff
1816401abf
remove unused param
5 years ago
Esun Kim
be7df211f9
Merge pull request #22253 from veblush/move-to-karthikravis
...
Repo manager to karthikravis
5 years ago
Eric Gribkoff
d8623ba548
Merge pull request #22245 from ericgribkoff/readd_to_build_file
...
Re-add xds interop client and server build rules
5 years ago
Richard Belleville
c0b9694e4f
Fix windows
5 years ago
Alexander Polcyn
cf20b1763e
run re-initialize submodules after checking out a tag in interop matrix image builder
5 years ago
Lidi Zheng
25ad5c4afa
Merge pull request #22255 from lidizheng/aio-hack-bpo-39764
...
[Aio] Resolve AttributeError from bpo-39764
5 years ago
Lidi Zheng
a05abc0939
Mark it correctly with a TODO
5 years ago
Lidi Zheng
08b028ab82
Update the comment about the expect life span of the hack
5 years ago
Lidi Zheng
0d785bf22a
Resolve AttributeError from bpo-39764
5 years ago
Esun Kim
3ad0f520e5
Repo manager to karthikravis
5 years ago
Karthik Ravi Shankar
3e631d0e97
Fix build error
5 years ago
Karthik Ravi Shankar
162d3d76cb
Fix build error due to remaining ::grpc_impl references
5 years ago
Karthik Ravi Shankar
4c75b5c06b
Revert "Revert "Revert "Fold opencensus into grpc_impl namespace"""
...
This reverts commit f66b654795
.
5 years ago
Eric Gribkoff
d19c10ff16
build: re-add xds interop client and server
5 years ago
Lidi Zheng
b00fc59d29
Link the TODO issue & revert to call_later
5 years ago
donnadionne
cca89309a2
Merge pull request #22233 from donnadionne/example4
...
Add Health Check and Proto Reflection to basic C++ example server.
5 years ago
Donna Dionne
ca8ba90292
Adding Proto Reflection and Health Check to basic C++ example server
...
And ensuring the example can be built and ran via
bazel, make, and cmake.
5 years ago
Lidi Zheng
33a406e6a8
Restore 3.6 compatibility
5 years ago
Lidi Zheng
f87149c967
Destroy server without gil
5 years ago
Lidi Zheng
43fe171683
Optimize some implementation of IO manager
5 years ago
Lidi Zheng
87d01bf9e5
Merge pull request #22032 from ZHmao/implement-server-interceptor-for-unary-unary-call
...
[Aio] Implement server interceptor for unary unary call
5 years ago
Yang Gao
29dd5f5f97
Merge pull request #22235 from yang-g/dualstack
...
Create a macro to allow custom dualstack socket
5 years ago
donnadionne
73f713320d
Merge pull request #22229 from donnadionne/failover_test2
...
Fix failover tests to use the correct failover timeout value
5 years ago
Eric Gribkoff
db2edf9737
Properly set context on async call
5 years ago
Jan Tattermusch
f4eba1e871
cmake: use more portable way to enable C++11
5 years ago
ZhenLian
bf16b26ead
Merge pull request #22171 from grpc/zhen_tls_credential_bugfix
...
[ImproveTLS] fix memory leak issue from users' perspective
5 years ago
Zhen Lian
cbc977204b
[ImproveTLS] fix memory leak issue from users' perspective
5 years ago
Donna Dionne
e2178cc1ff
Merged and addressed code review comments.
5 years ago
yang-g
976fff1797
Create a macro to allow custom dualstack socket
5 years ago
donnadionne
1f08157cc9
Merge pull request #22228 from donnadionne/failover_test
...
Making ClingTidy changes
5 years ago
Eric Gribkoff
8562a13fab
fix line
5 years ago
Eric Gribkoff
58bdf6995c
typo
5 years ago
Esun Kim
0e2373551c
Merge pull request #22149 from veblush/upb-del-build
...
Remove third_party/upb/BUILD
5 years ago
Eric Gribkoff
033695da8b
reviewer comments
5 years ago
Eric Gribkoff
49ede8e078
Merge pull request #22226 from ericgribkoff/async_xds_interop-client
...
xds interop client: use async api and initialize an int
5 years ago
Zhanghui Mao
09168c534f
fix type annotation
5 years ago
Mark D. Roth
dc58caabc0
Merge pull request #22221 from markdroth/service_config_doc_update
...
service config doc update
5 years ago
Donna Dionne
854ebff0c3
Making ClingTidy changes
...
https://critique-ng.corp.google.com/cl/298652594/analysis
5 years ago
Eric Gribkoff
627f5d5f47
xds interop client: use async api and initialize an int
...
fixes two bugs with the client, with an uninitialized int and where the
"timer" used to approximate a QPS would block waiting for a synchronous
RPC to timeout, which dramatically limited the QPS.
5 years ago
Richard Belleville
db27226b3f
Don't run under gevent
5 years ago
Richard Belleville
c9d90e5c1b
Use wait_for_ready in tests
5 years ago