Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
df762a371afb69fee229a8e535b0efc8ee1b4d93
/
src
/
cpp
/
client
9e6511a
Make the core callback interface API so that it can be used in generated code
by Vijay Pai
· 6 years ago
6b6bdbb
Address reviewer and clang-tidy comments
by Vijay Pai
· 6 years ago
8bf5253
Provide a generic client-side unary callback API
by Vijay Pai
· 6 years ago
f7e7256
Add experimental API for resetting connection backoff.
by Mark D. Roth
· 6 years ago
acc6ba0
Add C++ wrapper for local credentials
by Yihua Zhang
· 6 years ago
68eff58
Create verify_peer_options when creating ssl credentials in order to expose a verification callback option.
by Ian Haken
· 7 years ago
fe2fa0c
Add C++ experimental API extensions for ALTS C stack
by Yihua Zhang
· 7 years ago
7fed69b
Use static_cast rather than reinterpret_cast whenever possible
by Vijay Pai
· 7 years ago
da69355
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
by Vijay Pai
· 7 years ago
0e00c43
Move headers from grpc++ to grpcpp
by Muxi Yan
· 7 years ago
c745690
Internalize gpr_thd except for id and currentid
by Vijay Pai
· 7 years ago
239b7d4
Merge branch 'master' into gpr_review
by Vijay Pai
· 7 years ago
d4d0a30
Privatize useful.h and avl.h
by Vijay Pai
· 7 years ago
a21ab2b
Fix compression algorithm accessors
by David Garcia Quintas
· 7 years ago
dbdf495
Split lib/support into lib/gpr and lib/gpr++.
by Mark D. Roth
· 7 years ago
c9ec2c0
Revert "Stop using std::thread in C++ library since it can trigger exceptions"
by Jan Tattermusch
· 7 years ago
5dd3226
Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism
by Vijay Pai
· 7 years ago
be98d24
clang-format after nullptr changes
by Craig Tiller
· 7 years ago
4ac2b8e
Enable clang-tidy as a sanity check, fix up all known failures
by Craig Tiller
· 7 years ago
baa14a9
Update clang-format to 5.0
by Craig Tiller
· 7 years ago
b16df75
Update with internal C++ interfaces
by Yuchen Zeng
· 7 years ago
6a48dc5
Remove c++ channel connectivity watcher
by Yuchen Zeng
· 7 years ago
7a64885
Adopt the static factory pattern (#10)
by Vijay Pai
· 7 years ago
06e174a
Separate public and internal C++ interfaces
by Vijay Pai
· 7 years ago
53cec0f
Update create_channel.cc
by Vijay Pai
· 7 years ago
1f42fae
Fix initialization bug in channel creation
by Krasimir Georgiev
· 7 years ago
520cc8f
Fix ClangTidy
by ncteisen
· 7 years ago
ede8ed2
Merge pull request #12374 from markdroth/plugin_credentials_api_fix
by Mark D. Roth
· 7 years ago
cfd20c4
Add CompositeCallCredentials
by yang-g
· 7 years ago
61b26f9
Code review changes.
by Mark D. Roth
· 7 years ago
b4c01f9
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
by Mark D. Roth
· 7 years ago
2046d0b
Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip
by Vijay Pai
· 7 years ago
9eb8672
Removing deprecated string to char * conversions
by Yash Tibrewal
· 7 years ago
4b047a3
Construction of streams shouldn't require triggering async ops
by Vijay Pai
· 7 years ago
0aee498
Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fix
by Mark D. Roth
· 7 years ago
1ff6ee1
clang-format
by Mark D. Roth
· 7 years ago
26b0a34
Address review comments
by Yuchen Zeng
· 7 years ago
5150cbd
Fix timer shutdown process
by Yuchen Zeng
· 7 years ago
2caf021
Change plugin credentials API to support both sync and async modes.
by Mark D. Roth
· 7 years ago
4a11ecc
Add ChannelConnectivityWatcher::Ref()/Unref()
by Yuchen Zeng
· 7 years ago
ba23e79
Sanity fixes
by Yuchen Zeng
· 7 years ago
504be5c
Privatize ChannelConnectivityWatcher members
by Yuchen Zeng
· 7 years ago
ddaef3e
Remove non-POD global variables
by Yuchen Zeng
· 7 years ago
f1d5098
Document GRPC_DISABLE_CHANNEL_CONNECTIVITY_WATCHER
by Yuchen Zeng
· 7 years ago
33845d0
Check env variable
by Yuchen Zeng
· 7 years ago
b4481a9
Share one monitoring thread between channels
by Yuchen Zeng
· 7 years ago
bfb4e06
Check connectivity intermittently
by Yuchen Zeng
· 7 years ago
4d88416
Remove atm in ChannelConnectivityWatcher
by Yuchen Zeng
· 7 years ago
a2e506e
Avoid using timers
by Yuchen Zeng
· 7 years ago
6a6d618
Prevent watching unsuppoted channels
by Yuchen Zeng
· 7 years ago
2411bac
Address review comments
by Yuchen Zeng
· 7 years ago
ee3e331
Add reconnect channel tests
by Yuchen Zeng
· 7 years ago
be9b814
Add ChannelConnectivityWatcher
by Yuchen Zeng
· 7 years ago
9663d03
Add a GrpcLibraryInitializer to client_context.cc
by Garret Kelly
· 7 years ago
6abd200
Revert "Separate internal-only and public parts of C++ API"
by Vijay Pai
· 7 years ago
c0baec6
Internalize structs and methods meant for being exposed through codegen
by Vijay Pai
· 7 years ago
7897ae9
auto-fix most of licenses
by Jan Tattermusch
· 7 years ago
d4e9a48
Convert all async client stream types to not allocate
by Craig Tiller
· 8 years ago
66051c6
Async end2end test passes
by Craig Tiller
· 8 years ago
dd36b15
Call ref/unref, bugfixes
by Craig Tiller
· 8 years ago
bdc76ab
bug fix
by Yuxuan Li
· 8 years ago
34894e4
Implemented stream coalescing design
by Yuxuan Li
· 8 years ago
7c70b6c
Revert "Revert "Metadata handling rewrite""
by Craig Tiller
· 8 years ago
5e01e2a
Revert "Metadata handling rewrite"
by Craig Tiller
· 8 years ago
1d83a70
Fix memory leak
by Craig Tiller
· 8 years ago
28ea6f0
Fix memory corruption
by Craig Tiller
· 8 years ago
95beab2
Uncover the badness
by Craig Tiller
· 8 years ago
cca7589
Start moving C++ to slice interfaces
by Craig Tiller
· 8 years ago
4bbdda4
Allow getting LB policy name and service config in C++ API.
by Mark D. Roth
· 8 years ago
32df467
Merge github.com:grpc/grpc into grpc_slice
by Craig Tiller
· 8 years ago
320ed13
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
by Vijay Pai
· 8 years ago
713c7b8
clang-format
by Vijay Pai
· 8 years ago
c0b2acb
Use C++11 final and override
by Vijay Pai
· 8 years ago
28b7242
clang-format
by Craig Tiller
· 8 years ago
6e080a3
Merge branch 'buffer_pools_for_realsies' into grpc_slice
by Craig Tiller
· 8 years ago
b37d53e
Bulk update #includes
by Craig Tiller
· 8 years ago
07ecd9d
Add copyright header
by Garrett Casto
· 8 years ago
a2a3250
Clang format
by Garrett Casto
· 8 years ago
7ec3171
Merge remote-tracking branch 'upstream/master' into cronet_cpp_api
by Garrett Casto
· 8 years ago
37e3cc0
Remove stale comment
by Garrett Casto
· 8 years ago
931a26b
Add C++ Api
by Garrett Casto
· 8 years ago
4944ee2
Merge remote-tracking branch 'upstream/master' into fail_fast
by Mark D. Roth
· 8 years ago
d24b822
Merge pull request #8046 from gislan/master
by Yang Gao
· 8 years ago
59c9f90
Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to
by Mark D. Roth
· 8 years ago
9477724
Change C++ API to expose wait_for_ready instead of fail_fast.
by Mark D. Roth
· 8 years ago
a51f541
Merge pull request #7559 from dgquintas/codegen_cleanse
by Craig Tiller
· 8 years ago
dbdc6e4
Add method for creating insecure channel from FD with custom arguments
by Adam Czachorowski
· 8 years ago
93b0947
Merge pull request #8024 from makdharma/cpp_cacheable
by makdharma
· 8 years ago
2b98b77
add cacheable option to client_context
by Makarand Dharmapurikar
· 8 years ago
102fa96
Rename some files to avoid conflicting .obj files on Windows
by Craig Tiller
· 8 years ago
c79b065
removed codegen/log.h
by David Garcia Quintas
· 8 years ago
05bec5c
Fix uninitialized variable
by Craig Tiller
· 8 years ago
1bc2976
Merge pull request #6481 from dgquintas/compression_md_level_bis
by Jan Tattermusch
· 8 years ago
4ad746e
clang-format, fix headers, windows fixes
by Adam Michalik
· 8 years ago
b97e2d1
Add C++ support for using external FD
by Adam Michalik
· 8 years ago
9e9f7b6
Refactorings and renamings related to compression.
by David Garcia Quintas
· 9 years ago
3ab2fe0
Rollup of changes from the latest import
by Craig Tiller
· 9 years ago
399b3c4
Fix client_crash_test, implement idempotency, fail_fast for C++
by Craig Tiller
· 9 years ago
6169d5f
Update copyrights
by Craig Tiller
· 9 years ago
9533d04
Fix includes
by Craig Tiller
· 9 years ago
Next »