index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
cpp
/
client
Commit message (
Expand
)
Author
Age
*
Add C++ wrapper for local credentials
Yihua Zhang
2018-07-24
*
Create verify_peer_options when creating ssl credentials in order to expose a...
Ian Haken
2018-06-12
*
Add C++ experimental API extensions for ALTS C stack
Yihua Zhang
2018-04-16
*
Use static_cast rather than reinterpret_cast whenever possible
Vijay Pai
2018-03-05
*
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
Vijay Pai
2018-02-19
*
Move headers from grpc++ to grpcpp
Muxi Yan
2018-02-15
*
Internalize gpr_thd except for id and currentid
Vijay Pai
2018-02-12
*
Merge branch 'master' into gpr_review
Vijay Pai
2018-02-08
|
\
*
|
Privatize useful.h and avl.h
Vijay Pai
2018-02-02
|
*
Fix compression algorithm accessors
David Garcia Quintas
2018-02-01
|
/
*
Split lib/support into lib/gpr and lib/gpr++.
Mark D. Roth
2018-01-18
*
Revert "Stop using std::thread in C++ library since it can trigger exceptions"
Jan Tattermusch
2018-01-12
*
Switch C++ sync server to use gpr_thd rather than std::thread and provide res...
Vijay Pai
2018-01-08
*
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
*
Update clang-format to 5.0
Craig Tiller
2017-11-03
*
Update with internal C++ interfaces
Yuchen Zeng
2017-10-30
*
Remove c++ channel connectivity watcher
Yuchen Zeng
2017-10-30
*
Adopt the static factory pattern (#10)
Vijay Pai
2017-10-27
*
Separate public and internal C++ interfaces
Vijay Pai
2017-10-26
*
Update create_channel.cc
Vijay Pai
2017-10-17
*
Fix initialization bug in channel creation
Krasimir Georgiev
2017-10-17
*
Fix ClangTidy
ncteisen
2017-09-29
*
Merge pull request #12374 from markdroth/plugin_credentials_api_fix
Mark D. Roth
2017-09-29
|
\
*
|
Add CompositeCallCredentials
yang-g
2017-09-28
|
*
Code review changes.
Mark D. Roth
2017-09-28
|
*
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
Mark D. Roth
2017-09-25
|
|
\
|
|
/
|
/
|
*
|
Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip
Vijay Pai
2017-09-21
*
|
Removing deprecated string to char * conversions
Yash Tibrewal
2017-09-17
*
|
Construction of streams shouldn't require triggering async ops
Vijay Pai
2017-09-14
|
*
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
Mark D. Roth
2017-09-08
|
|
\
|
|
/
|
/
|
|
*
clang-format
Mark D. Roth
2017-09-06
*
|
Address review comments
Yuchen Zeng
2017-09-05
*
|
Fix timer shutdown process
Yuchen Zeng
2017-09-01
|
*
Change plugin credentials API to support both sync and async modes.
Mark D. Roth
2017-09-01
*
|
Add ChannelConnectivityWatcher::Ref()/Unref()
Yuchen Zeng
2017-08-25
*
|
Sanity fixes
Yuchen Zeng
2017-08-24
*
|
Privatize ChannelConnectivityWatcher members
Yuchen Zeng
2017-08-24
*
|
Remove non-POD global variables
Yuchen Zeng
2017-08-24
*
|
Document GRPC_DISABLE_CHANNEL_CONNECTIVITY_WATCHER
Yuchen Zeng
2017-08-24
*
|
Check env variable
Yuchen Zeng
2017-08-24
*
|
Share one monitoring thread between channels
Yuchen Zeng
2017-08-24
*
|
Check connectivity intermittently
Yuchen Zeng
2017-08-23
*
|
Remove atm in ChannelConnectivityWatcher
Yuchen Zeng
2017-08-23
*
|
Avoid using timers
Yuchen Zeng
2017-08-22
*
|
Prevent watching unsuppoted channels
Yuchen Zeng
2017-08-22
*
|
Address review comments
Yuchen Zeng
2017-08-22
*
|
Add reconnect channel tests
Yuchen Zeng
2017-08-22
*
|
Add ChannelConnectivityWatcher
Yuchen Zeng
2017-08-22
|
/
*
Add a GrpcLibraryInitializer to client_context.cc
Garret Kelly
2017-07-31
[next]