index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
cpp
/
end2end
/
generic_end2end_test.cc
Commit message (
Expand
)
Author
Age
*
Make grpc++ independent of protobuf
yang-g
2016-06-03
*
Update copyrights
Craig Tiller
2016-03-31
*
Make a copy of ByteBuffer when writing
yang-g
2016-03-21
*
remove outdated api
yang-g
2016-01-15
*
move utilities to a separate file
yang-g
2016-01-15
*
Rename TestService to EchoTestService to prevent name-conflict with
Sree Kuchibhotla
2016-01-13
*
Updated copyrights
murgatroid99
2016-01-12
*
Merge github.com:grpc/grpc into proto_names
Craig Tiller
2016-01-06
|
\
|
*
Eliminate gpr_ int types - and insist on C99 variants instead
Craig Tiller
2015-12-22
*
|
Consolidate C++ proto files under src/proto
Craig Tiller
2015-12-17
|
/
*
Add a case to cover multiple adds of generic service
vjpai
2015-12-09
*
Fixing Cpp tests.
Julien Boeuf
2015-10-12
*
Fixing headers and paths after merge with upstream.
Julien Boeuf
2015-08-30
*
Shuffling headers around.
Julien Boeuf
2015-08-28
*
implementation fix
yang-g
2015-08-27
*
Loosen test requirements to better fit spec
Craig Tiller
2015-08-25
*
headers reorg
yang-g
2015-08-21
*
Remove ChannelInterface and replace it with Channel
yang-g
2015-08-19
*
clang-format all source
Craig Tiller
2015-08-18
*
fix generic_end2end_test
yang-g
2015-07-31
*
Remove experimental prefix
Craig Tiller
2015-07-19
*
Removed compression levels from clients and _experimental_'d signature of met...
David Garcia Quintas
2015-07-17
*
WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of c...
David Garcia Quintas
2015-06-30
*
Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs
Craig Tiller
2015-06-16
|
\
|
*
Update the Status API
Yang Gao
2015-06-16
*
|
Client side compiles/links
Craig Tiller
2015-06-04
|
/
*
Completion queue binding for new requests API change
Craig Tiller
2015-05-06
*
Merge branch 'master' of github.com:grpc/grpc into the-purge-2
Nicolas "Pixel" Noble
2015-04-24
|
\
|
*
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all t...
Yang Gao
2015-04-24
*
|
Merge branch 'master' of github.com:grpc/grpc into the-purge-2
Nicolas "Pixel" Noble
2015-04-24
|
\
|
|
*
Remove an extra unref
Yang Gao
2015-04-21
*
|
Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2
Nicolas "Pixel" Noble
2015-04-11
|
\
|
|
*
Splitting gRPC service class codegen into its own set of files.
Nicolas "Pixel" Noble
2015-04-09
*
|
Removing a few more references to #include <chrono>
Nicolas "Pixel" Noble
2015-04-08
*
|
Refactoring std::chrono out.
Nicolas Noble
2015-04-08
|
/
*
merge upstream and resolve conflict
Yang Gao
2015-03-26
|
\
|
*
Merge pull request #1133 from yang-g/cleanup
Nicolas Noble
2015-03-25
|
|
\
|
|
*
Clean up unneeded includes and remove shutdown protobuf library
Yang Gao
2015-03-25
|
*
|
Elminate range-based fors and work around some other limitations in older com...
Vijay Pai
2015-03-24
|
|
/
*
|
covert test to use generic stub
Yang Gao
2015-03-19
|
*
Merge pull request #1093 from nicolasnoble/windows
Jan Tattermusch
2015-03-19
|
/
|
|
*
Various Windows fixes.
Nicolas Noble
2015-03-19
*
|
clang-format c++ code
Yang Gao
2015-03-17
|
/
*
expose the server's cq through the generic service object
Yang Gao
2015-03-16
*
sort the tags, this is not necessary, just make it look better
Yang Gao
2015-03-13
*
add one bidi test
Yang Gao
2015-03-13
*
Rename to AsyncGeneric*
Yang Gao
2015-03-12
*
Rename anonymous to generic globally
Yang Gao
2015-03-11