1. 07 Nov, 2016 3 commits
  2. 03 Nov, 2016 1 commit
  3. 02 Nov, 2016 1 commit
  4. 31 Oct, 2016 1 commit
  5. 25 Oct, 2016 1 commit
  6. 24 Oct, 2016 1 commit
  7. 18 Oct, 2016 1 commit
  8. 16 Oct, 2016 1 commit
  9. 10 Oct, 2016 2 commits
  10. 04 Oct, 2016 1 commit
  11. 22 Sep, 2016 1 commit
  12. 19 Sep, 2016 1 commit
  13. 14 Sep, 2016 2 commits
  14. 13 Sep, 2016 1 commit
  15. 10 Sep, 2016 1 commit
  16. 07 Sep, 2016 2 commits
  17. 05 Sep, 2016 1 commit
  18. 27 Aug, 2016 1 commit
  19. 26 Aug, 2016 2 commits
  20. 22 Aug, 2016 1 commit
  21. 15 Aug, 2016 1 commit
  22. 10 Aug, 2016 1 commit
  23. 04 Aug, 2016 1 commit
  24. 03 Aug, 2016 1 commit
  25. 02 Aug, 2016 1 commit
  26. 01 Aug, 2016 1 commit
  27. 21 Jul, 2016 4 commits
  28. 19 Jul, 2016 1 commit
  29. 27 Jun, 2016 1 commit
  30. 21 Jun, 2016 1 commit
    • Kamil Dudka's avatar
      curl-compilers.m4: improve detection of GCC's -fvisibility= flag · b2dcf034
      Kamil Dudka authored
      Some builds of GCC produce output on both stdout and stderr when --help
      --verbose is used.  The 2>&1 redirection caused them to be arbitrarily
      interleaved with each other because of stream buffering.  Consequently,
      grep failed to match the fvisibility= string in the mixed output, even
      though the string was present in GCC's standard output.
      
      This led to silently disabling symbol hiding in some builds of curl.
      b2dcf034
  31. 06 Jun, 2016 1 commit