Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add <string.h> to test_config.c | Muxi Yan | 2016-11-28 |
| | |||
* | Remove file dependency to simplify build graph | Craig Tiller | 2016-11-28 |
| | |||
* | Up timeouts for poll-cv polling strategy, seems to make things more stable | Craig Tiller | 2016-11-28 |
| | |||
* | added gpr_types.h | David Garcia Quintas | 2016-08-01 |
| | |||
* | Ensure minimum size of alt stack (to please vtune) | Craig Tiller | 2016-04-29 |
| | |||
* | Adding support for msys. | Nicolas "Pixel" Noble | 2016-04-15 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Fix includes | Craig Tiller | 2016-03-25 |
| | |||
* | Make stack traces show up in run_tests.py logs | Craig Tiller | 2016-03-17 |
| | |||
* | Disable warning: system header is broken | Craig Tiller | 2016-03-16 |
| | |||
* | Drop the L | Craig Tiller | 2016-03-16 |
| | |||
* | Tweaking formatting | Craig Tiller | 2016-03-16 |
| | |||
* | clang-fmt | Craig Tiller | 2016-03-16 |
| | |||
* | Review feedback | Craig Tiller | 2016-03-16 |
| | |||
* | Fix copyright | Craig Tiller | 2016-03-16 |
| | |||
* | clang-format code | Craig Tiller | 2016-03-16 |
| | |||
* | Get stack traces in crash dumps working for Windows | Craig Tiller | 2016-03-16 |
| | |||
* | Fix proxy end2end tests | Craig Tiller | 2015-12-14 |
| | | | | | | | | Some transport callbacks weren't getting triggered. We now ensure that this always occurs. Additionally: left some debug only code around to make this class of bug easier to diagnose in the future. | ||
* | Dont call malloc either | Craig Tiller | 2015-09-30 |
| | |||
* | Fixes | Craig Tiller | 2015-09-30 |
| | |||
* | Remove stdio usage from signal handler | Craig Tiller | 2015-09-30 |
| | |||
* | Fix mac build | Craig Tiller | 2015-09-28 |
| | |||
* | Fix mac build | Craig Tiller | 2015-09-28 |
| | |||
* | Enable backtraces on C tests | Craig Tiller | 2015-09-28 |
| | |||
* | 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 |
| | |||
* | Sign conversion fixes | Craig Tiller | 2015-09-10 |
| | |||
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | Allow fixtures to specify slowdown factors, use it for grpc_trace tests | Craig Tiller | 2015-08-04 |
| | |||
* | Adding a handler for abort(). | Nicolas "Pixel" Noble | 2015-07-14 |
| | | | | We want to have a chance to debug a call to abort() in case we have a debugger attached. | ||
* | Install simple Windows exception handlers. | Nicolas "Pixel" Noble | 2015-07-12 |
| | | | | Will prevent Windows tests to display a pop-up message in case of a failure. Essential for Jenkins testing. | ||
* | Fix the display of total slowdown | Craig Tiller | 2015-05-29 |
| | |||
* | Eliminate need for SIGPIPE handling | Craig Tiller | 2015-05-06 |
| | |||
* | Extend timeouts for Travis 2x | Craig Tiller | 2015-02-27 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Add platform ifdefs, fix up some MSVC warnings | Craig Tiller | 2015-01-21 |
| | |||
* | () --> (void) | Craig Tiller | 2015-01-15 |
| | |||
* | Run clang-format-all.sh | Yang Gao | 2015-01-14 |
| | |||
* | Unify signal handling in C | Craig Tiller | 2015-01-14 |
| | |||
* | Fixing test_config.c | Nicolas "Pixel" Noble | 2015-01-13 |
| | | | | Now all the gpr tests build and run under win32. | ||
* | Seed random numbers in each process based on pid. | ctiller | 2015-01-05 |
| | | | | | | | | | | This causes get_unused_port_or_die to try different port numbers in each concurrently running tests, and consequently enables some parallelism of test processes. Change on 2015/01/05 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83289374 | ||
* | Initial import. | Nicolas Noble | 2014-11-26 |