1. 29 Jan, 2018 3 commits
  2. 28 Jan, 2018 2 commits
  3. 27 Jan, 2018 1 commit
  4. 26 Jan, 2018 3 commits
  5. 25 Jan, 2018 11 commits
  6. 24 Jan, 2018 3 commits
  7. 23 Jan, 2018 5 commits
  8. 22 Jan, 2018 2 commits
    • Daniel Stenberg's avatar
      http: prevent custom Authorization headers in redirects · af32cd38
      Daniel Stenberg authored
      ... unless CURLOPT_UNRESTRICTED_AUTH is set to allow them. This matches how
      curl already handles Authorization headers created internally.
      
      Note: this changes behavior slightly, for the sake of reducing mistakes.
      
      Added test 317 and 318 to verify.
      
      Reported-by: Craig de Stigter
      Bug: https://curl.haxx.se/docs/adv_2018-b3bf.html
      af32cd38
    • Daniel Stenberg's avatar
      curl: progress bar refresh, get width using ioctl() · 993dd565
      Daniel Stenberg authored
      Get screen width from the environment variable COLUMNS first, if set. If
      not, use ioctl(). If nether works, assume 79.
      
      Closes #2242
      
      The "refresh" is for the -# output when no total transfer size is
      known. It will now only use a single updated line even for this case:
      
      The "-=O=-" ship moves when data is transferred. The four flying
      "hashes" move (on a sine wave) on each refresh, independent of data.
      993dd565
  9. 20 Jan, 2018 3 commits
  10. 18 Jan, 2018 6 commits
  11. 17 Jan, 2018 1 commit