1. 09 Nov, 2016 1 commit
  2. 07 Nov, 2016 3 commits
  3. 03 Nov, 2016 1 commit
  4. 02 Nov, 2016 1 commit
  5. 31 Oct, 2016 1 commit
  6. 25 Oct, 2016 1 commit
  7. 24 Oct, 2016 1 commit
  8. 18 Oct, 2016 1 commit
  9. 16 Oct, 2016 1 commit
  10. 10 Oct, 2016 2 commits
  11. 04 Oct, 2016 1 commit
  12. 22 Sep, 2016 1 commit
  13. 19 Sep, 2016 1 commit
  14. 14 Sep, 2016 2 commits
  15. 13 Sep, 2016 1 commit
  16. 10 Sep, 2016 1 commit
  17. 07 Sep, 2016 2 commits
  18. 05 Sep, 2016 1 commit
  19. 27 Aug, 2016 1 commit
  20. 26 Aug, 2016 2 commits
  21. 22 Aug, 2016 1 commit
  22. 15 Aug, 2016 1 commit
  23. 10 Aug, 2016 1 commit
  24. 04 Aug, 2016 1 commit
  25. 03 Aug, 2016 1 commit
  26. 02 Aug, 2016 1 commit
  27. 01 Aug, 2016 1 commit
  28. 21 Jul, 2016 4 commits
  29. 19 Jul, 2016 1 commit
  30. 27 Jun, 2016 1 commit
  31. 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