aboutsummaryrefslogtreecommitdiff
path: root/test/core/fling
AgeCommit message (Expand)Author
2018-02-09Run clang fmtNoah Eisen
2018-02-09Autofix c casts to c++ castsNoah Eisen
2018-02-08Merge branch 'master' into gpr_reviewVijay Pai
2018-02-08Merge branch 'master' into gpr_reviewVijay Pai
2018-02-08Merge branch 'master' into gpr_review3Vijay Pai
2018-02-02Merge branch 'master' into gpr_review_host_portVijay Pai
2018-02-02Privatize useful.h and avl.hVijay Pai
2018-02-02Merge branch 'master' into gpr_review3Vijay Pai
2018-01-31Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.yang-g
2018-01-25Privatize host_port.h; was not used in any wrapped language implementationVijay Pai
2018-01-25Move cmdline and subprocess from public gpr to test/core/utilVijay Pai
2018-01-18Split lib/support into lib/gpr and lib/gpr++.Mark D. Roth
2018-01-12windows needs fflush after fprintfJan Tattermusch
2017-11-30Move histogram to test/core/utilVijay Pai
2017-11-10clang-format after nullptr changesCraig Tiller
2017-11-10Enable clang-tidy as a sanity check, fix up all known failuresCraig Tiller
2017-11-06Merge masterYash Tibrewal
2017-11-03Update clang-format to 5.0Craig Tiller
2017-10-31BUILD changes. test languauge to C++Yash Tibrewal
2017-10-30BUILD files changes for bazelYash Tibrewal
2017-10-25rename all test core files to cc and a lot of C++ style conversionsYash Tibrewal
2017-08-30Moving visibility and package creation to the build system.Nicolas "Pixel" Noble
2017-07-28Allow adding events to cq after shutdown is called.yang-g
2017-06-26Merge branch 'master' of https://github.com/grpc/grpc into importNicolas "Pixel" Noble
2017-06-08fix remaining license noticesJan Tattermusch
2017-06-08auto-fix most of licensesJan Tattermusch
2017-05-19Adding dummy layering check option.Nicolas "Pixel" Noble
2017-05-11Merge branch 'master' of https://github.com/grpc/grpc into importNicolas "Pixel" Noble
2017-04-18Rewriting core tests BUILD files to use the build system.Nicolas "Pixel" Noble
2017-04-14Merge github.com:grpc/grpc into cpparenaCraig Tiller
2017-04-13Buildifier and wrapping test/cpp/* rules with our build system.Nicolas "Pixel" Noble
2017-03-31Call ref/unref, bugfixesCraig Tiller
2017-03-24clang formatSree Kuchibhotla
2017-03-22Updates C CoreSree Kuchibhotla
2017-03-07Merge remote-tracking branch 'upstream/master' into cq_create_api_changesSree Kuchibhotla
2017-03-06Use gpr_subprocess in fling_stream_testYuchen Zeng
2017-03-03clang format codeSree Kuchibhotla
2017-03-03Prefix grpc_cq_polling_type enums with GRPC_CQ_Sree Kuchibhotla
2017-03-03Fix clang formatting issuesSree Kuchibhotla
2017-03-02Change Core to use the new completion_queue_create APISree Kuchibhotla
2017-02-17Add BUILD file for test/core/flingCraig Tiller
2017-01-31Replace timeout/scaling macros with functions.Robbie Shade
2017-01-26Merge github.com:grpc/grpc into rollfwdCraig Tiller
2017-01-25Fix tests.Mark D. Roth
2017-01-23Revert "Revert "Metadata handling rewrite""Craig Tiller
2017-01-20Revert "Metadata handling rewrite"Craig Tiller
2016-11-17All core tests compile without grpc_mdstrCraig Tiller
2016-10-26s/gpr_slice/grpc_slice, and move around tests, implsCraig Tiller
2016-06-17Reduce cost of some heavyweight testsCraig Tiller
2016-05-09Allow servers to select compression level via initial MD.David Garcia Quintas