Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 07, 2006
  3. Feb 11, 2006
  4. Jan 15, 2006
  5. Jul 17, 2005
  6. Apr 07, 2005
    • Daniel Stenberg's avatar
      GnuTLS support added. There's now a "generic" SSL layer that we use all over · 6e619393
      Daniel Stenberg authored
      internally, with code provided by sslgen.c. All SSL-layer-specific code is
      then written in ssluse.c (for OpenSSL) and gtls.c (for GnuTLS).
      
      As far as possible, internals should not need to know what SSL layer that is
      in use. Building with GnuTLS currently makes two test cases fail.
      
      TODO.gnutls contains a few known outstanding issues for the GnuTLS support.
      
      GnuTLS support is enabled with configure --with-gnutls
      6e619393
  7. Mar 31, 2005
  8. Feb 09, 2005
  9. Jan 29, 2005
  10. Jan 11, 2005
  11. Jan 10, 2005
  12. Dec 22, 2004
  13. Dec 05, 2004
  14. Nov 11, 2004
  15. Nov 02, 2004
  16. Oct 04, 2004
  17. Sep 28, 2004
  18. Jul 24, 2004
  19. Jun 24, 2004
  20. Jun 09, 2004
  21. Jun 02, 2004
  22. May 27, 2004
  23. May 13, 2004
  24. May 11, 2004
  25. Apr 29, 2004
  26. Apr 27, 2004
  27. Apr 26, 2004
  28. Mar 30, 2004
  29. Mar 15, 2004
  30. Mar 03, 2004
  31. Jan 22, 2004
  32. Jan 13, 2004
  33. Jan 07, 2004
  34. Jan 05, 2004
  35. Oct 14, 2003
  36. Aug 14, 2003
  37. Aug 11, 2003
  38. Aug 04, 2003
  39. Jul 25, 2003
Loading