index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
lib
Commit message (
Expand
)
Author
Age
...
|
|
*
|
|
Revert "Fix timer manager debug code"
Muxi Yan
2018-11-13
|
*
|
|
|
Remove memset from call_data from gRPC server.
Soheil Hassas Yeganeh
2018-11-12
|
|
/
/
/
|
|
*
|
create internal version of grpc_call_cancel.
Yihua Zhang
2018-11-12
|
*
|
|
clang-format
Muxi Yan
2018-11-12
|
*
|
|
Directly calling logging function to prevent dead-stripping
Muxi Yan
2018-11-12
|
*
|
|
Revert "Prevent dead-stripping by explicitly calling init"
Muxi Yan
2018-11-12
|
*
|
|
Prevent dead-stripping by explicitly calling init
Muxi Yan
2018-11-11
|
|
/
/
|
|
*
Enable SO_REUSEADDR in client sockets
Guantao Liu
2018-11-09
|
|
/
|
*
Allow setsockopt and getsockopt to softly fail for TCP_USER_TIMEOUT
Yash Tibrewal
2018-11-06
|
*
Merge pull request #17089 from vjpai/callback_shutdown
Vijay Pai
2018-11-06
|
|
\
|
*
|
Optimize `grpc_call_stack_init` for cache coherency.
Soheil Hassas Yeganeh
2018-11-05
|
*
|
Remeve memset(0) from arena allocated memory.
Soheil Hassas Yeganeh
2018-11-05
|
|
*
Resolve a deadlock in callback CQ shutdown
Vijay Pai
2018-11-02
|
|
/
|
*
Reset json pointer
ncteisen
2018-11-02
|
*
Merge pull request #17083 from yashykt/tcpusertimeout
Yash Tibrewal
2018-11-02
|
|
\
|
*
\
Merge pull request #16773 from yihuazhang/alts_tsi_handshaker_use_pollset_set
yihuaz
2018-11-02
|
|
\
\
|
|
|
*
Do not make TCP_USER_TIMEOUT failure an error
Yash Tibrewal
2018-11-02
|
*
|
|
Merge pull request #17050 from ncteisen/channelz-sockets
Noah Eisen
2018-11-01
|
|
\
\
\
|
|
|
*
|
use gRPC thread model
Yihua Zhang
2018-11-01
|
|
|
/
/
|
|
/
|
|
|
|
*
|
clean up channelz URI parsing
ncteisen
2018-11-01
|
*
|
|
Uphold default for channel trace max memory
ncteisen
2018-11-01
|
|
*
|
fix build and sanity
ncteisen
2018-10-31
|
|
*
|
use b64, handle localhost
ncteisen
2018-10-31
|
|
*
|
Handle uri parsing in channelz module
ncteisen
2018-10-31
|
|
*
|
Move uri_parser to lib
ncteisen
2018-10-31
|
|
*
|
Add AddressType
ncteisen
2018-10-31
|
|
*
|
reviewer feedback, debuging helper
ncteisen
2018-10-30
|
|
*
|
Socket tracks remote address
ncteisen
2018-10-29
|
|
/
/
|
*
|
reviewer commetns
ncteisen
2018-10-29
|
*
|
Merge branch 'master' of https://github.com/grpc/grpc into channelz-listen-so...
ncteisen
2018-10-29
|
|
\
\
|
*
|
|
Actually track listening address
ncteisen
2018-10-29
|
*
|
|
Listen sockets track their port
ncteisen
2018-10-29
|
|
*
|
Merge pull request #17019 from yang-g/default_creds
Yang Gao
2018-10-26
|
|
/
|
|
|
|
*
|
move helper function into namespace
yang-g
2018-10-26
|
|
*
|
Remove the internal cache for google_default_credentials
yang-g
2018-10-26
|
*
|
|
Merge pull request #16991 from ncteisen/channelz-get-server-core
Noah Eisen
2018-10-26
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge pull request #16823 from AspirinSJL/rq
Juanli Shen
2018-10-25
|
|
\
\
\
|
*
\
\
\
Merge pull request #16979 from yashykt/connector_deadlock
Yash Tibrewal
2018-10-25
|
|
\
\
\
\
|
|
|
*
|
|
Fix OOM by expanding resource quota coverage
Juanli Shen
2018-10-25
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
Don't unnecessarily create exec_ctx
Yash Tibrewal
2018-10-25
|
|
|
*
|
Add GetServer to core
ncteisen
2018-10-24
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge pull request #16507 from markdroth/health_checking_client
Mark D. Roth
2018-10-24
|
|
\
\
\
|
*
\
\
\
Merge pull request #16963 from yihuazhang/security_connector_refactor_new
yihuaz
2018-10-24
|
|
\
\
\
\
|
|
|
*
|
|
Client-side health checking support.
Mark D. Roth
2018-10-24
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge pull request #16869 from yihuazhang/revert_pollset_set_change
yihuaz
2018-10-23
|
|
\
\
\
\
|
|
|
*
|
|
move fake URL string back to fake_security_connector.h
Yihua Zhang
2018-10-22
|
|
|
*
|
|
Merge remote-tracking branch 'upstream/master' into security_connector_refact...
Yihua Zhang
2018-10-22
|
|
|
|
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
move SSL and fake URL strings to ssl_utils
Yihua Zhang
2018-10-22
|
*
|
|
|
|
Merge pull request #16901 from ncteisen/channelz-uuid-fix
Noah Eisen
2018-10-22
|
|
\
\
\
\
\
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
security connector refactor
Yihua Zhang
2018-10-22
|
|
|
_
|
/
/
|
|
/
|
|
|
[prev]
[next]