Muxi Yan
68a0fd5416
Separate stream compression from message-wise compression
7 years ago
Sree Kuchibhotla
fc58bd827e
Fix streaming_error_response test (failing in epoll1 but bug is not related to epoll1)
7 years ago
yang-g
59ef64898a
Adding exec_ctx to avl vtable functions
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
Craig Tiller
1af596adab
fix
7 years ago
Craig Tiller
9a8c3f398a
Explicitly call out round up vs round down
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
Craig Tiller
07e81dd900
Fix bad test
7 years ago
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
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
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