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