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