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
*
clang-fmt
Vijay Pai
2018-02-19
*
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
Vijay Pai
2018-02-19
*
Fix thread leak by delaying thread exit until join is ready
Vijay Pai
2018-02-16
*
Remove support for detached threads. All threads must be joined.
Vijay Pai
2018-02-15
*
Merge pull request #14416 from markdroth/send_message_slice_ownership
Mark D. Roth
2018-02-15
|
\
*
\
Merge pull request #14430 from kpayson64/multi_poll_per_call
kpayson64
2018-02-15
|
\
\
*
|
|
Add clarifying comment
ncteisen
2018-02-14
*
|
|
Use grpc_channel_arg_get_string when appropriate
ncteisen
2018-02-14
|
*
|
Use heuristic to determine how many events to handle per iteration
Ken Payson
2018-02-14
*
|
|
Add channel arg helper for string
ncteisen
2018-02-14
|
/
/
|
*
Take ownership of byte_buffer contents as soon as send_message op is started.
Mark D. Roth
2018-02-13
|
/
*
Merge pull request #14407 from vjpai/gpr_review_thd
Vijay Pai
2018-02-12
|
\
*
\
Merge pull request #14409 from sreecha/mu-destroy
Sree Kuchibhotla
2018-02-12
|
\
\
|
*
|
Destroy the pollset mutex created in pollset_init
Sree Kuchibhotla
2018-02-12
|
|
*
Internalize gpr_thd except for id and currentid
Vijay Pai
2018-02-12
|
|
/
|
/
|
*
|
Manually fix build issue
Noah Eisen
2018-02-09
*
|
Run clang fmt
Noah Eisen
2018-02-09
*
|
Add some manual const casts to fix build
Noah Eisen
2018-02-09
*
|
Autofix c casts to c++ casts
Noah Eisen
2018-02-09
*
|
Merge branch 'master' into gpr_review
Vijay Pai
2018-02-08
|
\
\
|
*
\
Merge pull request #14196 from vjpai/gpr_review_tls
Vijay Pai
2018-02-08
|
|
\
\
*
|
|
|
Merge branch 'master' into gpr_review
Vijay Pai
2018-02-08
|
\
|
|
|
*
|
|
|
Fix header guard
Vijay Pai
2018-02-08
*
|
|
|
Merge branch 'master' into gpr_review
Vijay Pai
2018-02-08
|
\
\
\
\
|
|
|
*
\
Merge branch 'master' into gpr_review_tls
Vijay Pai
2018-02-08
|
|
|
|
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
Merge branch 'master' into gpr_review3
Vijay Pai
2018-02-08
|
|
|
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge pull request #14197 from vjpai/gpr_review_host_port
Vijay Pai
2018-02-08
|
|
\
\
\
\
|
|
|
*
\
\
Merge branch 'master' into gpr_review3
Vijay Pai
2018-02-08
|
|
|
|
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Move avl to its own directory and rename it to grpc_avl
Vijay Pai
2018-02-08
|
*
|
|
|
|
Merge pull request #14345 from vjpai/static
Vijay Pai
2018-02-07
|
|
\
\
\
\
\
|
|
|
*
\
\
\
Merge branch 'master' into gpr_review_host_port
Vijay Pai
2018-02-07
|
|
|
|
\
\
\
\
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
Weaken reintepret_cast to static_cast for Orphanable
Vijay Pai
2018-02-07
|
*
|
|
|
|
|
Merge pull request #14348 from mehrdada/upmerge
Mehrdad Afshari
2018-02-07
|
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
Enforce CRTP: weaken reinterpret_cast to static_cast
Vijay Pai
2018-02-06
|
*
|
|
|
|
|
Remove compression_ruby
Muxi Yan
2018-02-06
|
*
|
|
|
|
|
regenerate metadata
Muxi Yan
2018-02-06
|
*
|
|
|
|
|
Replace message/deflate,gzip with deflate,gzip
Muxi Yan
2018-02-06
|
*
|
|
|
|
|
Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*
Muxi Yan
2018-02-06
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
Upmerge branch 'v1.9.x' into 'master'
Mehrdad Afshari
2018-02-05
|
|
/
|
|
|
|
|
*
|
|
|
|
Change Ref() methods to return a RefCountedPtr<>.
Mark D. Roth
2018-02-06
|
|
*
|
|
|
Merge pull request #14315 from kpayson64/fix_refcounting
kpayson64
2018-02-05
|
|
|
\
\
\
\
|
|
|
*
|
|
|
Add refcounts for async callbacks in auth and client filters.
Ken Payson
2018-02-05
|
*
|
|
|
|
|
Merge pull request #14272 from ncteisen/bug-chasing
Jan Tattermusch
2018-02-05
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
fix typo
Shohei Kamimori
2018-02-05
|
*
|
|
|
|
|
|
Merge pull request #14275 from sreecha/enable-epollex
Sree Kuchibhotla
2018-02-04
|
|
\
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
Mark poll FD shutdown as UNAVAILABLE
ncteisen
2018-02-02
|
|
|
|
|
|
*
|
|
Merge branch 'master' into gpr_review_host_port
Vijay Pai
2018-02-02
|
|
|
|
|
|
|
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
*
/
|
|
|
|
|
|
|
Privatize useful.h and avl.h
Vijay Pai
2018-02-02
|
/
/
/
/
/
/
/
/
|
|
|
|
|
|
*
|
Merge branch 'master' into gpr_review3
Vijay Pai
2018-02-02
|
|
|
|
|
|
|
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #14015 from vjpai/alarm
Vijay Pai
2018-02-02
|
\
\
\
\
\
\
\
\
[next]