aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/backoff
Commit message (Expand)AuthorAge
* Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
* Run clang fmtGravatar Noah Eisen2018-02-09
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
* Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
* Combine BackOff Begin() and Step() methods.Gravatar Mark D. Roth2018-01-18
* Merge branch 'master' of github.com:grpc/grpc into backoff_cppGravatar David Garcia Quintas2017-12-13
|\
| * 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
* | PR CommentsGravatar David Garcia Quintas2017-12-05
* | Cleaned up API. Backoff now returns a single value: the time of the next retryGravatar David Garcia Quintas2017-12-04
| * Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
* | Converted backoff_test to use gunitGravatar David Garcia Quintas2017-11-29
| * Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
* | C++-ize backoffGravatar David Garcia Quintas2017-11-22
| * 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
|\ \
| * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| * | Improvements to C Core's backoff code and APIGravatar David Garcia Quintas2017-11-02
* | | BUILD changes. test languauge to C++Gravatar Yash Tibrewal2017-10-31
* | | BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
* | | rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
|/ /
| * Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
|/
* backoff_test explicity conversionGravatar Yash Tibrewal2017-10-06
* Fix test math errorGravatar Craig Tiller2017-09-11
* Fix Bazel buildGravatar Craig Tiller2017-09-11
* Compiling againGravatar Craig Tiller2017-07-17