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
/
gprpp
Commit message (
Expand
)
Author
Age
*
C++-ify grpclb client stats.
Mark D. Roth
2018-05-17
*
Merge pull request #15339 from ncteisen/new-delete-hack
Noah Eisen
2018-05-16
|
\
*
|
Review changes
kpayson64
2018-05-11
*
|
Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_check
kpayson64
2018-05-11
|
\
\
*
|
|
Test failure fixes
kpayson64
2018-05-11
|
|
*
Add single point of maintanence for New Delete friends
ncteisen
2018-05-11
|
|
/
*
|
c++ify
kpayson64
2018-04-30
*
|
Add exec_ctx check to fork handlers
kpayson64
2018-04-30
|
*
Change trace logging to use GPR_INFO instead of GPR_DEBUG.
Mark D. Roth
2018-04-25
|
*
Work-around for ref-counted subclass deletion address problem.
Mark D. Roth
2018-04-20
|
*
Simplify capacity growth calculation.
Mark D. Roth
2018-03-28
|
*
Change InlinedVector to keep elements stored contiguously.
Mark D. Roth
2018-03-28
|
/
*
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
|
\
*
|
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
|
*
|
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-24
|
\
|
|
|
*
|
Add a sanity check for inclusion of port_platform.h
Alexander Polcyn
2018-02-23
*
|
|
Move destructor and Start to implementation
Vijay Pai
2018-02-21
*
|
|
Merge branch 'master' into 2phase_thd
Vijay Pai
2018-02-21
|
\
|
|
*
|
|
MinGW requires lambdas to set their calling method if needed
Vijay Pai
2018-02-21
*
|
|
wip for Windows port
Vijay Pai
2018-02-20
*
|
|
Minor fixes
Vijay Pai
2018-02-20
*
|
|
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 typo in constant name.
Carlos O'Ryan
2018-02-19
|
|
/
|
*
Use aligned memory as needed.
Mark D. Roth
2018-02-15
|
/
*
Weaken reintepret_cast to static_cast for Orphanable
Vijay Pai
2018-02-07
*
Enforce CRTP: weaken reinterpret_cast to static_cast
Vijay Pai
2018-02-06
*
Change Ref() methods to return a RefCountedPtr<>.
Mark D. Roth
2018-02-06
*
Initialize data members in a single place.
Mark D. Roth
2018-01-24
*
Add const version of operator[].
Mark D. Roth
2018-01-23
*
Add clear() method for InlinedVector<>.
Mark D. Roth
2018-01-23
*
Rename 'gpr++' directories to 'gprpp'.
Mark D. Roth
2018-01-19