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