Vijay Pai
0c22cad01f
Improve a comment in inproc transport
8 years ago
Yash Tibrewal
a74ea8602d
Nit correction
8 years ago
Muxi Yan
99b3392896
transport - Update comment
8 years ago
Muxi Yan
ab0d2d4e78
transport - Change ~(size_t)0 to macro MAX_SIZE_T
8 years ago
Yash Tibrewal
78d7125017
Removing a few style issues
8 years ago
Muxi Yan
f20bfaa491
transport - Use macro for grpc header bytes size
8 years ago
Yash Tibrewal
f7350ea6b7
Adding connect auth feature. Proxy-Authorization header is being inserted when user creds are present in uri
8 years ago
murgatroid99
6617790c18
Add SO_REUSEPORT support to uv iomgr code
8 years ago
Ben Sykes
02d426ef6b
Check for no_proxy environment variable and skip proxy if host is listed
...
This will fix #9989 , #11603 , #11751 .
no_proxy is typically comma separated list of hosts and or domains. Matching must be from the end of the uri to accomodate whole domain and subdomain whitelisting.
This will work for well-formed no_proxy strings, but may fail if there are additional spaces.
8 years ago
ncteisen
139072ff92
Const correct and clang
8 years ago
Sree Kuchibhotla
a0616efadf
Consume kicked_without_poller
8 years ago
Sree Kuchibhotla
e6506bc9b2
Fix race-condition in epoll1 poller's begin_worker() and pollset_kick()
...
which caused the designated poller to miss a kick in some cases
8 years ago
ncteisen
020dbf2ef5
Move action func to chttp2
8 years ago
ncteisen
00f74a914a
Add read only refs to transport and stream
8 years ago
ncteisen
3c909d55fd
Pull out flow control objects
8 years ago
ncteisen
2d1c61699e
Original behavior
8 years ago
ncteisen
06f052b35d
Get rid of local window, fix qps worker
8 years ago
ncteisen
3706308c0f
Pull flowctl decision bits into module
8 years ago
ncteisen
268a82398c
Pull flow control into one module
8 years ago
ncteisen
68d78c6330
Add comment
8 years ago
ncteisen
79764a3bfb
Quiet down getenv
8 years ago
Sree Kuchibhotla
0d8431afe1
Add/update comments and remove unused fields
8 years ago
David Garcia Quintas
ae5e83b664
Free pending grpclb update args
8 years ago
murgatroid99
269d3b4faa
Clang format
8 years ago
murgatroid99
b8e07ad780
Add asserts that uv calls all run on the same thread
8 years ago
murgatroid99
87116f4499
Fix failures in libuv portability tests
8 years ago
Yuchen Zeng
d40a7ae6c3
Add already_closed in grpc_fd_orphan
8 years ago
Muxi Yan
26b33dedc2
transport - clang-format
8 years ago
Muxi Yan
dfda37f518
transport - Fix uninitialized variable
8 years ago
Sree Kuchibhotla
54c31c782f
release the g_epfd whent he engine is shutdown
8 years ago
Yihua Zhang
1435bfc718
Add GTS plugin
8 years ago
Muxi Yan
0fd37e1951
Transport - Fix a bug in decompression path
8 years ago
Mark D. Roth
e395dfbcad
Set owners for client_channel tree.
8 years ago
Craig Tiller
d996379030
Reset OWNERS state
8 years ago
Vijay Pai
10519a3476
Proper metadata arena management
8 years ago
Alexey Firago
d50e01d041
Fix implicit fallthrough warnings on GCC 7.x
...
Add fallthrough comments to keep GCC >= 7.x happy.
Signed-off-by: Alexey Firago <alexey_firago@mentor.com>
8 years ago
Ken Payson
cc0cbedbd2
Destroy mutex on subchannel destruction
8 years ago
Vijay Pai
3d7d5f4ed2
Create inproc transport, add relevant tests, exclude irrelevant tests
8 years ago
Sree Kuchibhotla
c9caedd95a
fix compiler bug in epoll-ex
8 years ago
Sree Kuchibhotla
a69878a217
fix memory leaks due to not calling grpc_shutdown in bm_cq_multiple_threads
8 years ago
David Garcia Quintas
fc94d1f4a0
Fix use-after-free in timer manager
8 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).
8 years ago
Craig Tiller
41690d1ad8
Detach ownership of core/c++
8 years ago
David Garcia Quintas
9a4ed686b1
Improved testing
8 years ago
Craig Tiller
df1c5d6826
Update to use correct error constructor
8 years ago
David Garcia Quintas
507d1fd58e
Removed duplicated refs
8 years ago
murgatroid99
b5984601b8
Add myself as owner of files in several directories
8 years ago
David Garcia Quintas
47e12924c5
PR comments
8 years ago
Craig Tiller
e476f7d33f
Strawman OWNERS --> CODEOWNERS script
8 years ago
ncteisen
780ba5dd22
Add all refcount flag
8 years ago