aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport/metadata_test.cc
Commit message (Expand)AuthorAge
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
* Add needed includeGravatar Hope Casey-Allen2018-09-19
* Some reorganizing to respond to code review commentsGravatar Hope Casey-Allen2018-09-19
* Even cleaner implementation that does not modify the grpc_mdelem struct.Gravatar Hope Casey-Allen2018-09-12
* Much cleaner approach that should address code review comments as wellGravatar Hope Casey-Allen2018-09-10
* Remove unnecessary includes of exec_ctx.hGravatar Yash Tibrewal2018-03-14
* Run clang fmtGravatar Noah Eisen2018-02-09
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
* 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
* Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
* Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
* Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...Gravatar Yash Tibrewal2017-11-14
* Address some PR commentsGravatar Yash Tibrewal2017-11-14
* Merge with masterGravatar Yash Tibrewal2017-11-09
* Merge masterGravatar Yash Tibrewal2017-11-06
* rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25