Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix low level benchmark | Vijay Pai | 2018-02-20 |
| | |||
* | clang-fmt | Vijay Pai | 2018-02-19 |
| | |||
* | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) | Vijay Pai | 2018-02-19 |
| | |||
* | Remove support for detached threads. All threads must be joined. | Vijay Pai | 2018-02-15 |
| | |||
* | Internalize gpr_thd except for id and currentid | Vijay Pai | 2018-02-12 |
| | |||
* | Autofix c casts to c++ casts | Noah Eisen | 2018-02-09 |
| | |||
* | Merge branch 'master' into gpr_review | Vijay Pai | 2018-02-08 |
|\ | |||
* | | Privatize useful.h and avl.h | Vijay Pai | 2018-02-02 |
| | | |||
| * | Move cmdline and subprocess from public gpr to test/core/util | Vijay Pai | 2018-01-25 |
|/ | |||
* | windows needs fflush after fprintf | Jan Tattermusch | 2018-01-12 |
| | |||
* | Add thread name | Vijay Pai | 2017-12-04 |
| | |||
* | Move histogram to test/core/util | Vijay Pai | 2017-11-30 |
| | |||
* | Enable clang-tidy as a sanity check, fix up all known failures | Craig Tiller | 2017-11-10 |
| | |||
* | Merge master | Yash Tibrewal | 2017-11-06 |
|\ | |||
| * | Update clang-format to 5.0 | Craig Tiller | 2017-11-03 |
| | | |||
* | | bazel build errors | Yash Tibrewal | 2017-10-31 |
| | | |||
* | | changes for bazel and test certificates | Yash Tibrewal | 2017-10-31 |
| | | |||
* | | BUILD changes. test languauge to C++ | Yash Tibrewal | 2017-10-31 |
| | | |||
* | | BUILD files changes for bazel | Yash Tibrewal | 2017-10-30 |
| | | |||
* | | more changes | Yash Tibrewal | 2017-10-30 |
| | | |||
* | | rename all test core files to cc and a lot of C++ style conversions | Yash Tibrewal | 2017-10-25 |
|/ | |||
* | Support features in grpc_package | yang-g | 2017-08-30 |
| | |||
* | Moving visibility and package creation to the build system. | Nicolas "Pixel" Noble | 2017-08-30 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-06-26 |
|\ | |||
| * | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | | |||
| * | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | |||
* | | Adding dummy layering check option. | Nicolas "Pixel" Noble | 2017-05-19 |
|/ | |||
* | Rewriting core tests BUILD files to use the build system. | Nicolas "Pixel" Noble | 2017-04-18 |
| | |||
* | Buildifier and wrapping test/cpp/* rules with our build system. | Nicolas "Pixel" Noble | 2017-04-13 |
| | |||
* | Add test/core/network_benchmarks/BUILD | Craig Tiller | 2017-02-17 |
| | |||
* | Fix error checking in low_level_ping_pong_benchmark | David Klempner | 2016-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 string | David Garcia Quintas | 2016-06-29 |
| | |||
* | Add a #include that was needed as everything moved to gpr_malloc | vjpai | 2016-04-15 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all | Nicolas "Pixel" Noble | 2016-04-05 |
|\ | |||
| * | Update copyrights | Craig Tiller | 2016-03-31 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all | Nicolas "Pixel" Noble | 2016-03-28 |
|\| | |||
* | | Sanitize mallocs and frees. | Nicolas "Pixel" Noble | 2016-03-26 |
| | | |||
| * | Fix includes | Craig Tiller | 2016-03-25 |
|/ | |||
* | Fix copyrights | Craig Tiller | 2016-03-25 |
| | |||
* | Auto-changes | Craig Tiller | 2016-03-25 |
| | |||
* | clang-format | Craig Tiller | 2015-11-10 |
| | |||
* | Fix more shadow and conversion warnings. | Vijay Pai | 2015-10-21 |
| | |||
* | Fix sign conversion issues here | vjpai | 2015-10-21 |
| | |||
* | Introduce multiple clocks to GPR | Craig Tiller | 2015-07-01 |
| | |||
* | Fix compilation on mac | Craig Tiller | 2015-06-03 |
| | |||
* | strcmp: change all !str[n]cmp to str[n]cmp == 0 | Ronnie Sahlberg | 2015-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_pong | David Klempner | 2015-03-04 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | () --> (void) | Craig Tiller | 2015-01-15 |
| |