Commit Graph

62 Commits

Author SHA1 Message Date
Nicolas "Pixel" Noble 2bc5e3ac40 Moving visibility and package creation to the build system. 2017-08-30 19:18:37 +02:00
Nicolas "Pixel" Noble 5d80dc4985 Merge branch 'master' of https://github.com/grpc/grpc into import 2017-06-26 22:01:11 +02:00
Jan Tattermusch 4d5c3102a1 fix remaining license notices 2017-06-08 11:22:41 +02:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Nicolas "Pixel" Noble af6c83f9e1 Adding dummy layering check option. 2017-05-19 01:53:56 +02:00
Nicolas "Pixel" Noble 15cd5ce2ed Rewriting core tests BUILD files to use the build system. 2017-04-18 19:53:10 +02:00
Nicolas "Pixel" Noble 7c26eed838 Buildifier and wrapping test/cpp/* rules with our build system. 2017-04-13 02:03:22 +02:00
Craig Tiller 05fbe3c518 Get gtest building with Bazel, add first test in test/cpp/common/BUILD 2017-02-17 13:27:21 -08:00
Craig Tiller c547c0d992 Add test/core/json/BUILD 2017-02-17 12:43:08 -08:00
yang-g 43dc9ed3b7 Add licenses to all BUILD files and missing copyright 2017-01-11 16:05:25 -08:00
Craig Tiller f4f2eac66d All fuzzers 2016-10-20 12:26:53 -07:00
Nicolas "Pixel" Noble 18c71117b0 Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzz 2016-08-02 23:15:44 +02:00
Craig Tiller 8da8511762 Expand corpus, make one-shot runners not self-check leaks (to give ASAN a chance) 2016-06-10 09:13:10 -07: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 "Pixel" Noble 85a46dd780 Moving memory allocation tracking to its own file. 2016-04-12 01:50:51 +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 5d28d9f63b Added a few more corpora. 2016-03-30 21:51:28 +02: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
Nicolas "Pixel" Noble 1635d36a0a Missing include. 2016-03-30 04:50:07 +02:00
Nicolas "Pixel" Noble bc1fdeee8f Fixing typos. 2016-03-30 04:49:03 +02:00
Nicolas "Pixel" Noble 8677d3f824 Adding memory leak detections for the json fuzzer. 2016-03-30 04:30:44 +02:00
Craig Tiller fdef23f8d3 Fix includes 2016-03-28 14:25:43 -07: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 b7f3f6eec4 Fix copyright 2016-03-25 17:13:09 -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
Craig Tiller a341fe2876 Expand corpus 2016-03-23 23:01:30 -07:00
Craig Tiller d0f1301d12 Expand corpus 2016-03-23 22:57:15 -07:00
Craig Tiller fe56d3ae72 Expand corpus 2016-03-23 22:54:00 -07:00
Craig Tiller dc559c9697 Add fuzzer found crash to corpus 2016-03-18 07:29:18 -07:00
Nicolas "Pixel" Noble 23df75a970 Copyrights. 2016-03-18 08:27:13 +01:00
Craig Tiller cbca1a6c12 Merge branch 'what-the-fuzz' of github.com:nicolasnoble/grpc into fuzzy-bits 2016-03-17 16:35:21 -07:00
Nicolas "Pixel" Noble c90886096a Fixing json parsing issues detected by libfuzz. 2016-03-18 00:26:15 +01:00
Craig Tiller 32173c5c3c First version of json fuzzer 2016-03-17 14:12:45 -07:00
Craig Tiller 7536af02cf Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
Craig Tiller 620e965c1b clang-format after last weeks test-fest 2015-12-14 12:02:50 -08: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 6a6b36c503 Enable -Wconversion 2015-09-10 16:00:22 -07:00
Craig Tiller 32ca48ce0b Core compiles with -Wsign-conversion 2015-09-10 11:47:15 -07:00
Craig Tiller d6c98df792 clang-format all source 2015-08-18 09:33:44 -07:00