Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Introduce slowdown factor for unit test deadlines | Craig Tiller | 2015-02-25 |
| | | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs. | ||
* | Addressing security concerns. | Nicolas Noble | 2015-02-23 |
| | | | | | -) 0x7f (Backspace) isn't a printable character. -) use sizeof(var) instead of sizeof(type). | ||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Fix a memory leak and a gpr_strdup/free mismatch in json_test | David Klempner | 2015-02-04 |
| | |||
* | Re-enabling errors on warning, disabling unused parameter warning, and ↵ | Nicolas "Pixel" Noble | 2015-01-30 |
| | | | | fixing all subsequent errors. | ||
* | Adding a few more tests. | Nicolas "Pixel" Noble | 2015-01-29 |
| | |||
* | Adding a few more test to improve coverage. | Nicolas "Pixel" Noble | 2015-01-29 |
| | |||
* | Fixing a couple of minor bugs, and adding a few tests. | Nicolas Noble | 2015-01-27 |