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
/
iomgr
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
*
Use heuristic to determine how many events to handle per iteration
Ken Payson
2018-02-14
*
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 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_review_host_port
Vijay Pai
2018-02-07
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Merge pull request #14272 from ncteisen/bug-chasing
Jan Tattermusch
2018-02-05
|
|
|
\
\
|
|
|
*
|
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
|
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
Batch size to 1 since it is better for latency (this is similar to what
Sree Kuchibhotla
2018-02-01
|
|
*
|
|
enable epollex by default
Sree Kuchibhotla
2018-02-01
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #14264 from yang-g/to_scope
Yang Gao
2018-02-01
|
\
\
\
\
|
*
|
|
|
Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.
yang-g
2018-01-31
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'master' into polling-api-trace
Sree Kuchibhotla
2018-01-31
|
\
|
|
|
*
|
|
|
Fix format specifier for gpr_millis
Sree Kuchibhotla
2018-01-30
*
|
|
|
Update ev_posix.cc
Sree Kuchibhotla
2018-01-30
*
|
|
|
Debug statements for polling api
Sree Kuchibhotla
2018-01-30
|
*
|
|
Merge pull request #14215 from jtattermusch/fix_bad_merge_magic_number
Jan Tattermusch
2018-01-31
|
|
\
\
\
|
*
\
\
\
Merge pull request #14217 from sreecha/epollex-fix
Sree Kuchibhotla
2018-01-30
|
|
\
\
\
\
|
*
|
|
|
|
Add timer trace annotations to epollex
yang-g
2018-01-30
|
/
/
/
/
/
|
*
|
|
|
Update ev_epollex_linux.cc
Sree Kuchibhotla
2018-01-29
|
*
|
|
|
Fix an issue in epollex that was causing some workers to get indefinitely stu...
Sree Kuchibhotla
2018-01-29
|
/
/
/
/
|
*
/
/
magic number 13 probably a typo in manual merge
Jan Tattermusch
2018-01-29
|
/
/
/
|
*
|
Privatize host_port.h; was not used in any wrapped language implementation
Vijay Pai
2018-01-25
|
|
*
Privatize thread-local storage headers
Vijay Pai
2018-01-25
|
|
/
*
|
explicitly initialize all grpc_pollset fields (epollex)
Jan Tattermusch
2018-01-25
*
|
fix: avoid doing a poll when already shutdown
Jan Tattermusch
2018-01-25
|
/
*
Use DEBUG level for polling engine trace logs.
yang-g
2018-01-24
*
Rename 'gpr++' directories to 'gprpp'.
Mark D. Roth
2018-01-19
*
Merge pull request #14076 from grpc/execctx_remfinish
Yash Tibrewal
2018-01-18
|
\
*
\
Merge pull request #14051 from markdroth/reorganize_support
Mark D. Roth
2018-01-18
|
\
\
|
|
*
Remove extraneous Finish in ExecCtx
Yash Tibrewal
2018-01-18
|
|
/
|
/
|
|
*
Split lib/support into lib/gpr and lib/gpr++.
Mark D. Roth
2018-01-18
*
|
Fixed typo in documentation.
Carlos O'Ryan
2018-01-18
|
/
*
Eliminate GRPC_LINUX_LEGACY_EPOLL
Mehrdad Afshari
2018-01-17
*
Explicitly enable epoll on manylinux1
Mehrdad Afshari
2018-01-17
*
Enable epoll on Python manylinux1
Mehrdad Afshari
2018-01-16
*
Merge pull request #13975 from danzh2010/adjustrcvbuf
Yang Gao
2018-01-12
|
\
[next]