aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/filter_end2end_test.cc
Commit message (Collapse)AuthorAge
* Move use of nullptr into grpc namespace, so that the hack in config.hGravatar Mark D. Roth2016-07-11
| | | | can be used.
* Add include to fix gcc-4.4 problem.Gravatar Mark D. Roth2016-07-11
|
* Move channel_filter.h from include/ tree to src/ tree.Gravatar Mark D. Roth2016-06-29
|
* Initial attempt at a C++ wrapper for the C grpc_transport_op andGravatar Mark D. Roth2016-06-27
| | | | grpc_transport_stream_op structs.
* Removed unnecessary comments. Added connection counter to test.Gravatar Mark D. Roth2016-06-16
|
* Fix portability issues.Gravatar Mark D. Roth2016-06-16
|
* Remove unnecessary code from test.Gravatar Mark D. Roth2016-06-16
|
* clang-formatGravatar Mark D. Roth2016-06-16
|
* Pass channel args to ChannelData ctor and ChannelData to CallData ctor.Gravatar Mark D. Roth2016-06-16
|
* Fixed test.Gravatar Mark D. Roth2016-06-16
|
* - fix build problemsGravatar Mark D. Roth2016-06-16
- make changes suggested by reviewer - add test (not working yet)