1. 28 Sep, 2006 1 commit
  2. 24 Sep, 2006 1 commit
  3. 23 Sep, 2006 3 commits
  4. 21 Sep, 2006 1 commit
  5. 20 Sep, 2006 1 commit
  6. 12 Sep, 2006 1 commit
  7. 11 Sep, 2006 1 commit
  8. 10 Sep, 2006 1 commit
  9. 09 Sep, 2006 1 commit
  10. 08 Sep, 2006 1 commit
  11. 07 Sep, 2006 1 commit
  12. 04 Sep, 2006 2 commits
  13. 03 Sep, 2006 1 commit
  14. 31 Aug, 2006 1 commit
  15. 29 Aug, 2006 1 commit
  16. 25 Aug, 2006 1 commit
  17. 22 Aug, 2006 2 commits
  18. 21 Aug, 2006 1 commit
  19. 19 Aug, 2006 1 commit
  20. 18 Aug, 2006 2 commits
  21. 16 Aug, 2006 1 commit
  22. 08 Aug, 2006 2 commits
  23. 07 Aug, 2006 1 commit
  24. 02 Aug, 2006 1 commit
  25. 01 Aug, 2006 1 commit
  26. 27 Jul, 2006 1 commit
  27. 26 Jul, 2006 2 commits
  28. 25 Jul, 2006 2 commits
  29. 17 Jul, 2006 1 commit
  30. 14 Jul, 2006 1 commit
  31. 08 Jul, 2006 1 commit
  32. 07 Jul, 2006 1 commit
    • 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