Skip to content
Snippets Groups Projects
  1. Apr 26, 2004
  2. Mar 30, 2004
  3. Jan 07, 2004
  4. Dec 15, 2003
  5. Oct 04, 2003
  6. Aug 05, 2003
  7. Jun 26, 2003
  8. May 13, 2003
  9. Feb 04, 2003
  10. Jan 16, 2003
  11. Nov 26, 2002
  12. Nov 11, 2002
  13. Nov 05, 2002
  14. Sep 03, 2002
  15. 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
  16. Mar 19, 2002
  17. Jan 07, 2002
  18. Jan 03, 2002
  19. Oct 04, 2001
  20. Oct 02, 2001
  21. Sep 28, 2001
  22. Aug 30, 2001
  23. Feb 05, 2001
  24. Jan 05, 2001
  25. Jan 03, 2001
  26. Sep 21, 2000
  27. Jun 20, 2000
  28. May 29, 2000
  29. Dec 29, 1999
Loading