1. 28 Jul, 2011 4 commits
  2. 27 Jul, 2011 4 commits
  3. 26 Jul, 2011 4 commits
  4. 25 Jul, 2011 3 commits
  5. 24 Jul, 2011 1 commit
  6. 22 Jul, 2011 1 commit
    • Ben Winslow's avatar
      progress: reset flags at transfer start · 27b88140
      Ben Winslow authored
      When an easy handle is used to download an URI which has no
      Content-Length header (or equivalent) after downloading an URI which
      does, the value from the previous transfer is reused and returned by
      CURLINFO_CONTENT_LENGTH_DOWNLOAD. This is because the progress flags
      (used to determine whether such a header was received) are not reset
      between transfers.
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=3370895
      27b88140
  7. 19 Jul, 2011 6 commits
  8. 18 Jul, 2011 4 commits
  9. 16 Jul, 2011 1 commit
  10. 14 Jul, 2011 3 commits
  11. 13 Jul, 2011 1 commit
  12. 12 Jul, 2011 4 commits
  13. 04 Jul, 2011 3 commits
  14. 03 Jul, 2011 1 commit
    • Daniel Stenberg's avatar
      help output: more gnu like output · 902d3dc3
      Daniel Stenberg authored
      First, the -J/--remote-header-name was wrongly sorted in the --help
      output as pointed out in bug report #3349271.
      
      Then, I changed the format of the texts to follow the man page better in
      that it now uses "-A, --long" intead of "-A/--long". I also made all
      additional arguments get written as in "-A, --long FILENAME" instead of
      the previous "<filename>" style.
      
      Reported by: Herve Amblard
      Bug: http://curl.haxx.se/bug/view.cgi?id=3349271
      902d3dc3