Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
1d77059e4b1ec17c704acfc876e321cc33bff99d
/
src
/
cpp
/
client
/
channel_cc.cc
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
c0b2acb
Use C++11 final and override
by Vijay Pai
· 8 years ago
28b7242
clang-format
by Craig Tiller
· 8 years ago
b37d53e
Bulk update #includes
by Craig Tiller
· 8 years ago
102fa96
Rename some files to avoid conflicting .obj files on Windows
by Craig Tiller
· 8 years ago
[Renamed from src/cpp/client/channel.cc]
6169d5f
Update copyrights
by Craig Tiller
· 9 years ago
9533d04
Fix includes
by Craig Tiller
· 9 years ago
d79ef3a
Fixed wrong usage of global var
by David Garcia Quintas
· 9 years ago
e1300de
After GrpcLibrary refactoring. Compiles and passes. WIP still
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
86253ca
Latency traces
by Craig Tiller
· 9 years ago
5be92a3
Shuffling headers around.
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
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
d53b389
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
by Nicolas "Pixel" Noble
· 9 years ago
37ce034
add const
by yang-g
· 9 years ago
0c034a0
client code clean up
by yang-g
· 9 years ago
9d72b14
Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown
by Nicolas "Pixel" Noble
· 9 years ago
87e133e
merge with head
by yang-g
· 9 years ago
c8abca8
Resolve comments
by yang-g
· 9 years ago
8708dd7
Add WaitForState
by yang-g
· 9 years ago
bb53614
C++ context propagation
by Craig Tiller
· 9 years ago
36f5965
clean up and add a test
by yang-g
· 9 years ago
a73dc1c
specialize deadline type and implementation
by yang-g
· 9 years ago
18541a1
Merge github.com:grpc/grpc into propagate
by Craig Tiller
· 9 years ago
c7df0df
Implement cancellation propagation, define auth propagation
by Craig Tiller
· 9 years ago
3e7c6a7
Core-supported context inheritance sketch
by Craig Tiller
· 9 years ago
d556da9
Pass NULL as host by default. Use context.authority() or channel.SslNameOverride() when set.
by yang-g
· 9 years ago
6796805
Merge branch 'master' into issue_2709
by Alistair Veitch
· 9 years ago
ff32faf
Move grpc_census_call_*_context calls into public header
by Alistair Veitch
· 9 years ago
9a009f2
make accessors from get_x() to x()
by yang-g
· 9 years ago
ebb5140
Changing the library's code to adapt with the new API.
by Nicolas "Pixel" Noble
· 9 years ago
98d60fc
Merge github.com:grpc/grpc into hosts-need-names-too
by Craig Tiller
· 10 years ago
822d2c7
Support registering services against specific hosts
by Craig Tiller
· 10 years ago
fc62ddd
add client side census context
by Alistair Veitch
· 10 years ago
f75fc12
Add a test that headers are properly in build.json
by Craig Tiller
· 10 years ago
50a7a68
Progress commit on fixing up C++
by Craig Tiller
· 10 years ago
bbc0b77
Merge comments. See below.
by David Garcia Quintas
· 10 years ago
8954e90
Integration of Systemtap (STAP) for profiling.
by David Garcia Quintas
· 10 years ago
1fb9955
Fix early shutdown: await client context deletion before channel deletion
by Craig Tiller
· 10 years ago
23be280
Merge branch 'master' of github.com:grpc/grpc into the-purge-2
by Nicolas "Pixel" Noble
· 10 years ago
277d3cf
clang-format
by Craig Tiller
· 10 years ago
15f9f95
Use channel tags to call methods
by Craig Tiller
· 10 years ago
62d2896
Add facility to register methods in C++
by Craig Tiller
· 10 years ago
0163460
Mark creation of call, performing ops on channel
by Vijay Pai
· 10 years ago
8921916
Refactoring std::chrono out.
by Nicolas Noble
· 10 years ago
346a086
Merge github.com:grpc/grpc into credit
by Craig Tiller
· 10 years ago
ee7ab3d
Remove include google/protobuf/message.h as it should be covered in config.h
by Yang Gao
· 10 years ago
47c83fd
Credentials prototyping
by Craig Tiller
· 10 years ago
190d360
Add missing new-lines at end of file
by Craig Tiller
· 10 years ago
0605995
Update copyright to 2015
by Craig Tiller
· 10 years ago
d745705
formatting
by Yang Gao
· 10 years ago
bb017c5
should use c_str
by Yang Gao
· 10 years ago
f2c0ca4
Add setter to override authority header on ClientContext
by Yang Gao
· 10 years ago
573523f
clang-format
by Craig Tiller
· 10 years ago
20f4af2
Move call.h -> impl/call.h
by Craig Tiller
· 10 years ago
de91706
Refine completion queue
by Craig Tiller
· 10 years ago
b470169
Remove more unnecessary files
by Craig Tiller
· 10 years ago
5095071
Further progress
by Craig Tiller
· 10 years ago
c496575
Starting to scratch out the API
by Craig Tiller
· 10 years ago
40d2a43
Merge branch 'async-api-prep' of github.com:ctiller/grpc into async-api
by Craig Tiller
· 10 years ago
a7cac78
Prepare for the new batch call API.
by Craig Tiller
· 10 years ago
cce17ac
First compiling version of the new C api.
by Craig Tiller
· 10 years ago
724b7c6
clang-format
by Craig Tiller
· 10 years ago
8379a06
Merge branch 'new_invoke_api' of github.com:google/grpc into update-api
by Craig Tiller
· 10 years ago
ecd4934
Use clang-format-3.5
by Craig Tiller
· 10 years ago
09b6375
clang-format
by Craig Tiller
· 10 years ago
f93d53e
Starting to fix C++
by Craig Tiller
· 10 years ago
b5dcec5
clang-format codebase
by Craig Tiller
· 10 years ago
1b15109
Add impl subdirectory under public and move headers that need to be installed
by yangg
· 10 years ago
4105e2b
Add ServiceAccount Credentials wrapping and handle credentials creation
by yangg
· 10 years ago
03df7f6
Fix hostname for streaming.
by yangg
· 10 years ago
7cebec7
Use overriden host name when creating a call.
by yangg
· 10 years ago
59dfc90
Client side implementation of creating channel with credentials.
by yangg
· 10 years ago
246ec3b
Set host to channel's target when creating a call.
by yangg
· 10 years ago
2845cad
Trailing metadata support.
by ctiller
· 10 years ago
87da1b9
Make the default deadline gpr_inf_future to avoid mismatch between
by yangg
· 10 years ago
0c475f0
Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure.
by nnoble
· 10 years ago
b7ebd3b
Initial import.
by Nicolas Noble
· 10 years ago