Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
eb9b82b7e1466a3aa28fcfed9e88e2f5dda35347
/
src
/
cpp
/
client
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
2e19036
Fix copyrights
by Craig Tiller
· 9 years ago
f40df23
Auto-changes
by Craig Tiller
· 9 years ago
146070d
fixed multiple initialization of globals
by David Garcia Quintas
· 9 years ago
60ee8dd
docstrings
by David Garcia Quintas
· 9 years ago
d59ad7e
Provide explicit API for user to set user agent string prefix
by yang-g
· 9 years ago
d79ef3a
Fixed wrong usage of global var
by David Garcia Quintas
· 9 years ago
b4e51b5
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
by David Garcia Quintas
· 9 years ago
5a94623
copyrights
by David Garcia Quintas
· 9 years ago
e1300de
After GrpcLibrary refactoring. Compiles and passes. WIP still
by David Garcia Quintas
· 9 years ago
b523c73
async_stream.h done. Compiles
by David Garcia Quintas
· 9 years ago
a43aadd
fixed copyrights
by David Garcia Quintas
· 9 years ago
08a0a33
Made "codedgen" directories closed over #includes
by David Garcia Quintas
· 9 years ago
3e60e32
Update the copyrights of the modified files.
by Bogdan Drutu
· 9 years ago
618051c
Fix the build.
by Bogdan Drutu
· 9 years ago
c318d70
Add virtual destructors for the default implementations as well.
by Bogdan Drutu
· 9 years ago
6af31bd
Fix the naming conflict issue that cause the tests to fail.
by Bogdan Drutu
· 9 years ago
42ab3fa
Add a destructor callback as well
by Bogdan Drutu
· 9 years ago
38d2ad6
Add a hook for the default constructor of ClientContext.
by Bogdan Drutu
· 9 years ago
c9614d3
Merge pull request #4175 from yang-g/tcp_refactor
by Craig Tiller
· 9 years ago
35c1d3c
Merge pull request #4207 from yang-g/server_builder_options
by Craig Tiller
· 9 years ago
d88e1d8
merge with head and resolve conflict
by yang-g
· 9 years ago
f9c58f3
Merge branch 'release-0_12'
by Nicolas "Pixel" Noble
· 9 years ago
5270559
Add set pointer api to channel_arguments
by yang-g
· 9 years ago
114f394
Cpp example of how the plugins can be done.
by Julien Boeuf
· 9 years ago
caf9935
Also adding a credentials type to the plugin API.
by Julien Boeuf
· 9 years ago
3c957e6
Fixing implementations.
by Julien Boeuf
· 9 years ago
b113649
clang-format
by Craig Tiller
· 9 years ago
232d625
Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change
by Julien Boeuf
· 9 years ago
a89bf50
Handle cancel before start case
by yang-g
· 9 years ago
3bb61d8
Merge branch 'master' of https://github.com/grpc/grpc into core_creds_api_change
by Julien Boeuf
· 9 years ago
54a902e
Successfully compile C++ libary (not tests yet).
by Julien Boeuf
· 9 years ago
86253ca
Latency traces
by Craig Tiller
· 9 years ago
e547bdf
Fix an assert
by Vijay Pai
· 9 years ago
e57abcf
C++ changes required to maintain gcc4.4 compatibility - reduce use
by Vijay Pai
· 9 years ago
8b0b6f4
It is a bad idea to have a map with string_refs as output params.
by Julien Boeuf
· 9 years ago
14929d4
Credentials plugin fixes (after the branch was merged).
by Julien Boeuf
· 9 years ago
2d04118
Design and implementation of the core credentials plugin API.
by Julien Boeuf
· 9 years ago
5be92a3
Shuffling headers around.
by Julien Boeuf
· 9 years ago
97cd4ae
Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor
by Julien Boeuf
· 9 years ago
6c7185d
Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup
by Julien Boeuf
· 9 years ago
a883ccf
Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor
by Julien Boeuf
· 9 years ago
0c711ad
Adding C++ metadata processor.
by Julien Boeuf
· 9 years ago
89d5610
Merge pull request #3104 from yang-g/create_channel
by Craig Tiller
· 9 years ago
730055d
implementation fix
by yang-g
· 9 years ago
dafcce9
channel creation API change
by yang-g
· 9 years ago
510a920
Credentials cleanup:
by Julien Boeuf
· 9 years ago
c5b570f
Adding void* at then end of security related method in order to have a stable ABI.
by Julien Boeuf
· 9 years ago
9e2f90c
headers reorg
by yang-g
· 9 years ago
961eeb0
Merge remote-tracking branch 'upstream/master' into docs
by yang-g
· 9 years ago
c317f07
Make Channel ctor private
by yang-g
· 9 years ago
ef00308
remove internal_stub
by yang-g
· 9 years ago
c2bd8a6
Fix server side and generic stub
by yang-g
· 9 years ago
8c2be9f
Remove ChannelInterface and replace it with Channel
by yang-g
· 9 years ago
2f543f2
Bug fix. Called c_str on a temp string
by yang-g
· 9 years ago
d6c98df
clang-format all source
by Craig Tiller
· 9 years ago
c31cd86
Let lame_client accept error status
by yang-g
· 9 years ago
d53b389
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
by Nicolas "Pixel" Noble
· 9 years ago
Next »