aboutsummaryrefslogtreecommitdiff
path: root/test/core/backoff
AgeCommit message (Expand)Author
2018-01-18Combine BackOff Begin() and Step() methods.Mark D. Roth
2017-12-13Merge branch 'master' of github.com:grpc/grpc into backoff_cppDavid Garcia Quintas
2017-12-06Revert "Revert "All instances of exec_ctx being passed around in src/core rem...Yash Tibrewal
2017-12-06Revert "All instances of exec_ctx being passed around in src/core removed"Yash Tibrewal
2017-12-05PR CommentsDavid Garcia Quintas
2017-12-04Cleaned up API. Backoff now returns a single value: the time of the next retryDavid Garcia Quintas
2017-11-29Remove _ prefixed variable namesYash Tibrewal
2017-11-29Converted backoff_test to use gunitDavid Garcia Quintas
2017-11-28Fix tests to call grpc_init and grpc_shutdown before using exec_ctxYash Tibrewal
2017-11-22C++-ize backoffDavid Garcia Quintas
2017-11-14Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...Yash Tibrewal
2017-11-14Address some PR commentsYash Tibrewal
2017-11-09Merge with masterYash Tibrewal
2017-11-06Merge masterYash Tibrewal
2017-11-03Update clang-format to 5.0Craig Tiller
2017-11-02Improvements to C Core's backoff code and APIDavid Garcia Quintas
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-10-18Removing instances of exec_ctx being passed around in functions inYash Tibrewal
2017-10-06backoff_test explicity conversionYash Tibrewal
2017-09-11Fix test math errorCraig Tiller
2017-09-11Fix Bazel buildCraig Tiller
2017-07-17Compiling againCraig Tiller