Skip to content
  1. Nov 01, 2018
  2. Oct 29, 2018
  3. Oct 27, 2018
  4. Oct 18, 2018
  5. Oct 12, 2018
  6. Sep 29, 2018
  7. Sep 13, 2018
  8. Sep 06, 2018
  9. Aug 15, 2018
  10. Aug 14, 2018
  11. Aug 13, 2018
  12. Aug 10, 2018
  13. Aug 07, 2018
  14. Jul 30, 2018
  15. Jun 27, 2018
  16. Jun 17, 2018
  17. Jun 03, 2018
    • Viktor Szakats's avatar
      spelling fixes · 4bd91bc4
      Viktor Szakats authored
      Detected using the `codespell` tool (version 1.13.0).
      
      Also secure and fix an URL.
      4bd91bc4
  18. May 10, 2018
  19. May 09, 2018
  20. May 04, 2018
  21. Apr 30, 2018
  22. Apr 10, 2018
  23. Mar 26, 2018
  24. Mar 22, 2018
  25. Feb 28, 2018
  26. Feb 15, 2018
  27. Dec 02, 2017
  28. Dec 01, 2017
  29. 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
  30. Nov 05, 2017
  31. Oct 23, 2017
  32. Oct 04, 2017
  33. Sep 18, 2017
  34. Sep 15, 2017
  35. Sep 10, 2017
  36. Sep 07, 2017
  37. 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