Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #6012 from nicolasnoble/memleak_detector | 2016-03-31 | |
|\ | | | | | Adding memory leak detections for the json fuzzer. | ||
| * | Fixing another memory leak. | 2016-04-01 | |
| | | |||
* | | Update copyrights | 2016-03-31 | |
| | | |||
| * | Fixing json memory leak. | 2016-03-30 | |
| | | |||
| * | Adding json test case. | 2016-03-30 | |
|/ | |||
* | Merge github.com:grpc/grpc into fuzzy-bits | 2016-03-28 | |
|\ | |||
* \ | Merge github.com:grpc/grpc into fuzzy-bits | 2016-03-26 | |
|\ \ | |||
| | * | Fix includes | 2016-03-25 | |
| |/ | |||
| * | Fix copyrights | 2016-03-25 | |
| | | |||
| * | Auto-changes | 2016-03-25 | |
| | | |||
* | | copyrights | 2016-03-24 | |
| | | |||
* | | Fixing json parsing issues detected by libfuzz. | 2016-03-18 | |
|/ | |||
* | Increasing json code coverage. | 2015-12-12 | |
| | |||
* | Improving test coverage for json.c (-->100%) | 2015-12-11 | |
| | |||
* | Fix clang-format script | 2015-09-28 | |
| | |||
* | clang-format all core files | 2015-09-22 | |
| | |||
* | indent pass to get logical source lines on one physical line | 2015-09-22 | |
| | |||
* | clang-format all source | 2015-08-18 | |
| | |||
* | Expose gpr_asprintf and gpr_strdup | 2015-06-03 | |
| | |||
* | Introduce slowdown factor for unit test deadlines | 2015-02-25 | |
| | | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs. | ||
* | Addressing security concerns. | 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 | 2015-02-18 | |
| | |||
* | Update copyright to 2015 | 2015-02-18 | |
| | |||
* | Fix a memory leak and a gpr_strdup/free mismatch in json_test | 2015-02-04 | |
| | |||
* | Re-enabling errors on warning, disabling unused parameter warning, and ↵ | 2015-01-30 | |
| | | | | fixing all subsequent errors. | ||
* | Adding a few more tests. | 2015-01-29 | |
| | |||
* | Adding a few more test to improve coverage. | 2015-01-29 | |
| | |||
* | Fixing a couple of minor bugs, and adding a few tests. | 2015-01-27 | |