Skip to content
Snippets Groups Projects
  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 21, 2007
  3. Nov 20, 2007
  4. Nov 19, 2007
  5. Nov 18, 2007
  6. Nov 16, 2007
  7. Nov 15, 2007
  8. Nov 14, 2007
  9. Nov 12, 2007
  10. Nov 10, 2007
  11. Nov 08, 2007
  12. Nov 07, 2007
  13. Nov 06, 2007
  14. Nov 05, 2007
  15. Nov 03, 2007
  16. Nov 02, 2007
  17. Nov 01, 2007
  18. Oct 31, 2007
Loading