Skip to content
Snippets Groups Projects
  1. Mar 12, 2005
  2. Mar 11, 2005
  3. Mar 08, 2005
  4. Mar 04, 2005
  5. Mar 03, 2005
  6. Feb 17, 2005
  7. Feb 09, 2005
  8. Feb 08, 2005
  9. Feb 05, 2005
    • Daniel Stenberg's avatar
      valgrind errors occur too often when 'make test' is used. It is because too · 67ff8e3e
      Daniel Stenberg authored
      many third-party libs and tools have problems. When curl is built without
      --disable-shared, the testing is done with a front-end script which makes the
      valgrind testing include (ba)sh as well and that often causes valgrind
      errors. Either we improve the valgrind error scanner a lot to better identify
      (lib)curl errors only, or we disable valgrind checking by default
      67ff8e3e
  10. Feb 04, 2005
  11. Feb 02, 2005
  12. Feb 01, 2005
  13. Jan 31, 2005
  14. Jan 29, 2005
  15. 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
  16. Jan 26, 2005
  17. Jan 25, 2005
  18. Jan 22, 2005
  19. Jan 21, 2005
  20. Jan 20, 2005
  21. Jan 19, 2005
  22. Jan 17, 2005
  23. Jan 16, 2005
  24. Jan 11, 2005
Loading