yang-g
59ef64898a
Adding exec_ctx to avl vtable functions
7 years ago
Mark D. Roth
e0778b2c18
Add cancellation to asynchronous security APIs.
7 years ago
Yash Tibrewal
d0c1e50ea9
Changing a few variable names and adding few safety conditions
7 years ago
Yash Tibrewal
c62ce80b80
Test credentials are passed with channel arg. Renamed macros and refactored code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload.
7 years ago
Yash Tibrewal
78d7125017
Removing a few style issues
7 years ago
Yash Tibrewal
ad11680be7
remove unnecessary code
7 years ago
Yash Tibrewal
f7350ea6b7
Adding connect auth feature. Proxy-Authorization header is being inserted when user creds are present in uri
7 years ago
Yuchen Zeng
d40a7ae6c3
Add already_closed in grpc_fd_orphan
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
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
41690d1ad8
Detach ownership of core/c++
7 years ago
Craig Tiller
e251fbac20
clang-format
7 years ago
Craig Tiller
a7e5a0bd9c
Add a test of repeatedly calling grpc_init then grpc_shutdown
7 years ago
Craig Tiller
e4985cbbb7
Add test tree owners for C/C++
7 years ago
Anna Sapek
4318df0571
Update tsi_fake_handshaker to implement the asynchronous TSI
7 years ago
Noah Eisen
7e4c1dd4c9
Add fuzzer repro
7 years ago
Mark D. Roth
5dd24897a5
Do multiple reads if needed to read full server response.
7 years ago
Ken Payson
a4710a090d
Revert "Remove lockfree-stack implementation that is no longer used"
...
This reverts commit 3d04e025bc
.
7 years ago
Muxi Yan
dfe402781e
Fix windows test failure
7 years ago
Muxi Yan
fbd06f7202
Comments and fixes
7 years ago
Muxi Yan
4f85558ba8
clang-format
8 years ago
Muxi Yan
163d8d65a6
Sanity fix
8 years ago
Muxi Yan
e87a7e1a47
Move stream_compression to src/core/lib/compression
8 years ago
Muxi Yan
c1f837ce79
Make stream compression module
8 years ago
Muxi Yan
b8e6e2f299
Fix test failures
8 years ago
Muxi Yan
d46239a8c2
Correct copyright year
8 years ago
Muxi Yan
0c8cb1d652
Resolve asan failure
8 years ago
Makarand Dharmapurikar
3d99597032
s/inline/__inline/. Visual studio incompatiblity.
...
MS Visual studio '13 and before don't understand inline
and throw Error C2054.
Reference: https://msdn.microsoft.com/en-us/library/bw1hbe6y.aspx
8 years ago
Muxi Yan
d19c112db0
Add test
8 years ago
Yuchen Zeng
32e41b452a
Fix bad_ping
8 years ago
Mark D. Roth
5dc774199b
Fix Windows compiler problem.
8 years ago
Mark D. Roth
bd3b93b4b5
Add support for Trailers-Only responses.
...
- When receiving a Trailers-Only response, return the metadata as
trailing metadata instead of initial metadata.
- Send Trailers-Only response when we have no non-default initial metadata,
no message to send, and trailing metadata to send.
8 years ago
Mark D. Roth
7cd1425e29
Fix handling of send_message before send_initial_metadata in compress filter.
8 years ago
Yuchen Zeng
1def5a181d
Fix max_message_length
8 years ago
Yuchen Zeng
2768866320
Fix max_message_length
8 years ago
Vijay Pai
3d04e025bc
Remove lockfree-stack implementation that is no longer used
8 years ago
Alexander Polcyn
78b092aa6b
fix varargs compiler error
8 years ago
Jan Tattermusch
aa345e85be
try fixing invalic_call_argument_test on kokoro
8 years ago
ncteisen
0e3aee3dff
Add refcount to tcp tracer
8 years ago
ncteisen
969b46ef73
Add rich closure debug mode
8 years ago
ncteisen
274bbbe6a0
Add rich closure debug mode
8 years ago
Craig Tiller
ae6083674a
clang-format
8 years ago
Craig Tiller
8239b80459
Ensure a poller exists
8 years ago
Craig Tiller
0f016bdcf7
Fix test verification
8 years ago
Jan Tattermusch
0bf41fc88d
fix test/core/http/BUILD
8 years ago
Jan Tattermusch
4d5c3102a1
fix remaining license notices
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
David Garcia Quintas
87d5a3130d
Implement LB policy updates
8 years ago
Craig Tiller
148970b2aa
Fix test
8 years ago