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
/
end2end_test.cc
Commit message (
Expand
)
Author
Age
*
resolve comments
Yang Gao
2015-05-17
*
Add fake credentials to the test and verify it actually works
Yang Gao
2015-05-15
*
resolve comments
Yang Gao
2015-05-15
*
support per call credentials in c++
Yang Gao
2015-05-14
*
Split thread stress from end2end to improve parallelism
Craig Tiller
2015-05-06
*
clang-format
Yang Gao
2015-05-04
*
merge with head
Yang Gao
2015-05-01
|
\
*
|
Expose max message size at the server side
Yang Gao
2015-04-30
|
*
Add a thread stress end2end test
Craig Tiller
2015-04-29
|
/
*
Merge pull request #1227 from nicolasnoble/the-purge-2
Craig Tiller
2015-04-24
|
\
*
\
Merge pull request #1359 from a11r/cc2
Yang Gao
2015-04-24
|
\
\
|
|
*
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
|
|
|
\
|
|
_
|
/
|
/
|
|
|
*
|
Test client stream cancellation and fix bug exposed by the test.
Abhishek Kumar
2015-04-23
|
/
/
*
|
Merge pull request #1307 from a11r/streamcancel
Craig Tiller
2015-04-23
|
\
\
|
*
|
fixed indentation
Abhishek Kumar
2015-04-23
*
|
|
Tweak tests
Craig Tiller
2015-04-20
|
*
|
Fixed flakes due to OK racing with cancel
Abhishek Kumar
2015-04-17
|
*
|
Added end2end test for server streaming rpc cancellation.
Abhishek Kumar
2015-04-17
|
*
|
Added test case demonstrating cancel on bidi stream
Abhishek Kumar
2015-04-17
|
/
/
|
*
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
|
/
*
Add tests with delayed cancellation from client and server
Yang Gao
2015-03-30
*
Clean up unneeded includes and remove shutdown protobuf library
Yang Gao
2015-03-25
*
Various Windows fixes.
Nicolas Noble
2015-03-19
*
Merge github.com:grpc/grpc into credit
Craig Tiller
2015-03-02
|
\
|
*
Make it possible to compile with gcc4.6
Craig Tiller
2015-02-26
*
|
Merge github.com:grpc/grpc into credit
Craig Tiller
2015-02-24
|
\
|
|
*
Merge github.com:google/grpc into deprecate-c++
Craig Tiller
2015-02-23
|
|
\
|
*
|
s/CreateChannel/CreateChannelDeprecated
Craig Tiller
2015-02-23
|
|
*
Move to unique_ptr for all GRPC returned objects
Craig Tiller
2015-02-23
|
|
/
*
|
Update C++ server with new core API
Craig Tiller
2015-02-23
*
|
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
*
Compile fixes
Craig Tiller
2015-02-13
*
Fix end2end leaks
Craig Tiller
2015-02-12
*
Make end2end_test use fewer threads
Craig Tiller
2015-02-11
*
Fixup callers with new api
Craig Tiller
2015-02-09
*
Fixup callers with new api
Craig Tiller
2015-02-09
*
Fix returned status
Craig Tiller
2015-01-16
*
Use C signal handling in C++ end2end
Craig Tiller
2015-01-14
*
Merge github.com:google/grpc into format
Craig Tiller
2015-01-13
|
\
*
|
clang-format codebase
Craig Tiller
2015-01-13
|
*
Make this file compile
Craig Tiller
2015-01-12
|
/
*
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
[next]