Skip to content
  1. Nov 24, 2007
    • 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. Nov 23, 2007
  3. Nov 22, 2007
  4. Nov 21, 2007
  5. Nov 20, 2007
  6. Nov 19, 2007
  7. Nov 18, 2007
  8. Nov 17, 2007
  9. Nov 16, 2007