Skip to content
Snippets Groups Projects
  1. Feb 21, 2007
  2. Aug 21, 2006
  3. Aug 16, 2006
  4. Jul 25, 2006
  5. Jul 21, 2006
  6. Jul 11, 2006
  7. 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
  8. 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
  9. Apr 26, 2006
  10. Feb 16, 2006
  11. Apr 19, 2005
  12. Feb 09, 2005
  13. Jan 25, 2005
  14. Nov 18, 2004
  15. Oct 10, 2004
  16. Oct 06, 2004
  17. Oct 04, 2004
  18. Jun 24, 2004
  19. Jun 10, 2004
  20. May 17, 2004
  21. May 11, 2004
  22. May 04, 2004
  23. Apr 26, 2004
  24. Apr 23, 2004
  25. Apr 21, 2004
  26. Apr 20, 2004
  27. Apr 14, 2004
  28. Apr 13, 2004
Loading