Skip to content
  1. Apr 30, 2018
  2. Apr 10, 2018
  3. Mar 26, 2018
  4. Mar 22, 2018
  5. Feb 28, 2018
  6. Feb 15, 2018
  7. Dec 02, 2017
  8. Dec 01, 2017
  9. Nov 30, 2017
    • Daniel Stenberg's avatar
      travis: add boringssl build · 270494e1
      Daniel Stenberg authored
      Uses a separate build without --enable-debug and no valgrind.
      
      The debug option causes far too many warnings in boringssl's headers
      (C++ comments, trailing commas etc).  Valgrind triggers some false
      positive errors in thread-local data used by boringssl.
      
      Closes #2118
      270494e1
  10. Nov 05, 2017
  11. Oct 23, 2017
  12. Oct 04, 2017
  13. Sep 18, 2017
  14. Sep 15, 2017
  15. Sep 10, 2017
  16. Sep 07, 2017
  17. Sep 02, 2017
    • Max Dymond's avatar
      ossfuzz: Move to C++ for curl_fuzzer. · 57001ce3
      Max Dymond authored
      Automake gets confused if you want to use C++ static libraries with C
      code - basically we need to involve the clang++ linker. The easiest way
      of achieving this is to rename the C code as C++ code. This gets us a
      bit further along the path and ought to be compatible with Google's
      version of clang.
      57001ce3
  18. Sep 01, 2017
    • Max Dymond's avatar
      ossfuzz: moving towards the ideal integration · efeb4a31
      Max Dymond authored
      - Start with the basic code from the ossfuzz project.
      - Rewrite fuzz corpora to be binary files full of Type-Length-Value
        data, and write a glue layer in the fuzzing function to convert
        corpora into CURL options.
      - Have supporting functions to generate corpora from existing tests
      - Integrate with Makefile.am
      efeb4a31
  19. Aug 16, 2017
  20. Aug 14, 2017
  21. Aug 12, 2017
  22. Aug 10, 2017
  23. Aug 04, 2017
  24. Aug 03, 2017
  25. Aug 02, 2017
  26. Jul 13, 2017
  27. Jul 12, 2017
  28. Jul 07, 2017
  29. Jul 04, 2017
  30. Jun 21, 2017