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