Skip to content
  1. Oct 26, 2011
  2. Oct 25, 2011
  3. Oct 24, 2011
  4. Oct 23, 2011
  5. Oct 22, 2011
    • Yang Tse's avatar
      tool_operate.c: OOM handling fix · cc76bbe7
      Yang Tse authored
      Move curl_easy_perform source code geneartion out of curl_easy_perform's loop
      for proper OOM handling and source code geneartion.
      cc76bbe7
  6. Oct 21, 2011
  7. Oct 20, 2011
  8. Oct 19, 2011
  9. Oct 18, 2011
  10. Oct 17, 2011
  11. Oct 16, 2011
  12. Oct 15, 2011
    • Daniel Stenberg's avatar
      formdata: ack read callback abort · 840eff44
      Daniel Stenberg authored
      When doing a multipart formpost with a read callback, and that callback
      returns CURL_READFUNC_ABORT, that return code must be properly
      propagated back and handled accordingly. Previously it would be handled
      as a zero byte read which would cause a hang!
      
      Added test case 587 to verify. It uses the lib554.c source code with a
      small ifdef.
      
      Reported by: Anton Bychkov
      Bug: http://curl.haxx.se/mail/lib-2011-10/0097.html
      840eff44