1. 11 Jan, 2009 3 commits
  2. 10 Jan, 2009 1 commit
    • Daniel Stenberg's avatar
      - Emil Romanus fixed: · 452e52f9
      Daniel Stenberg authored
        When using the multi interface over HTTP and the server returns a Location
        header, the running easy handle will get stuck in the CURLM_STATE_PERFORM
        state, leaving the external event loop stuck waiting for data from the
        ingoing socket (when using the curl_multi_socket_action stuff). While this
        bug was pretty hard to find, it seems to require only a one-line fix. The
        break statement on line 1374 in multi.c caused the function to skip the call
        to multistate().
      
        How to reproduce this bug? Well, that's another question.  evhiperfifo.c in
        the examples directory chokes on this bug only _sometimes_, probably
        depending on how fast the URLs are added. One way of testing the bug out is
        writing to hiper.fifo from more than one source at the same time.
      452e52f9
  3. 08 Jan, 2009 4 commits
  4. 07 Jan, 2009 4 commits
  5. 06 Jan, 2009 1 commit
  6. 01 Jan, 2009 1 commit
  7. 31 Dec, 2008 2 commits
  8. 30 Dec, 2008 5 commits
  9. 29 Dec, 2008 2 commits
  10. 28 Dec, 2008 7 commits
  11. 27 Dec, 2008 2 commits
  12. 25 Dec, 2008 1 commit
  13. 22 Dec, 2008 4 commits
  14. 20 Dec, 2008 3 commits
    • Daniel Stenberg's avatar
      malloc+memset => calloc · 2a868173
      Daniel Stenberg authored
      2a868173
    • Daniel Stenberg's avatar
      same procedure, simpler code · 5be7d88b
      Daniel Stenberg authored
      5be7d88b
    • Daniel Stenberg's avatar
      197 - IIS-bug in Digest · 8a335ee7
      Daniel Stenberg authored
       The curl tool parts are postponed to a later time
      
      201 - "bug: header data output to the body callback function after set header"
       Was probably not a bug, I asked about it but I didn't get any response.
      
      202 - "hangs up of application above libcurl" - problems with the multi_socket
       Fixes from Igor have been committed and there's currently no pending ones.
      8a335ee7