Vijay Pai
be6979202b
Revamp server-side C++ callback API, message allocator, and mocking
5 years ago
Esun Kim
e45b60d1fe
Fix unique_ptr<char> memory allocation mismatch
5 years ago
Esun Kim
b2b7fc9af8
Replaced grpc_core::UniquePtr with std::unique_ptr
5 years ago
Yash Tibrewal
08ba7246c0
Remove GRPC_CLOSURE_RUN and replace with grpc_core::Closure::Run
5 years ago
Vijay Pai
d469403b6e
Remove unused-parameter warnings, round 2 (16 of 19)
5 years ago
Vijay Pai
9d96158d7e
Remove unused-parameter warnings, round 2 (15 of 19)
5 years ago
Vijay Pai
ec10d9ce90
clang-format
5 years ago
Vijay Pai
826732a8be
Remove unused parameter warning (8 of 20)
5 years ago
Vijay Pai
b35f80d680
Remove unused parameter warning (7 of 20)
5 years ago
Soheil Hassas Yeganeh
05901eaaa3
Fix filter_latency.cc
...
On Windows tests, clock monotonic doesn't progress. Switch to
CLOCK_PRECISE to fix this.
6 years ago
yang-g
3728329033
return unavailable on transport closed
6 years ago
Pau Freixes
a40dd958be
Fix watcher connectivity dead lock
...
Call the `grpc_cq_end_op` once the watcher connectivity mutex has been released, otherwise
when using a completion queue of callback type a dead lock will occur.
6 years ago
Juanli Shen
67e6b03e92
Fix compression algorithm parsing
6 years ago
Esun Kim
90fbdc92f5
Roll-forward "Config migration"
...
This reverts commit 236ae12bb1
.
6 years ago
Alexander Polcyn
236ae12bb1
Revert "Config migration"
...
This reverts commit 87905ae5ea
.
6 years ago
Esun Kim
87905ae5ea
Config migration
6 years ago
Yash Tibrewal
587ae4a2d9
Fix existing tests
6 years ago
Yash Tibrewal
ab29cdd28e
Add test
6 years ago
Mark D. Roth
eccfecd6a6
Move functions for individual args out of channel_args.{h,cc}.
6 years ago
Mark D. Roth
206592ce9c
Restructure how addresses and service config are passed from resolver to LB policy.
6 years ago
Yash Tibrewal
6b45cea2f0
Remove from poll-cv comments too
6 years ago
Yash Tibrewal
abcd5861eb
Nuking the poll-cv polling engine
6 years ago
Mark D. Roth
a04b0646de
Don't use a separate call context for subchannel calls.
6 years ago
Vu Cong Tuan
9c4de5a0ff
Fix typos in test code
...
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
6 years ago
Yash Tibrewal
5a9eb31a3e
Clang format
6 years ago
Yash Tibrewal
bfd89bcec5
Don't run for poll and poll-cv
6 years ago
Yash Tibrewal
6b74b1350b
Experiment with timing values to make sure that tests pass
6 years ago
Yash Tibrewal
058ceccd71
Add test to check that reads reset the keepalive timer
6 years ago
Yash Tibrewal
958f4535c4
Fix TSAN issue in filter_status_code test
6 years ago
Prashant Jaikumar
95965f71d3
Remove network_status_tracker
...
Remove network_status_tracker and its unit test as it does nothing. We
can add tests for network status change in another commit.
6 years ago
ncteisen
7b1fc0faa2
Add max_results to ServerSockets
6 years ago
ncteisen
87b1c3ce56
reviewer feedback
6 years ago
Vijay Pai
a3b803cfad
Added another test case for status ordering
6 years ago
ncteisen
580216da82
remove debugging output
6 years ago
ncteisen
d82dff4ea0
reviewer feedback, debuging helper
6 years ago
ncteisen
0582a003d5
reviewer comments
6 years ago
ncteisen
a60226726a
reviewer feedback
6 years ago
ncteisen
07ac702209
reviewer feedback
6 years ago
ncteisen
6963caf05f
Only print stats if coleected
6 years ago
ncteisen
d9e21e980f
reviewer feedback
6 years ago
ncteisen
636393d719
reviewer feedback
6 years ago
ncteisen
10f995d283
Enable channelz by default
7 years ago
ncteisen
664178164a
reviewer feedback
7 years ago
ncteisen
8362e7042d
Undo adding new API to tranport
7 years ago
Yash Tibrewal
00be697551
Test changes
7 years ago
ncteisen
a64cb54de1
Channel trace is limited by memory
7 years ago
ncteisen
fd2fe1d5c4
Channelz server listening socket support
7 years ago
ncteisen
7e34212e50
Don't test socket in core end2end test
7 years ago
ncteisen
86600071b0
reviewer feedback
7 years ago
ncteisen
bd9d97a200
Channelz socket support
7 years ago