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
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
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
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
ncteisen
36bb8a0006
s/hanging/pending/g
8 years ago
ncteisen
43f2b55a07
Add repro and fix to bidi case
8 years ago
ncteisen
95f7a51746
Fix writelast bug
8 years ago
Vijay Pai
10c040d455
Move collection reset before unref (since unref could destroy obj)
8 years ago
Vijay Pai
d35730d185
Fix use of terminal underscores in field names.
8 years ago
Vijay Pai
fc539eb193
Re-enable public constructor for ClientAsyncResponseReader to avoid busting client that bypassed code generator. This code is deprecated-on-arrival as it is a performance pessimization. This code path should not be used.
8 years ago
David Garcia Quintas
e48949f0b4
Make grpc::Alarm non-copyable
8 years ago
Craig Tiller
f1633a9bec
Allow application optimization targets to be hinted to grpc (prefer latency over throughput for now)
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Garret Kelly
0cd689202d
Remove extraneous semicolons.
...
Fixes compilation if building with -Wextra-semi.
8 years ago
David Garcia Quintas
87d5a3130d
Implement LB policy updates
8 years ago
yang-g
63610c4740
Update comments to discourage having an OK status with error_message
8 years ago
Eric Gribkoff
df8b5eacf0
Update comment formatting
8 years ago
Mark D. Roth
98bb6323ae
Yet another Doxygen comment syntax fix.
8 years ago
Mark D. Roth
a4881ccd5e
Fixed Doxygen comment syntax.
8 years ago
Arkady Shapkin
b046d0f511
Export function gpr_log_severity_string for grpc_csharp_ext
8 years ago
Craig Tiller
840931eec9
More import fixes
8 years ago
Mark D. Roth
127fdaeace
More Doxygen comment improvements.
8 years ago
Alexander Polcyn
c3b1f18a7e
get rid of connectivity state watchers right after timeout
8 years ago
Mehrdad Afshari
37718a4fce
Doxygenize comments in server_context_test_spouse.h
8 years ago
Mehrdad Afshari
d488bbac02
minor: doxygenize comment
8 years ago
Mehrdad Afshari
6a6747a906
Link comment code entities
8 years ago
Mehrdad Afshari
65942421b4
minor edits in channel_arguments.h
8 years ago
Mehrdad Afshari
27da5defc7
Minor edits and doxygenize some comments
8 years ago
Mehrdad Afshari
4601bc254b
tiny edit and linking entities
8 years ago
Mehrdad Afshari
59cd2d7f66
doxygenize include/grpc++/security/credentials.h comments
8 years ago