1. 23 Sep, 2006 1 commit
  2. 21 Sep, 2006 1 commit
  3. 20 Sep, 2006 1 commit
  4. 12 Sep, 2006 1 commit
  5. 11 Sep, 2006 1 commit
  6. 10 Sep, 2006 1 commit
  7. 09 Sep, 2006 1 commit
  8. 08 Sep, 2006 1 commit
  9. 07 Sep, 2006 1 commit
  10. 04 Sep, 2006 2 commits
  11. 03 Sep, 2006 1 commit
  12. 31 Aug, 2006 1 commit
  13. 29 Aug, 2006 1 commit
  14. 25 Aug, 2006 1 commit
  15. 22 Aug, 2006 2 commits
  16. 21 Aug, 2006 1 commit
  17. 19 Aug, 2006 1 commit
  18. 18 Aug, 2006 2 commits
  19. 16 Aug, 2006 1 commit
  20. 08 Aug, 2006 2 commits
  21. 07 Aug, 2006 1 commit
  22. 02 Aug, 2006 1 commit
  23. 01 Aug, 2006 1 commit
  24. 27 Jul, 2006 1 commit
  25. 26 Jul, 2006 2 commits
  26. 25 Jul, 2006 2 commits
  27. 17 Jul, 2006 1 commit
  28. 14 Jul, 2006 1 commit
  29. 08 Jul, 2006 1 commit
  30. 07 Jul, 2006 2 commits
    • 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
    • Daniel Stenberg's avatar
      yassl can be used now · e5cf6a20
      Daniel Stenberg authored
      e5cf6a20
  31. 04 Jul, 2006 1 commit
  32. 28 Jun, 2006 1 commit
  33. 24 Jun, 2006 1 commit