Skip to content
Snippets Groups Projects
  1. Feb 02, 2005
  2. Feb 01, 2005
  3. Jan 31, 2005
  4. Jan 29, 2005
  5. Jan 28, 2005
    • Daniel Stenberg's avatar
      KNOWN_BUGS #17 fixed. A DNS cache entry may not remain locked between two · 4551e7ce
      Daniel Stenberg authored
      curl_easy_perform() invokes. It was previously unlocked at disconnect, which
      could mean that it remained locked between multiple transfers. The DNS cache
      may not live as long as the connection cache does, as they are separate.
      
      To deal with the lack of DNS (host address) data availability in re-used
      connections, libcurl now keeps a copy of the IP adress as a string, to be able
      to show it even on subsequent requests on the same connection.
      4551e7ce
  6. Jan 26, 2005
  7. Jan 25, 2005
  8. Jan 22, 2005
  9. Jan 21, 2005
  10. Jan 20, 2005
  11. Jan 19, 2005
  12. Jan 17, 2005
  13. Jan 16, 2005
  14. Jan 11, 2005
  15. Jan 08, 2005
  16. Jan 04, 2005
  17. Dec 25, 2004
  18. Dec 24, 2004
  19. Dec 23, 2004
  20. Dec 22, 2004
  21. Dec 21, 2004
  22. Dec 18, 2004
Loading