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
/
channel.cc
Commit message (
Expand
)
Author
Age
*
Merge github.com:grpc/grpc into hosts-need-names-too
Craig Tiller
2015-07-08
|
\
*
|
Support registering services against specific hosts
Craig Tiller
2015-07-07
|
*
add client side census context
Alistair Veitch
2015-06-29
|
/
*
Add a test that headers are properly in build.json
Craig Tiller
2015-06-25
*
Progress commit on fixing up C++
Craig Tiller
2015-06-04
*
Merge comments. See below.
David Garcia Quintas
2015-04-29
*
Integration of Systemtap (STAP) for profiling.
David Garcia Quintas
2015-04-29
*
Fix early shutdown: await client context deletion before channel deletion
Craig Tiller
2015-04-27
*
Merge branch 'master' of github.com:grpc/grpc into the-purge-2
Nicolas "Pixel" Noble
2015-04-24
|
\
|
*
clang-format
Craig Tiller
2015-04-16
|
*
Use channel tags to call methods
Craig Tiller
2015-04-16
|
*
Add facility to register methods in C++
Craig Tiller
2015-04-16
|
*
Mark creation of call, performing ops on channel
Vijay Pai
2015-04-15
*
|
Refactoring std::chrono out.
Nicolas Noble
2015-04-08
|
/
*
Merge github.com:grpc/grpc into credit
Craig Tiller
2015-03-04
|
\
|
*
Remove include google/protobuf/message.h as it should be covered in config.h
Yang Gao
2015-03-04
*
|
Credentials prototyping
Craig Tiller
2015-02-23
|
/
*
Add missing new-lines at end of file
Craig Tiller
2015-02-18
*
Update copyright to 2015
Craig Tiller
2015-02-18
*
formatting
Yang Gao
2015-02-17
*
should use c_str
Yang Gao
2015-02-17
*
Add setter to override authority header on ClientContext
Yang Gao
2015-02-17
*
clang-format
Craig Tiller
2015-02-17
*
Move call.h -> impl/call.h
Craig Tiller
2015-02-10
*
Refine completion queue
Craig Tiller
2015-02-09
*
Remove more unnecessary files
Craig Tiller
2015-02-09
*
Further progress
Craig Tiller
2015-02-09
*
Starting to scratch out the API
Craig Tiller
2015-02-09
*
Merge branch 'async-api-prep' of github.com:ctiller/grpc into async-api
Craig Tiller
2015-02-02
|
\
|
*
Prepare for the new batch call API.
Craig Tiller
2015-02-02
*
|
First compiling version of the new C api.
Craig Tiller
2015-01-27
|
/
*
clang-format
Craig Tiller
2015-01-20
*
Merge branch 'new_invoke_api' of github.com:google/grpc into update-api
Craig Tiller
2015-01-20
|
\
*
|
Use clang-format-3.5
Craig Tiller
2015-01-18
|
*
clang-format
Craig Tiller
2015-01-14
|
*
Starting to fix C++
Craig Tiller
2015-01-13
|
/
*
clang-format codebase
Craig Tiller
2015-01-13
*
Add impl subdirectory under public and move headers that need to be installed
yangg
2015-01-12
*
Add ServiceAccount Credentials wrapping and handle credentials creation
yangg
2015-01-12
*
Fix hostname for streaming.
yangg
2015-01-08
*
Use overriden host name when creating a call.
yangg
2014-12-29
*
Client side implementation of creating channel with credentials.
yangg
2014-12-29
*
Set host to channel's target when creating a call.
yangg
2014-12-19
*
Trailing metadata support.
ctiller
2014-12-16
*
Make the default deadline gpr_inf_future to avoid mismatch between
yangg
2014-12-12
*
Updating moe_db.txt with the latest equivalence since the ruby import changed...
nnoble
2014-12-05
*
Initial import.
Nicolas Noble
2014-11-26