Skip to content
Snippets Groups Projects
  1. Sep 28, 2007
  2. Aug 26, 2007
  3. Jul 01, 2007
  4. Jun 26, 2007
  5. Apr 25, 2007
  6. Feb 26, 2007
  7. Feb 21, 2007
  8. Aug 21, 2006
  9. Aug 16, 2006
  10. Jul 25, 2006
  11. Jul 21, 2006
  12. Jul 11, 2006
  13. Jul 07, 2006
    • Daniel Stenberg's avatar
      Ingmar Runge provided a source snippet that caused a crash. The reason for · ca319f63
      Daniel Stenberg authored
      the crash was that libcurl internally was a bit confused about who owned the
      DNS cache at all times so if you created an easy handle that uses a shared
      DNS cache and added that to a multi handle it would crash. Now we keep more
      careful internal track of exactly what kind of DNS cache each easy handle
      uses: None, Private (allocated for and used only by this single handle),
      Shared (points to a cache held by a shared object), Global (points to the
      global cache) or Multi (points to the cache within the multi handle that is
      automatically shared between all easy handles that are added with private
      caches).
      ca319f63
  14. May 04, 2006
    • Daniel Stenberg's avatar
      Roland Blom filed bug report #1481217 · e85e3054
      Daniel Stenberg authored
      (http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini
      and David Byron. libcurl previously wrongly used GetLastError() on windows to
      get error details after socket-related function calls, when it really should
      use WSAGetLastError() instead.
      
      When changing to this, the former function Curl_ourerrno() is now instead
      called Curl_sockerrno() as it is necessary to only use it to get errno from
      socket-related functions as otherwise it won't work as intended on Windows.
      e85e3054
  15. Apr 26, 2006
  16. Feb 16, 2006
  17. Apr 19, 2005
  18. Feb 09, 2005
  19. Jan 25, 2005
  20. Nov 18, 2004
  21. Oct 10, 2004
  22. Oct 06, 2004
  23. Oct 04, 2004
  24. Jun 24, 2004
  25. Jun 10, 2004
  26. May 17, 2004
  27. May 11, 2004
  28. May 04, 2004
  29. Apr 26, 2004
Loading