aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/filter_end2end_test.cc
Commit message (Expand)AuthorAge
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
* Revert "Add more filter priority levels"Gravatar Yang Gao2018-08-16
* Add more filter priority levelsGravatar yang-g2018-08-01
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
* C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
* Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*Gravatar Muxi Yan2018-02-06
* More uses of 1-phase CallGravatar Vijay Pai2018-02-05
* Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...Gravatar Muxi Yan2017-12-08
|\
| * Revert "Revert "All instances of exec_ctx being passed around in src/core rem...Gravatar Yash Tibrewal2017-12-06
| * Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
| * Removing more exec_ctx instancesGravatar Yash Tibrewal2017-11-09
* | Fix C++ buildsGravatar Muxi Yan2017-09-26
|/
* Fix filter_end2end_test.Gravatar Mark D. Roth2017-06-30
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-11
|\
* | Moving gtest include down.Gravatar Nicolas "Pixel" Noble2017-05-10
| * review feedbackGravatar Craig Tiller2017-04-03
|/
* clang-formatGravatar Mark D. Roth2016-12-14
* Fix filter_end2end_test.Gravatar Mark D. Roth2016-12-14
* Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
* Move use of nullptr into grpc namespace, so that the hack in config.hGravatar Mark D. Roth2016-07-11
* 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
* 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