Skip to content
  1. Jul 24, 2011
  2. 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
  3. Jul 19, 2011
  4. Jul 18, 2011
  5. Jul 14, 2011
  6. Jul 13, 2011
  7. Jul 12, 2011
  8. Jul 04, 2011
  9. Jul 01, 2011
  10. Jun 29, 2011
  11. Jun 23, 2011
  12. Jun 22, 2011
  13. Jun 21, 2011
  14. Jun 19, 2011
    • Amr Shahin's avatar
      unitteset: Curl_llist_move · c9f16e67
      Amr Shahin authored
      adding unit test for Curl_llist_move, documenting unit-tested functions
      in llist.c, changing unit-test to unittest, replacing assert calls with
      abort_unless calls
      c9f16e67
  15. Jun 17, 2011
    • Daniel Stenberg's avatar
      CURLFORM_STREAM: acknowledge CURLFORM_FILENAME · f851f768
      Daniel Stenberg authored
      The CURLFORM_STREAM is documented to only insert a file name (and thus
      look like a file upload) in the part if CURLFORM_FILENAME is set, but in
      reality it always inserted a filename="" and if CURLFORM_FILENAME wasn't
      set, it would insert insert rubbish (or possibly crash).
      
      This is now fixed to work as documented, and test 554 has been extended
      to verify this.
      
      Reported by: Sascha Swiercy
      Bug: http://curl.haxx.se/mail/lib-2011-06/0070.html
      f851f768
  16. Jun 13, 2011
    • Daniel Stenberg's avatar
      curl_formget: fix FILE * leak · 0aedccc1
      Daniel Stenberg authored
      Properly deal with the fact that the last fread() call most probably is
      a short read, and when using callbacks in fact all calls can be short
      reads. No longer consider a file read done until it returns a 0 from the
      read function.
      
      Reported by: Aaron Orenstein
      Bug: http://curl.haxx.se/mail/lib-2011-06/0048.html
      0aedccc1
    • Daniel Stenberg's avatar
      curl_formget: treat CURLFORM_STREAM better · 85881f9f
      Daniel Stenberg authored
      If a piece is set to use a callback to get the data, it should not be
      treated as data. It unfortunately also requires that curl_easy_perform()
      or similar has been used as otherwise the callback function hasn't been
      figured out and curl_formget won't know how to get the content.
      85881f9f
  17. Jun 11, 2011
    • Daniel Stenberg's avatar
      long/int mess · ee015947
      Daniel Stenberg authored
      Typecast when converting to int from long to avoid some compiler warnings
      ee015947
  18. Jun 10, 2011
  19. Jun 07, 2011
  20. Jun 05, 2011
  21. Jun 04, 2011
  22. Jun 03, 2011