Skip to content
Snippets Groups Projects
  1. Jul 04, 2011
  2. Jul 01, 2011
  3. Jun 29, 2011
  4. Jun 23, 2011
  5. Jun 22, 2011
  6. Jun 21, 2011
  7. 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
  8. 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
  9. 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
  10. 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
  11. Jun 10, 2011
  12. Jun 07, 2011
  13. Jun 05, 2011
  14. Jun 04, 2011
  15. Jun 03, 2011
  16. Jun 02, 2011
  17. Jun 01, 2011
  18. May 30, 2011
  19. May 27, 2011
  20. May 26, 2011
  21. May 25, 2011
Loading