aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/network_benchmarks
Commit message (Collapse)AuthorAge
* Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
|
* Fix low level benchmarkGravatar Vijay Pai2018-02-20
|
* clang-fmtGravatar Vijay Pai2018-02-19
|
* C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
|
* Remove support for detached threads. All threads must be joined.Gravatar Vijay Pai2018-02-15
|
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\
* | Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
| |
| * Move cmdline and subprocess from public gpr to test/core/utilGravatar Vijay Pai2018-01-25
|/
* windows needs fflush after fprintfGravatar Jan Tattermusch2018-01-12
|
* Add thread nameGravatar Vijay Pai2017-12-04
|
* Move histogram to test/core/utilGravatar Vijay Pai2017-11-30
|
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
|
* Merge masterGravatar Yash Tibrewal2017-11-06
|\
| * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |
* | bazel build errorsGravatar Yash Tibrewal2017-10-31
| |
* | changes for bazel and test certificatesGravatar Yash Tibrewal2017-10-31
| |
* | BUILD changes. test languauge to C++Gravatar Yash Tibrewal2017-10-31
| |
* | BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
| |
* | more changesGravatar Yash Tibrewal2017-10-30
| |
* | rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
|/
* Support features in grpc_packageGravatar yang-g2017-08-30
|
* Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
|
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
|\
| * 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
|/
* Rewriting core tests BUILD files to use the build system.Gravatar Nicolas "Pixel" Noble2017-04-18
|
* Buildifier and wrapping test/cpp/* rules with our build system.Gravatar Nicolas "Pixel" Noble2017-04-13
|
* Add test/core/network_benchmarks/BUILDGravatar Craig Tiller2017-02-17
|
* Fix error checking in low_level_ping_pong_benchmarkGravatar David Klempner2016-11-07
| | | | | | low_level_ping_pong_benchmark got missed in the great error plumbing changes, and so always fails because it always thinks socket configuration functions are returning errors. Bring it back up to date.
* fixed size_t format stringGravatar David Garcia Quintas2016-06-29
|
* Add a #include that was needed as everything moved to gpr_mallocGravatar vjpai2016-04-15
|
* Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_allGravatar Nicolas "Pixel" Noble2016-04-05
|\
| * Update copyrightsGravatar Craig Tiller2016-03-31
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_allGravatar Nicolas "Pixel" Noble2016-03-28
|\|
* | Sanitize mallocs and frees.Gravatar Nicolas "Pixel" Noble2016-03-26
| |
| * Fix includesGravatar Craig Tiller2016-03-25
|/
* Fix copyrightsGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* clang-formatGravatar Craig Tiller2015-11-10
|
* Fix more shadow and conversion warnings.Gravatar Vijay Pai2015-10-21
|
* Fix sign conversion issues hereGravatar vjpai2015-10-21
|
* Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
|
* Fix compilation on macGravatar Craig Tiller2015-06-03
|
* strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-03-07
| | | | | | | | Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase. Issue #231 Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
* Fix signed comparison warnings in low_level_ping_pongGravatar David Klempner2015-03-04
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|