1. 30 10月, 2016 1 次提交
  2. 30 8月, 2016 1 次提交
  3. 19 8月, 2016 1 次提交
  4. 05 8月, 2016 2 次提交
  5. 04 8月, 2016 1 次提交
  6. 01 8月, 2016 1 次提交
  7. 31 7月, 2016 1 次提交
  8. 21 7月, 2016 1 次提交
  9. 24 6月, 2016 1 次提交
  10. 29 5月, 2016 2 次提交
  11. 11 5月, 2016 1 次提交
    • C
      Introduce structure to the test/ directory · af76508f
      Chris Kitching 提交于
      This introduces a clear separation between test data and test
      binaries. Test data is moved into test/data, and the test binaries
      move into test/src. A new CMake script specific to building the
      tests is introduced in /test to slightly clean up the toplevel
      one.
      
      As well as tidying things up, this makes the next step trivial...
      af76508f
  12. 16 4月, 2016 1 次提交
  13. 15 2月, 2016 1 次提交
  14. 14 2月, 2016 1 次提交
  15. 12 2月, 2016 1 次提交
    • M
      Add support for afl-fuzz testing · 9e500b49
      Michael Macnair 提交于
      "make fuzz" creates a simple executable that de-serialises stdin
      and re-serialises to stdout.
      "make fuzz_testcases" extracts the smaller json test cases into
      a testcases directory.
      
      The library can then be fuzzed as follows:
          CC=afl-clang-fast make fuzz
          make fuzz_testcases
          mkdir out
          afl-fuzz -i testcases -o out ./fuzz
      9e500b49
  16. 27 1月, 2016 4 次提交
  17. 14 12月, 2015 2 次提交
  18. 22 8月, 2015 1 次提交
  19. 22 6月, 2015 3 次提交
  20. 21 6月, 2015 10 次提交
  21. 04 6月, 2015 1 次提交
  22. 03 6月, 2015 1 次提交
  23. 28 4月, 2015 1 次提交