1. 24 Nov, 2007 1 commit
    • Daniel Stenberg's avatar
      struct HandleData is now called struct SingleRequest, and is only for data that · 13648f8c
      Daniel Stenberg authored
      is inited at the start of the DO action. I removed the Curl_transfer_keeper
      struct completely, and I had to move out a few struct members (that had to
      be set before DO or used after DONE) to the UrlState struct. The SingleRequest
      struct is accessed with SessionHandle->req.
      
      One of the biggest reasons for doing this was the bunch of duplicate struct
      members in HandleData and Curl_transfer_keeper since it was really messy to
      keep track of two variables with the same name and basically the same purpose!
      13648f8c
  2. 23 Nov, 2007 3 commits
  3. 22 Nov, 2007 4 commits
  4. 21 Nov, 2007 8 commits
  5. 20 Nov, 2007 12 commits
  6. 19 Nov, 2007 5 commits
  7. 18 Nov, 2007 3 commits
  8. 17 Nov, 2007 3 commits
  9. 16 Nov, 2007 1 commit