Yash Tibrewal
78d7125017
Removing a few style issues
7 years ago
Craig Tiller
89c1428a60
Propagate grpc_millis further
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
Craig Tiller
280866817f
Add a simple stats framework to gRPC C core
7 years ago
Craig Tiller
203977925c
Linux compile fixes
7 years ago
Craig Tiller
af723b0424
Debug aids
7 years ago
Yuchen Zeng
d40a7ae6c3
Add already_closed in grpc_fd_orphan
7 years ago
Craig Tiller
19b9af0cb8
Fix tools compilation
7 years ago
Craig Tiller
c0df1c0f9a
Compiling again
7 years ago
Craig Tiller
565d4c1e88
Progress
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
Muxi Yan
59827dd739
generate project
7 years ago
Muxi Yan
121e789f1d
Add tests
7 years ago
Muxi Yan
a4dc077d3c
Stream compression configuration
7 years ago
Anna Sapek
4318df0571
Update tsi_fake_handshaker to implement the asynchronous TSI
8 years ago
Noah Eisen
7e4c1dd4c9
Add fuzzer repro
8 years ago
Mark D. Roth
5dd24897a5
Do multiple reads if needed to read full server response.
8 years ago
Ken Payson
a4710a090d
Revert "Remove lockfree-stack implementation that is no longer used"
...
This reverts commit 3d04e025bc
.
8 years ago
Muxi Yan
dfe402781e
Fix windows test failure
8 years ago
Muxi Yan
fbd06f7202
Comments and fixes
8 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
Sree Kuchibhotla
a8cf05c803
Refcount grpc_alarm object so that grpc_alarm_destroy can safely be called before the alarm event is dequeued from the completion queue
8 years ago
Sree Kuchibhotla
bfce58742d
Refcount grpc_alarm object so that grpc_alarm_destroy can safely be called before the alarm event is dequeued from the completion queue
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