Skip to content
  1. Jul 28, 2011
  2. Jul 27, 2011
  3. Jul 26, 2011
  4. Jul 25, 2011
  5. Jul 24, 2011
  6. Jul 22, 2011
    • 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. Jul 19, 2011
  8. Jul 18, 2011
  9. Jul 16, 2011
  10. Jul 14, 2011
  11. Jul 13, 2011
  12. Jul 12, 2011
  13. Jul 04, 2011
  14. Jul 03, 2011
    • 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