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
*
Merge pull request #14688 from kpayson64/revert_pr
kpayson64
2018-03-13
|
\
*
\
Merge pull request #14681 from AspirinSJL/head
Juanli Shen
2018-03-13
|
\
\
*
\
\
Merge pull request #14599 from kpayson64/abstract_libuv_stuff
kpayson64
2018-03-13
|
\
\
\
*
\
\
\
Merge pull request #14694 from yashykt/execctxdesc
Yash Tibrewal
2018-03-13
|
\
\
\
\
|
*
|
|
|
Update documentation for ExecCtx
Yash Tibrewal
2018-03-13
*
|
|
|
|
Merge pull request #14686 from markdroth/caching_byte_stream_fix
Mark D. Roth
2018-03-13
|
\
\
\
\
\
*
\
\
\
\
\
Merge pull request #14675 from markdroth/auth_filter_metadata_callouts
Mark D. Roth
2018-03-13
|
\
\
\
\
\
\
|
|
|
|
|
|
*
Revert "Use heuristic to determine how many events to handle per iteration"
kpayson64
2018-03-13
|
|
*
|
|
|
|
clang-format
Mark D. Roth
2018-03-13
|
|
*
|
|
|
|
Avoid trying to access underlying_stream_ after it's been orphaned.
Mark D. Roth
2018-03-13
|
|
*
|
|
|
|
Orphan underlying byte stream as soon as it's been drained.
Mark D. Roth
2018-03-13
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
Abstract libuv implementation
kpayson64
2018-03-13
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #14676 from muxi/fix-inttypes-include
Vijay Pai
2018-03-12
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
Fix call stack ref flake
Juanli Shen
2018-03-12
|
|
*
|
|
Use metadata batch callouts in client_auth_filter.
Mark D. Roth
2018-03-12
|
*
|
|
|
Stop including inttypes.h in gRPC core public header in Apple platforms
Muxi Yan
2018-03-12
|
|
/
/
/
*
/
/
/
Convert byte_stream API to C++.
Mark D. Roth
2018-03-09
|
/
/
/
*
|
|
Add ALTS code to grpc/core
Yihua Zhang
2018-03-08
*
|
|
Revert "Add ALTS C stack to gRPC core"
Sree Kuchibhotla
2018-03-07
*
|
|
Merge pull request #14448 from kpayson64/remove_poller
kpayson64
2018-03-07
|
\
\
\
*
\
\
\
Merge pull request #14544 from danzh2010/udpinterface
Yang Gao
2018-03-07
|
\
\
\
\
|
|
*
|
|
Do poll for poll_posix engine when kicked with 0s timeout
kpayson64
2018-03-07
*
|
|
|
|
Add ALTS code to grpc/core
Yihua Zhang
2018-03-06
|
*
|
|
|
Merge branch 'master' into udpinterface
danzh
2018-03-06
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
use static_cast
Dan Zhang
2018-03-06
*
|
|
|
|
Use static_cast rather than reinterpret_cast whenever possible
Vijay Pai
2018-03-05
*
|
|
|
|
Merge pull request #14458 from coryan/patch-1
Vijay Pai
2018-03-05
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #14532 from ncteisen/cpu
Vijay Pai
2018-03-05
|
\
\
\
\
\
*
|
|
|
|
|
Address reviewer comments
Vijay Pai
2018-03-02
*
|
|
|
|
|
Minor changes and fixes
Vijay Pai
2018-03-01
*
|
|
|
|
|
Merge branch 'master' into 2phase_thd
Vijay Pai
2018-03-01
|
\
\
\
\
\
\
*
|
|
|
|
|
|
Move assignment for Thread, make destructor optional, loop cv waits
Vijay Pai
2018-03-01
|
*
|
|
|
|
|
Merge pull request #10684 from markdroth/retry
Mark D. Roth
2018-03-01
|
|
\
\
\
\
\
\
|
|
|
|
|
*
|
|
edit comment
Dan Zhang
2018-03-01
|
*
|
|
|
|
|
|
Introduce a 'weak' and mutable version of slice hash table
David Garcia Quintas
2018-02-28
|
|
*
|
|
|
|
|
Retry support.
Mark D. Roth
2018-02-28
|
|
|
|
|
*
|
|
fix format
Dan Zhang
2018-02-28
|
*
|
|
|
|
|
|
Perform secure naming checks in grpclb_end2end_test
David Garcia Quintas
2018-02-27
|
|
/
/
/
/
/
/
|
|
|
|
*
|
|
fix format
Dan Zhang
2018-02-27
|
|
|
|
*
|
|
Refactors grpc udp_server_listener to be object oriented. Also adds a mutex t...
Dan Zhang
2018-02-27
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
Remain consitant with #14493
ncteisen
2018-02-26
|
*
|
|
|
|
Convert slice hash table and service config code to C++.
Mark D. Roth
2018-02-26
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'master' into 2phase_thd
Vijay Pai
2018-02-26
|
\
|
|
|
|
|
*
|
|
|
Merge pull request #14493 from nnorwitz/patch-1
Noah Eisen
2018-02-26
|
|
\
\
\
\
*
|
|
|
|
|
Merge branch 'master' into 2phase_thd
Vijay Pai
2018-02-24
|
\
|
|
|
|
|
|
*
|
|
|
|
Add a sanity check for inclusion of port_platform.h
Alexander Polcyn
2018-02-23
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Regenerate projects
Mehrdad Afshari
2018-02-22
|
|
*
|
|
Use the total # of processors instead of # online.
nnorwitz
2018-02-22
|
|
/
/
/
*
|
|
|
Fix header includes
Vijay Pai
2018-02-21
*
|
|
|
Move destructor and Start to implementation
Vijay Pai
2018-02-21
[next]