index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
core
/
gprpp
Commit message (
Expand
)
Author
Age
*
Add pop_back test
ncteisen
2018-10-05
*
fix clang_tidy
Mark D. Roth
2018-07-27
*
A bit of cleanup and add more tests.
Mark D. Roth
2018-07-27
*
Fix RefCountedPtr to handle polymorphism.
Mark D. Roth
2018-07-26
*
reviewer feedback
ncteisen
2018-07-17
*
reviewer feedback:
ncteisen
2018-07-17
*
Add copy and move ctor to InlinedVector
ncteisen
2018-07-13
*
Merge pull request #15782 from markdroth/recv_trailing_metadata_ready3
Mark D. Roth
2018-06-19
|
\
*
|
Enable the performance-* clang-tidy checks
Noah Eisen
2018-06-14
|
*
Revert "Merge pull request #15746 from grpc/revert-15709-recv_trailing_metada...
Mark D. Roth
2018-06-14
|
/
*
Revert "Second attempt: move recv_trailing_metadata into its own callback, do...
Mark D. Roth
2018-06-13
*
Code review changes.
Mark D. Roth
2018-06-11
*
Fix fork test flake
kpayson64
2018-05-18
*
Regenerate projects
kpayson64
2018-05-11
*
Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_check
kpayson64
2018-05-11
|
\
*
|
BUILD fixes
kpayson64
2018-05-11
*
|
c++ify
kpayson64
2018-04-30
|
*
Avoid warnings from LLVM -Wself-assign.
Mark D. Roth
2018-04-18
|
*
Change InlinedVector to keep elements stored contiguously.
Mark D. Roth
2018-03-28
|
*
Don't capture unnecessary or unused variables
David Garcia Quintas
2018-03-21
|
/
*
Minor changes and fixes
Vijay Pai
2018-03-01
*
Move assignment for Thread, make destructor optional, loop cv waits
Vijay Pai
2018-03-01
*
Reduce thread count to reduce stack frame size
Vijay Pai
2018-02-24
*
Minor bug 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
*
Internalize gpr_thd except for id and currentid
Vijay Pai
2018-02-12
*
Change Ref() methods to return a RefCountedPtr<>.
Mark D. Roth
2018-02-06
*
Fix build problem.
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