Skip to content
Snippets Groups Projects
  1. May 13, 2003
  2. Feb 04, 2003
  3. Jan 16, 2003
  4. Nov 26, 2002
  5. Nov 11, 2002
  6. Nov 05, 2002
  7. Sep 03, 2002
  8. Apr 25, 2002
    • Daniel Stenberg's avatar
      In order to not get problems with DNS cache pruning, we no longer store · 8927ddec
      Daniel Stenberg authored
      any name resolved data in any curl handle struct. That way, we won't mind
      if the cache entries are pruned for the next time we need them. We'll just
      resolve them again instead.
      
      This changes the Curl_resolv() proto. It modifies the SessionHandle struct
      but perhaps most importantly, it'll make the internals somewhat dependent
      on the DNS cache not being disabled as that will cripple operations somewhat.
      Especially for persistant connections.
      8927ddec
  9. Mar 19, 2002
  10. Jan 07, 2002
  11. Jan 03, 2002
  12. Oct 04, 2001
  13. Oct 02, 2001
  14. Sep 28, 2001
  15. Aug 30, 2001
  16. Feb 05, 2001
  17. Jan 05, 2001
  18. Jan 03, 2001
  19. Sep 21, 2000
  20. Jun 20, 2000
  21. May 29, 2000
  22. Dec 29, 1999
Loading