Commit Graph

31 Commits

Author SHA1 Message Date
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Nicolas "Pixel" Noble acbd8675a2 Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzz 2016-04-28 00:01:16 +02:00
Nicolas Noble 7661da5b41 Merge pull request #6012 from nicolasnoble/memleak_detector
Adding memory leak detections for the json fuzzer.
2016-03-31 20:51:30 -07:00
Nicolas "Pixel" Noble 959b6f52cd Fixing another memory leak. 2016-04-01 00:53:57 +02:00
Craig Tiller 6169d5f7b0 Update copyrights 2016-03-31 07:46:18 -07:00
Nicolas "Pixel" Noble 82a91c91d0 Fixing json memory leak. 2016-03-30 07:03:09 +02:00
Nicolas "Pixel" Noble fdbebb9049 Adding json test case. 2016-03-30 07:03:09 +02:00
Craig Tiller fdec85fc5a Merge github.com:grpc/grpc into fuzzy-bits 2016-03-28 13:10:02 -07:00
Craig Tiller 92b3f568db Merge github.com:grpc/grpc into fuzzy-bits 2016-03-26 13:19:07 -07:00
Craig Tiller 9533d042d4 Fix includes 2016-03-25 17:11:06 -07:00
Craig Tiller 2e1903638e Fix copyrights 2016-03-25 14:33:26 -07:00
Craig Tiller f40df23eeb Auto-changes 2016-03-25 13:38:14 -07:00
Craig Tiller 9d290d534e copyrights 2016-03-24 00:20:44 -07:00
Nicolas "Pixel" Noble 23df75a970 Copyrights. 2016-03-18 08:27:13 +01:00
Nicolas "Pixel" Noble c90886096a Fixing json parsing issues detected by libfuzz. 2016-03-18 00:26:15 +01:00
Nicolas "Pixel" Noble 11c320da08 Increasing json code coverage. 2015-12-12 02:42:39 +01:00
Nicolas "Pixel" Noble 8c593e2e1c Improving test coverage for json.c (-->100%) 2015-12-11 02:20:06 +01:00
Craig Tiller 71a0f9d3b0 Fix clang-format script 2015-09-28 17:22:01 -07:00
Craig Tiller a82950e683 clang-format all core files 2015-09-22 12:33:20 -07:00
Craig Tiller 45724b35e4 indent pass to get logical source lines on one physical line 2015-09-22 10:42:19 -07:00
Craig Tiller d6c98df792 clang-format all source 2015-08-18 09:33:44 -07:00
Masood Malekghassemi 701af6031f Expose gpr_asprintf and gpr_strdup 2015-06-03 15:24:24 -07:00
Craig Tiller 8ad8a41a84 Introduce slowdown factor for unit test deadlines
Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
2015-02-25 08:36:40 -08:00
Nicolas Noble a7b8b69d23 Addressing security concerns.
-) 0x7f (Backspace) isn't a printable character.
-) use sizeof(var) instead of sizeof(type).
2015-02-23 10:44:34 -08:00
Craig Tiller 190d360def Add missing new-lines at end of file 2015-02-18 09:23:38 -08:00
Craig Tiller 0605995e55 Update copyright to 2015 2015-02-18 08:34:56 -08:00
David Klempner 05fce429e2 Fix a memory leak and a gpr_strdup/free mismatch in json_test 2015-02-04 14:40:42 -08:00
Nicolas "Pixel" Noble 213ed91850 Re-enabling errors on warning, disabling unused parameter warning, and fixing all subsequent errors. 2015-01-30 02:11:35 +01:00
Nicolas "Pixel" Noble 3c63c0ced3 Adding a few more tests. 2015-01-29 05:32:05 +01:00
Nicolas "Pixel" Noble 08cd92a890 Adding a few more test to improve coverage. 2015-01-29 01:29:36 +01:00
Nicolas Noble 66b5bba25b Fixing a couple of minor bugs, and adding a few tests. 2015-01-27 19:12:26 -08:00