Craig Tiller
|
5db17f7350
|
Revert "a useful change (#27381)" (#27411)
This reverts commit 11eb70bbed .
|
4 years ago |
Craig Tiller
|
11eb70bbed
|
a useful change (#27381)
* a useful change
* Automated change: Fix sanity tests
* fix
* fix
* QsortCompare it is!
* Automated change: Fix sanity tests
* add missing header
* clang-tidy fixes, tweak clamp to only use <
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
|
4 years ago |
Craig Tiller
|
ea389c00c2
|
Adjust include order per style guide (#27175)
Introduce clang-format configuration to sort includes closer to our rules.
|
4 years ago |
Vijay Pai
|
ea4b68e7a1
|
Drop experimental tags from core callback API (#26535)
|
4 years ago |
donnadionne
|
1835f00ef1
|
Revert "Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537)" (#25549)
This reverts commit 8e268dcec8 .
|
4 years ago |
donnadionne
|
8e268dcec8
|
Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537)
* Revert "Made grpc_core::Mutex compatible to absl::Mutex"
This reverts commit 0b53341328 .
* Revert "Added thread annotation (#25486)"
This reverts commit 9d897cb1a5 .
* Revert "Fix a race in resolve_address and resolve_address_posix tests"
This reverts commit 6d8e7d3819 .
* Restore 25398
* restore 25398
|
4 years ago |
Esun Kim
|
9d897cb1a5
|
Added thread annotation (#25486)
|
4 years ago |
Vijay Pai
|
12750820cd
|
Fix unused param warning
|
4 years ago |
Vijay Pai
|
dba8bb59a0
|
Implement callback CQ at C++ layer using shared thread pool if non-background iomgr
|
4 years ago |
Karthik Ravi Shankar
|
15cce00f52
|
Revert "Revert "Fold Channel and CompletionQueue from grpc_impl to grpc""
|
5 years ago |
Karthik Ravi Shankar
|
f3f9e8941a
|
Revert "Fold Channel and CompletionQueue from grpc_impl to grpc"
|
5 years ago |
Karthik Ravi Shankar
|
3c2f4b40e3
|
Fold Channel and CompletionQueue from grpc_impl to grpc
Reverts: https://github.com/grpc/grpc/pull/19067
|
5 years ago |
Vijay Pai
|
6b2aeec9f3
|
Revert "Revert "Revert "Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)""""
|
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 |
Vijay Pai
|
16f2250585
|
Revert "Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)""
|
5 years ago |
Jan Tattermusch
|
e7d5ca0b46
|
Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)"
|
5 years ago |
Vijay Pai
|
6466c7f166
|
Log an error (in dbg mode) if CQ is Shutdown before its Server(s)
|
5 years ago |
Karthik Ravi Shankar
|
03b079499c
|
Move CompletionQueue and Channel
|
6 years ago |
Karthik Ravi Shankar
|
6be0b06c69
|
Revert "Fold CompletionQueue and ServerCompletionQueue into grpc_impl"
|
6 years ago |
Karthik Ravi Shankar
|
62fb156122
|
Fold CompletionQueue and ServerCompletionQueue into grpc_impl
|
6 years ago |
Karthik Ravi Shankar
|
891b6cf7ae
|
Revert "Folding CompletionQueue and ServerCompletionQueue."
|
6 years ago |
Nicolas "Pixel" Noble
|
5847c3a87a
|
Reformat.
|
6 years ago |
Nicolas "Pixel" Noble
|
12b0db3e57
|
Folding CompletionQueue and ServerCompletionQueue.
|
6 years ago |
Yash Tibrewal
|
3a2cfe50ec
|
Rever copyright changes
|
6 years ago |
Yash Tibrewal
|
4dcb14ec9e
|
Fix codegen_test_minimal
|
6 years ago |
Vijay Pai
|
932abf48a3
|
Address reviewer comments.
|
7 years ago |
Yash Tibrewal
|
a094b7b312
|
Added server async tests
|
7 years ago |
makdharma
|
d10a885922
|
removed unnecessary "virtual"
Removed unnecessary "virtual" keyword from CompletionQueue::Next.
Reverted two files that no longer need to be changed.
|
7 years ago |
makdharma
|
e1a7283dd3
|
moved Next implementation to CC file.
|
7 years ago |
Muxi Yan
|
0e00c43082
|
Move headers from grpc++ to grpcpp
|
7 years ago |
Vijay Pai
|
06e174a088
|
Separate public and internal C++ interfaces
|
8 years ago |
Ken Payson
|
42bd87e376
|
Adds gRPC Experimental CQ DoThenAsyncNext lambda API
|
8 years ago |
Vijay Pai
|
6abd20020b
|
Revert "Separate internal-only and public parts of C++ API"
|
8 years ago |
Vijay Pai
|
c0baec60a1
|
Internalize structs and methods meant for being exposed through codegen
or that interface with core and are only for internal use
|
8 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Sree Kuchibhotla
|
5c0ef36679
|
Add comment
|
8 years ago |
Sree Kuchibhotla
|
ef8e00230e
|
Do not call grpc_init() for per-call-completion-queues created by a C++
synchronous server
|
8 years ago |
Sree Kuchibhotla
|
0633c4a8d7
|
Do not call grpc_init() for per-call-completion-queues created by a C++
synchronous server
|
8 years ago |
Vijay Pai
|
7e499aa3fb
|
Bring back gli initializer summoning
|
8 years ago |
Vijay Pai
|
6510d47c81
|
gpr_atm isn't automatically initialized to 0. Thanks Obama.
|
8 years ago |
Vijay Pai
|
cbe1599250
|
Track requests that could cause other requests to be created, and don't do
a real core shutdown of a CQ until such requests are done
|
8 years ago |
Craig Tiller
|
102fa966b6
|
Rename some files to avoid conflicting .obj files on Windows
|
9 years ago |
Craig Tiller
|
6169d5f7b0
|
Update copyrights
|
9 years ago |
David Garcia Quintas
|
e1ce31eda3
|
wip. cq refactored
|
9 years ago |
Alistair Veitch
|
75d5c0f024
|
post merge
|
9 years ago |
David Garcia Quintas
|
d79ef3af71
|
Fixed wrong usage of global var
|
9 years ago |
David Garcia Quintas
|
e1300deb87
|
After GrpcLibrary refactoring. Compiles and passes. WIP still
|
9 years ago |
David Garcia Quintas
|
a43aadd7e1
|
fixed copyrights
|
9 years ago |
David Garcia Quintas
|
08a0a3306e
|
Made "codedgen" directories closed over #includes
|
9 years ago |
yang-g
|
9e2f90cd06
|
headers reorg
|
10 years ago |