Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix copyrights | Craig Tiller | 2016-02-23 |
| | |||
* | Regenerate files, fix bugs | Craig Tiller | 2016-02-22 |
|\ | |||
* | | Add a sanity test for name aliasing | Craig Tiller | 2016-02-22 |
|/ | |||
* | Reverse changes to AVL code | murgatroid99 | 2016-02-05 |
| | |||
* | Clang format and fix copyrights | murgatroid99 | 2016-02-05 |
| | |||
* | Replace 'long' with 'int64_t' in public core headers | murgatroid99 | 2016-02-05 |
| | |||
* | Fix 32 bit linux tests | Jan Tattermusch | 2016-01-27 |
| | |||
* | Fix copyrights | Craig Tiller | 2016-01-20 |
| | |||
* | Simplify avl stress test | Craig Tiller | 2016-01-19 |
| | |||
* | Updated copyrights | murgatroid99 | 2016-01-12 |
| | |||
* | clang-format | Craig Tiller | 2016-01-07 |
| | |||
* | Merge pull request #4626 from ctiller/wtfwin | Alistair Veitch | 2016-01-07 |
|\ | | | | | Add an early out to gpr_cpu_test | ||
| * | Merge github.com:grpc/grpc into wtfwin | Craig Tiller | 2016-01-06 |
| |\ | |||
* | \ | Merge github.com:grpc/grpc into clangfmt | Craig Tiller | 2016-01-06 |
|\ \ \ | | |/ | |/| | |||
| | * | Fix compilation with clang/gcc | Craig Tiller | 2016-01-05 |
| | | | |||
| | * | Add an early out to gpr_cpu_test | Craig Tiller | 2016-01-05 |
| | | | | | | | | | | | | | | | | | | | | | This test consumes a huge amount of CPU. On Windows, it additionally starves other tests from getting scheduled - for long enough that those tests time out and fail. Historically tests starting shortly after this test are the most likely to fail. Once we've seen all CPU's, we will no longer do anything useful - so check for that, and finish up early whenever possible. | ||
* | | | Update copyrights | Craig Tiller | 2016-01-04 |
| | | | |||
* | | | clang-format code | Craig Tiller | 2016-01-04 |
| |/ |/| | |||
| * | Fix time_test.c | Craig Tiller | 2015-12-22 |
| | | |||
| * | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
|/ | |||
* | fixing x64 build with vs2015 | Jan Tattermusch | 2015-12-17 |
| | |||
* | clang-format after last weeks test-fest | Craig Tiller | 2015-12-14 |
| | |||
* | Merge pull request #4423 from ctiller/thd | Nicolas Noble | 2015-12-11 |
|\ | | | | | Add tests for thread options | ||
| * | Add tests for thread options | Craig Tiller | 2015-12-11 |
| | | |||
* | | make gpr_timespec platform agnostic | Jan Tattermusch | 2015-12-10 |
|/ | |||
* | Add cmdline tests | Craig Tiller | 2015-12-10 |
| | |||
* | Merge pull request #4286 from jtattermusch/win_64bit | Craig Tiller | 2015-12-09 |
|\ | | | | | Make grpc compile on win64bit | ||
| * | get rid of warnings on linux | Jan Tattermusch | 2015-12-09 |
| | | |||
* | | PR comments | David Garcia Quintas | 2015-12-09 |
| | | |||
| * | make test methods static void | Jan Tattermusch | 2015-12-08 |
| | | |||
| * | fix bug MIN_VALUE bug in ltoa and int64toa and add tests | Jan Tattermusch | 2015-12-08 |
| | | |||
* | | Remove gpr_slice_to_cstring as it is not used anywhere | Sree Kuchibhotla | 2015-12-08 |
| | | |||
* | | expose gpr_slice_to_cstring() | Sree Kuchibhotla | 2015-12-08 |
| | | |||
* | | Add coverage to new_with_len_ref() function (called via gpr_slice_ref() | Sree Kuchibhotla | 2015-12-08 |
| | | |||
* | | Add test coverage for gpr_refn() function | Sree Kuchibhotla | 2015-12-07 |
| | | |||
* | | Fix a typo in comment | Sree Kuchibhotla | 2015-12-07 |
| | | |||
* | | Improve test coverage from slice_buffer | Sree Kuchibhotla | 2015-12-07 |
|/ | |||
* | Fix memory leak | Craig Tiller | 2015-11-23 |
| | |||
* | AVL: removal, and passing tests | Craig Tiller | 2015-11-23 |
| | |||
* | AVL: creation, destroy, add | Craig Tiller | 2015-11-23 |
| | |||
* | Fix for long-running tsan test | Alistair Veitch | 2015-10-29 |
| | |||
* | Fix memory leak | Alistair Veitch | 2015-10-21 |
| | |||
* | more verbose message | Alistair Veitch | 2015-10-20 |
| | |||
* | only print #cores seen | Alistair Veitch | 2015-10-20 |
| | |||
* | add CPU tests | Alistair Veitch | 2015-10-20 |
| | |||
* | clang-format all core files | Craig Tiller | 2015-09-22 |
| | |||
* | indent pass to get logical source lines on one physical line | Craig Tiller | 2015-09-22 |
| | |||
* | Enable -Wconversion | Craig Tiller | 2015-09-10 |
| | |||
* | First round of fixing up implicit 64->32 bit conversions | Craig Tiller | 2015-09-10 |
| | |||
* | Core compiles with -Wsign-conversion | Craig Tiller | 2015-09-10 |
| |