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
*
Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...
Craig Tiller
2015-07-26
|
\
|
*
Merge pull request #2647 from vjpai/deepend
Yang Gao
2015-07-24
|
|
\
|
*
\
Merge pull request #2655 from vjpai/expecteq
Yang Gao
2015-07-24
|
|
\
\
|
*
\
\
Merge pull request #2605 from yang-g/fake_transport_security_to_private
jboeuf
2015-07-24
|
|
\
\
\
|
|
|
*
|
Switch an int to size_t or else it fails on Mac
vjpai
2015-07-24
|
|
|
/
/
|
|
/
|
|
|
|
|
*
Merge branch 'master' into deepend
Vijay Pai
2015-07-24
|
|
|
|
\
|
|
|
_
|
/
|
|
/
|
|
|
|
|
*
Start switching everything to dynamic pool
Vijay Pai
2015-07-23
*
|
|
|
Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each...
Craig Tiller
2015-07-23
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
Flow control fix
yang-g
2015-07-22
|
|
/
/
|
*
|
Merge pull request #2571 from vjpai/cent6-issues
Yang Gao
2015-07-22
|
/
|
|
|
|
*
merge head and resolve conflict
yang-g
2015-07-22
|
|
|
\
|
|
_
|
/
|
/
|
|
|
|
*
move fake_transport_security_credentials to private API
yang-g
2015-07-21
|
*
|
Remove one range-based for and do appropriate static casts on nullptr
Vijay Pai
2015-07-21
|
|
/
*
|
Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY
Craig Tiller
2015-07-20
|
\
|
|
*
Remove experimental prefix
Craig Tiller
2015-07-19
*
|
Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY
Craig Tiller
2015-07-19
|
\
|
|
*
Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquin...
Craig Tiller
2015-07-19
|
|
\
*
|
|
User agent string support
Craig Tiller
2015-07-18
|
/
/
|
*
Removed compression levels from clients and _experimental_'d signature of met...
David Garcia Quintas
2015-07-17
*
|
Merge github.com:grpc/grpc into no-worries-i-can-wait
Craig Tiller
2015-07-17
|
\
\
|
|
*
Merge branch 'master' of github.com:grpc/grpc into decompression
David Garcia Quintas
2015-07-16
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Change name of thread_pool files to fixed_size_thread_pool when
vjpai
2015-07-15
|
|
*
Merge branch 'master' of github.com:grpc/grpc into decompression
David Garcia Quintas
2015-07-15
|
|
|
\
|
*
|
|
Make thread_pool.h a public header
Vijay Pai
2015-07-15
|
|
|
/
|
|
/
|
|
*
|
Addressing outstanding typos and comments
Vijay Pai
2015-07-14
|
*
|
Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4
vjpai
2015-07-14
*
|
|
Update C++ impl
Craig Tiller
2015-07-13
*
|
|
Updating wrapped languages to new time functions
Craig Tiller
2015-07-13
|
*
|
Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time
Vijay Pai
2015-07-10
|
|
\
\
*
|
\
\
Merge branch 'footprints-on-the-sands-of-time' into no-worries-i-can-wait
Craig Tiller
2015-07-10
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Merge github.com:grpc/grpc into footprints-on-the-sands-of-time
Craig Tiller
2015-07-10
|
|
\
\
*
|
|
|
Compile fix for Mac
Craig Tiller
2015-07-10
|
|
/
/
|
/
|
|
|
|
*
Merge branch 'master' of github.com:grpc/grpc into decompression
David Garcia Quintas
2015-07-09
|
|
|
\
*
|
|
\
Merge remote-tracking branch 'upstream/master' into security_context2
yang-g
2015-07-09
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Merge github.com:grpc/grpc into footprints-on-the-sands-of-time
Craig Tiller
2015-07-09
|
|
|
\
\
|
|
|
/
/
|
|
/
|
|
*
|
|
|
resolve comments
yang-g
2015-07-07
|
*
|
|
Support registering services against specific hosts
Craig Tiller
2015-07-07
*
|
|
|
add a test case in end2end_test
yang-g
2015-07-06
|
/
/
/
|
*
/
Fixup C++
Craig Tiller
2015-07-06
|
/
/
|
*
Merge branch 'master' of github.com:grpc/grpc into decompression
David Garcia Quintas
2015-07-01
|
|
\
|
|
/
|
/
|
|
*
WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of c...
David Garcia Quintas
2015-06-30
*
|
Bug fix. Do not push to incoming_queue after it is flushed.
yang-g
2015-06-25
|
/
*
Update the Status API
Yang Gao
2015-06-16
*
Various minor fixes
Yang Gao
2015-06-01
*
Replaced std::this_thread::sleep_for for gpr_sleep_until.
David Garcia Quintas
2015-05-20
*
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
[next]