1. 26 Oct, 2011 3 commits
  2. 25 Oct, 2011 2 commits
  3. 24 Oct, 2011 8 commits
  4. 23 Oct, 2011 2 commits
  5. 22 Oct, 2011 1 commit
    • 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. 21 Oct, 2011 7 commits
  7. 20 Oct, 2011 5 commits
  8. 19 Oct, 2011 2 commits
  9. 18 Oct, 2011 1 commit
  10. 17 Oct, 2011 5 commits
  11. 16 Oct, 2011 3 commits
  12. 15 Oct, 2011 1 commit
    • 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