Mahak Mukhi
31d92d42ff
Initial commit: Auto-generate GMOCK code for client stub.
8 years ago
Nicolas "Pixel" Noble
7c26eed838
Buildifier and wrapping test/cpp/* rules with our build system.
8 years ago
Craig Tiller
75bfb97548
Finish hybrid server stuff, ensure it gets tested
8 years ago
yang-g
9cb19b8e24
support C++ error_details
8 years ago
Mahak Mukhi
c0ae1be4c8
Added tests for uni-directional streaming RPCs.
8 years ago
Mahak Mukhi
1383895b76
Initial commit: Auto-generate GMOCK code for client stub.
8 years ago
yang-g
f4c8addded
support C++ error_details
8 years ago
Craig Tiller
7a8232d773
review feedback
8 years ago
Yuxuan Li
bdc76ab37b
bug fix
8 years ago
Yuxuan Li
34894e4b1c
Implemented stream coalescing design
...
(RFC:https://github.com/grpc/proposal/pull/3 ). Add necessary
microbenchmarks to show reduced writes/iter for short streams. Add
necessary end2end test to test out newly added apis. Filter those tests
using *WithCoalescingApi*.
8 years ago
yang-g
23f777df08
When there is an error from filters (such as max recv message size too
...
large), add an error to the batch to avoid emitting new rpc on the
server side in C++.
8 years ago
Sree Kuchibhotla
43bca1be48
Add BUILD file for end2end tests too
8 years ago
Myungjun Kim
f17d163a9b
Fix typos
...
unkown -> unknown
fix unnecessary spacing
8 years ago
Sree Kuchibhotla
a3bc1efe4f
BUILD files for end2end tests
8 years ago
yang-g
076bac017b
Remove async
8 years ago
Jan Tattermusch
bd0b0546a6
windows compilation fixes
8 years ago
Dan Zhang
340bb83a59
Change shutdown_test.cc to use credential provider API to test against
...
different credential types.
8 years ago
Craig Tiller
7c70b6c144
Revert "Revert "Metadata handling rewrite""
...
This reverts commit 5e01e2ac97
.
8 years ago
Craig Tiller
5e01e2ac97
Revert "Metadata handling rewrite"
8 years ago
Craig Tiller
ffc843ddcb
Fix test
8 years ago
Craig Tiller
95beab2284
Uncover the badness
8 years ago
yang-g
cc5910228d
manual revert of #8901
8 years ago
yang-g
35674af901
make test robust
8 years ago
yang-g
a3c95529c7
async works
8 years ago
yang-g
8e708b12cb
WIP
8 years ago
yang-g
50993b7a4c
async first take
8 years ago
yang-g
9bef0740a4
Add test for explicit option
8 years ago
yang-g
b74cf429fd
test pass
8 years ago
yang-g
ad32764219
sync test pass
8 years ago
Mark D. Roth
13f3574642
clang-format
8 years ago
Mark D. Roth
473ff83fac
Fix filter_end2end_test.
8 years ago
Craig Tiller
f658bf0e1b
Start resolving memory issues in C++ metadata
8 years ago
Craig Tiller
fbcd9a7344
Update server_crash_test to account for longer reconnect timeouts
8 years ago
Craig Tiller
3b45b8d60b
Revert "Test credentials provider update"
8 years ago
yang-g
8e9fc9bd0e
Test credentials provider update
8 years ago
Mark D. Roth
4bbdda4444
Allow getting LB policy name and service config in C++ API.
8 years ago
Vijay Pai
56540ba9f9
clang-format
8 years ago
Vijay Pai
1b87ddee0a
One more NULL->nullptr
8 years ago
Vijay Pai
b0a6be2b8f
Remove some unnecessary new/delete patterns
8 years ago
Vijay Pai
90102c2bfc
Eliminate unnecessary uses of new[]/delete[] that can be replaced
...
with vector
Also start eliminating uses of plain-old delete that are not helpful
8 years ago
Vijay Pai
a189b7b9f1
Make new file compliant with new standards
8 years ago
Vijay Pai
320ed13d3e
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
8 years ago
Vijay Pai
713c7b87e1
clang-format
8 years ago
Vijay Pai
c0b2acb1a0
Use C++11 final and override
8 years ago
Mark D. Roth
3f265857f4
Fix memory leak.
8 years ago
Mark D. Roth
6df607591c
Fix portability problems.
8 years ago
Mark D. Roth
fd635add1c
clang-format
8 years ago
Mark D. Roth
452287607f
Add test for setting LB policy via C++ API.
8 years ago
Mark D. Roth
e3a21005bf
Fix propagation of channel args for insecure channels.
9 years ago
Craig Tiller
20afa3d7c9
BufferPool --> ResourceQuota
9 years ago