Ken Payson
4754398f81
Clang_format
7 years ago
Mark D. Roth
bf19961d0a
Revert "Implement call combiner"
7 years ago
Ken Payson
567e0f1eb6
Have write ops take ownership over slices
7 years ago
Mark D. Roth
76e264b8df
Implement call combiner.
7 years ago
yang-g
a79ada3bcc
Double check macro to protect from faulty test.
7 years ago
yang-g
9ff6031014
Add sync_custom.h
7 years ago
Yuchen Zeng
b4481a9a13
Share one monitoring thread between channels
7 years ago
Yuchen Zeng
a2e506e8d9
Avoid using timers
7 years ago
Yuchen Zeng
6a6d618034
Prevent watching unsuppoted channels
7 years ago
Yuchen Zeng
2411bacd04
Address review comments
7 years ago
Yuchen Zeng
be9b814240
Add ChannelConnectivityWatcher
7 years ago
Muxi Yan
d37411e71d
Some missing parts
7 years ago
Muxi Yan
e9447a0068
Minor name fix
7 years ago
Muxi Yan
983539565b
Fix core_untyped_structs sanity test
7 years ago
Muxi Yan
d36283ab59
Address review comments
7 years ago
Vijay Pai
b18ab3f7c8
Delete deprecated constructor and CallOpSetCollectionInterface
7 years ago
Jeremy Yallop
b8e68dcdd6
Add tags to tagless structs and unions.
7 years ago
Vijay Pai
ce58cf8c44
Add Slice constructors to match all grpc_slice cases
7 years ago
Mark D. Roth
f9bf428489
Add support for service configs to c-ares resolver.
7 years ago
Jan Tattermusch
e68c0d1722
Revert "Reintroduce a lambda capture as part of C++11-izing code"
7 years ago
jiangtaoli2016
3aaa5ea028
minor fix
7 years ago
yang-g
e8a61d63b5
Add a default delete override for the interface
7 years ago
Alexander Polcyn
088e85ca64
add comment and test for memory api of grpc_call_cancel_with_status
7 years ago
yang-g
0eaf7debd2
Allow adding events to cq after shutdown is called.
7 years ago
Muxi Yan
bb7ff0df00
minor missing header
7 years ago
Muxi Yan
c80526d122
Modify C++ and Objective C to initialize maybe_stream_compression_level
7 years ago
Muxi Yan
68a0fd5416
Separate stream compression from message-wise compression
7 years ago
yang-g
303de0ae71
update comments
7 years ago
yang-g
59ef64898a
Adding exec_ctx to avl vtable functions
7 years ago
Vijay Pai
bc81eee4d4
Remove a follow-on internal that was added post-internalization, keep the templated QPS worker rather than going back to internal API
7 years ago
Vijay Pai
6abd20020b
Revert "Separate internal-only and public parts of C++ API"
7 years ago
hxcan.cai
ba65002de4
Fix error in Doxygen comment.
7 years ago
Muxi Yan
c97fc14a0e
Revert "Stream compression configuration"
...
This reverts commit a4dc077d3c
.
7 years ago
Mark D. Roth
e0778b2c18
Add cancellation to asynchronous security APIs.
7 years ago
Vijay Pai
0f95fa4909
Add idiomatic C++ API for grpc::Slice construction that doesn't
...
require using grpc_slice
7 years ago
Craig Tiller
d996379030
Reset OWNERS state
7 years ago
Vijay Pai
3d7d5f4ed2
Create inproc transport, add relevant tests, exclude irrelevant tests
7 years ago
Mark D. Roth
0696611fb5
Do not return calls on server when request proto fails to deserialize.
7 years ago
Julien Boeuf
da8eca56e2
Better handling of token lifetime.
...
- In C++, we need a constant for the max lifetime.
- In C, make sure that we crop the lifetime in the credentials object
itself and not just later during the creation of the token. This will
allow the refresh to occur based on the actual token lifetime as opposed
to the one from the user (which may be cropped).
7 years ago
Craig Tiller
e476f7d33f
Strawman OWNERS --> CODEOWNERS script
7 years ago
ncteisen
616dafd52c
Partial revert of https://github.com/grpc/grpc/pull/10743
7 years ago
Muxi Yan
a4dc077d3c
Stream compression configuration
7 years ago
Ken Payson
b84a489f02
Revert "Reduce server memory usage"
...
This reverts commit 53e6b56e32
.
7 years ago
Mehrdad Afshari
bb3d95b643
Use https://grpc.io consistently as the canonical URL
7 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
7 years ago
yang-g
d03594fb73
second try
7 years ago
yang-g
0d9caecde2
Unref the call first in case the collection is still used in call
7 years ago
yang-g
a3d929169f
Use pointer to avoid assignment and race.
7 years ago
Vijay Pai
28ee1ecdf0
Resolve typos
7 years ago
Noah Eisen
67a40548ca
Initialize pending_ops false
7 years ago