index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
core
/
surface
/
completion_queue_threading_test.cc
Commit message (
Expand
)
Author
Age
*
Use static_cast rather than reinterpret_cast whenever possible
Vijay Pai
2018-03-05
*
Move assignment for Thread, make destructor optional, loop cv waits
Vijay Pai
2018-03-01
*
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
*
Remove support for detached threads. All threads must be joined.
Vijay Pai
2018-02-15
*
Internalize gpr_thd except for id and currentid
Vijay Pai
2018-02-12
*
Autofix c casts to c++ casts
Noah Eisen
2018-02-09
*
Privatize useful.h and avl.h
Vijay Pai
2018-02-02
*
Revert "Revert "All instances of exec_ctx being passed around in src/core rem...
Yash Tibrewal
2017-12-06
*
Revert "All instances of exec_ctx being passed around in src/core removed"
Yash Tibrewal
2017-12-06
*
Merge pull request #13058 from yashykt/execctx
Yash Tibrewal
2017-12-05
|
\
*
|
clang-format
Vijay Pai
2017-12-04
*
|
Fix up review comments
Dave MacLachlan
2017-11-30
|
*
Remove _ prefixed variable names
Yash Tibrewal
2017-11-29
*
|
Add thread naming support on platforms that support it.
Dave MacLachlan
2017-11-29
|
*
Fix race conditions and more grpc_inits required. csharp tests will be fixed ...
Yash Tibrewal
2017-11-29
|
*
Merge master
Yash Tibrewal
2017-11-16
|
|
\
|
|
/
|
/
|
|
*
Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...
Yash Tibrewal
2017-11-14
|
*
Address some PR comments
Yash Tibrewal
2017-11-14
*
|
clang-format after nullptr changes
Craig Tiller
2017-11-10
*
|
Enable clang-tidy as a sanity check, fix up all known failures
Craig Tiller
2017-11-10
|
*
Merge with master
Yash Tibrewal
2017-11-09
|
|
\
|
|
/
|
/
|
*
|
Merge master
Yash Tibrewal
2017-11-06
*
|
rename all test core files to cc and a lot of C++ style conversions
Yash Tibrewal
2017-10-25
/
*
Removing instances of exec_ctx being passed around in functions in
Yash Tibrewal
2017-10-18