Lidi Zheng
160900c897
Renamed the callback_start_batch to execute_batch
5 years ago
Lidi Zheng
eff9f936b9
Simplify the creation and destruction of grpc_call
5 years ago
Lidi Zheng
6f9b77103a
Adopt advices from gnossen@:
...
* Fixes typos in comments
* Replaces terms in comments
* Adjusts logging level
* Adds more assertions
5 years ago
Lidi Zheng
25f6723a7e
Remove unused import
5 years ago
Lidi Zheng
467bd83845
Correct the return types
5 years ago
Lidi Zheng
e9e77e5123
Suppress the pylint "abstract-method" warning
5 years ago
Lidi Zheng
d411891bf6
Fix a tiny typing mismatch
5 years ago
Lidi Zheng
1e31e610e7
Remove a useless line
5 years ago
Lidi Zheng
36e6ee9ac3
Adopt reviewer's advices:
...
* Fix several typos
* Fix a un-revealed segfault
* Fix some documentation
* Polish test assertions
5 years ago
Lidi Zheng
fa4eb94ea2
Remove the add_callback method & fix segfault
5 years ago
Lidi Zheng
46e963f8bc
Let streaming RPC start immediately
5 years ago
Yihua Zhang
a6dbc7adb5
rename spiffe to tls
5 years ago
Lidi Zheng
bc99ddedf0
Adopt reviewer's advices
5 years ago
Lidi Zheng
1a3916bc45
Use False instead 0 for bint
5 years ago
Lidi Zheng
d4b8527fb6
Adopt reviewer's advices
5 years ago
Mark D. Roth
68df397aa2
Remove vtables from JSON library
5 years ago
Lidi Zheng
45e23ef3ad
Ship grpcio-status with the actual proto file
5 years ago
Lidi Zheng
c5d194062c
Attempt to fix all CI failures:
...
* Fixes the Windows Cython obsolate issue
* Fixes the post fork threading issue
5 years ago
Lidi Zheng
32d05488f6
Hitting the technical debt the hard way
5 years ago
Lidi Zheng
dc2ee66432
Make Sanity test happy
5 years ago
Richard Belleville
6feae07504
Regenerate projects
5 years ago
Lidi Zheng
5e5781c961
First step of adding streaming API:
...
* Refactors how Task wrapper work on the client-side
* Refactors final status propagation and unify similar classes
* Adds unary-stream API for both-sides
* Refactors each abstraction layer multicallable / call / channel
* Revisits the design of cancellation on client-side
* Makes server methods interuptable
* Fixes a zombie coroutine issue in shutdown path
5 years ago
Guantao Liu
d969d8c706
Fix build rules.
5 years ago
Guantao Liu
19d1776c0d
Rebase the workspace to fix the submodule discrepancy.
5 years ago
Lidi Zheng
bb38187221
Add a TODO to remove a.out
5 years ago
Richard Belleville
aa156984b1
Support mutating a value used for a response in grpcio_testing
5 years ago
Mark D. Roth
4e393dc035
Convert grpc_proxy_mapper to C++.
5 years ago
Yash Tibrewal
3b1d176e9d
LogicalThread
5 years ago
Lidi Zheng
87e1189083
Use dedicated threads for synchronous runners
5 years ago
Guantao Liu
b48fcfbc09
Fix build rules.
5 years ago
Guantao Liu
8c58f224de
Bare bones of the libuv EventManager.
5 years ago
Mark D. Roth
0e487a7405
Convert grpc_connector to C++.
5 years ago
Jan Tattermusch
986070d280
use test size instead of timeout
5 years ago
Esun Kim
8cad3b37dc
Updates build files to use a sorted list of sources
6 years ago
Lidi Zheng
cb6726d0ea
Make the exception detail more helpful
6 years ago
Richard Belleville
40510efdc1
Yapf
6 years ago
Richard Belleville
10e7befbf4
Appease pylint
6 years ago
Richard Belleville
3f1b5fe2aa
Whoops
6 years ago
Richard Belleville
7bf58e82fd
(hopefully) fix Windows
6 years ago
Lidi Zheng
918492d3ca
Make buildifier happy
6 years ago
Richard Belleville
df8bd10b96
Skip test not applicable to unary-stream case
6 years ago
Lidi Zheng
80f66ab248
Eliminate an evil space line
6 years ago
Lidi Zheng
08f145da99
Unify the logic around Core Callback API for both sides
6 years ago
Yash Tibrewal
06a6175846
Regenerate projects
6 years ago
Richard Belleville
a08da012d2
Switch to config-driven style
6 years ago
Esun Kim
aaf48c66fc
Change upb from filegroup to library
6 years ago
Lidi Zheng
c34bef4ca4
Format all Bazel files with buildifier
6 years ago
Lidi Zheng
4373d88caf
Fix the tests after merging with Unified Stub Call
6 years ago
Lidi Zheng
ae59fc3b7a
Adopt reviewers' advice
...
* Add cancellation handler
* Use loop=
6 years ago
Lidi Zheng
9aeefc3691
Fix missing shielding
6 years ago