aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support
Commit message (Expand)AuthorAge
* Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-07
|\
| * Merge pull request #12080 from y-zeng/connectivityGravatar Yuchen Zeng2017-09-07
| |\
* | | Merge github.com:grpc/grpc into wcGravatar Craig Tiller2017-09-01
|\| |
| * | Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
|\| |
| | * Add gpr_is_trueGravatar Yuchen Zeng2017-08-25
| |/
| * Adding exec_ctx to avl vtable functionsGravatar yang-g2017-07-25
* | Compiling againGravatar Craig Tiller2017-07-17
|/
* Merge pull request #11310 from nicolasnoble/importGravatar Nicolas Noble2017-07-13
|\
* | Revert "Remove lockfree-stack implementation that is no longer used"Gravatar Ken Payson2017-07-10
| * Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
| |\ | |/ |/|
* | Remove lockfree-stack implementation that is no longer usedGravatar Vijay Pai2017-06-19
* | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| * Adding dummy layering check option.Gravatar Nicolas "Pixel" Noble2017-05-19
|/
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-11
|\
| * Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-21
| |\
| | * Merge pull request #10751 from ctiller/speedup-buildGravatar Craig Tiller2017-04-20
| | |\
| | | * Speed up testsGravatar Craig Tiller2017-04-19
| | * | Use stdlib to avoid ubsan errorsGravatar Craig Tiller2017-04-19
| | |/
* | | Rewriting core tests BUILD files to use the build system.Gravatar Nicolas "Pixel" Noble2017-04-18
| * | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-14
| |\|
| | * ubsan fixesGravatar Craig Tiller2017-04-13
* | | Buildifier and wrapping test/cpp/* rules with our build system.Gravatar Nicolas "Pixel" Noble2017-04-13
| * | Merge github.com:grpc/grpc into c++lameGravatar Craig Tiller2017-04-07
| |\|
| | * clang-formatGravatar Craig Tiller2017-04-03
| | * Merge branch 'arena' of github.com:ctiller/grpc into arenaGravatar Craig Tiller2017-04-03
| |/| |/| |
| | * Fix arena_test on 32-bit platforms (includes Windows)Gravatar Craig Tiller2017-04-03
| * | Allow custom deletion policies on grpc_core::UniquePtr<>Gravatar Craig Tiller2017-04-02
| * | Memory allocator for C++ in coreGravatar Craig Tiller2017-03-31
|/ /
* | Update time_cmp to ignore tv_nsec when tv_sec is INT64 MAX or MINGravatar yang-g2017-03-29
* | Make convert clock_type consistent with add/sub when dealing with extreme valuesGravatar yang-g2017-03-28
* | Merge pull request #9995 from y-zeng/cpu_testGravatar Yuchen Zeng2017-03-17
|\ \ | |/ |/|
* | Fix race conditionGravatar Craig Tiller2017-03-13
* | Concurrent testGravatar Craig Tiller2017-03-13
* | Arena allocator for grpcGravatar Craig Tiller2017-03-12
| * Avoid repetitive division calculationsGravatar Yuchen Zeng2017-03-07
|/
* Add licenses() in BUILD filesGravatar Yuchen Zeng2017-03-01
* Merge pull request #9881 from ctiller/spinlockGravatar Craig Tiller2017-02-28
|\
| * Fix memory leakGravatar Craig Tiller2017-02-27
| * Add a spinlock type.Gravatar Craig Tiller2017-02-27
* | Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
|/
* Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
* Remove unused loadGravatar yang-g2017-01-11
* Merge remote-tracking branch 'google/master' into bazel-take-2Gravatar Nicolas "Pixel" Noble2017-01-04
|\
| * Fixing JWT verifier.Gravatar Julien Boeuf2016-12-21
| * Updated backoff to spec.Gravatar David Garcia Quintas2016-11-24
| * Update includes, s/gpr_dump_slice/grpc_dump_slice/gGravatar Craig Tiller2016-10-26
| * s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
* | e2e fuzzersGravatar Craig Tiller2016-10-20