Esun Kim
e45b60d1fe
Fix unique_ptr<char> memory allocation mismatch
6 years ago
Esun Kim
c569f9883f
Add legacy functions for internal usage
6 years ago
Yash Tibrewal
eff1648ad7
Remove unused variable
6 years ago
Yash Tibrewal
33c49187d9
Fix gen_build_yaml.py
6 years ago
Muxi Yan
243ff8ad73
generate projects
6 years ago
Zhen Lian
ddf565db33
running clang-format -i on each modified files
6 years ago
Esun Kim
b2b7fc9af8
Replaced grpc_core::UniquePtr with std::unique_ptr
6 years ago
Esun Kim
5a5734ff03
Use std::string for channelz
6 years ago
Lidi Zheng
cb6726d0ea
Make the exception detail more helpful
6 years ago
Esun Kim
d287745c77
Fix test
6 years ago
Esun Kim
3d3577e28d
Update by review
6 years ago
Esun Kim
3a519a0b64
Replaced grpc_core New & Delete with C++ new & delete
6 years ago
Richard Belleville
40510efdc1
Yapf
6 years ago
Esun Kim
3de8f0b849
Replaced grpc_core::Map with std::map
6 years ago
Esun Kim
0bf9799107
Replaced grpc_core::Set with std::set
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
Esun Kim
de81f120b2
Abseilify StringView
6 years ago
Richard Belleville
df8bd10b96
Skip test not applicable to unary-stream case
6 years ago
Siddhesh Poyarekar
656ed62d0f
Fix error in usage of _SC_THREAD_STACK_MIN in test
...
_SC_THREAD_STACK_MIN is intended to be used as an argument to sysconf
and not by itself. This may have slipped past testing on x86 due to
the round up to page size, but failed on aarch64 because aarch64 has
conservative stack guard requirements to account for different page
sizes (4K and 64K).
Sysconfs get used correctly elsewhere in this file, so this is likely
just a typo.
Signed-off-by: Siddhesh Poyarekar <siddhesh@linaro.org>
6 years ago
Esun Kim
4e396883d4
Update by review
6 years ago
Esun Kim
1e74c102cd
Add GRPC_USE_ABSL flag
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
Stanley Cheung
ffae3335c0
PHP: backport dockerfile fixes
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
Lidi Zheng
9289d34df0
Propagate unexpected error to application
6 years ago
Lidi Zheng
f8dc1d9a8e
Make PyLint happy
6 years ago
Lidi Zheng
8af510e1df
Adopt reviewer's advice:
...
1. Refactor (simplify) the failure handler;
2. Fix a memory leak for badly written application code.
6 years ago
Lidi Zheng
8168b9e1c9
Adopt reviewer's advice
...
* Make graceful shutdown support calls from multi-coroutine
* Added comments
* Make graceful shutdown success test case more strict
* Add 2 more concurrent graceful shutdown tests
6 years ago
Lidi Zheng
983e36d5a3
Make YAPF and PyLint happy
6 years ago
Lidi Zheng
0a423d05ca
Add 4 server tests and 1 channel tests
...
* Improve the shutdown process
* Refactor the AioRpcError
6 years ago
Lidi Zheng
cfea8c7d25
Add 3 more shutdown test cases
6 years ago
Lidi Zheng
a978449c3f
Correctly propagate and catch request_call failure
6 years ago
Lidi Zheng
980bcaf076
Add failure handling mechanism to CallbackWrapper
6 years ago
Lidi Zheng
3c43e6330f
Add shutdown process for completion queue
6 years ago
Lidi Zheng
9f5dbf70dc
Add shutdown test
6 years ago
Stanley Cheung
0579539b07
PHP: update dockerfiles
6 years ago
Richard Belleville
86cb2f9efc
Add additional test runner for single-threaded unary-stream code path
6 years ago
Yash Tibrewal
0ca0a6f341
Remove new GRPC_CLOSURE_SCHED occurences
6 years ago
Eric Gribkoff
ea73b5cda1
replace existing factory arg, if any
6 years ago
Esun Kim
81df105ac8
Deprecate gpr_get/set_allocation_functions
6 years ago