1. 17 Jul, 2006 7 commits
  2. 15 Jul, 2006 1 commit
  3. 14 Jul, 2006 4 commits
  4. 13 Jul, 2006 3 commits
  5. 12 Jul, 2006 11 commits
  6. 11 Jul, 2006 6 commits
  7. 10 Jul, 2006 1 commit
  8. 08 Jul, 2006 4 commits
  9. 07 Jul, 2006 3 commits
    • Daniel Stenberg's avatar
      mention the shared DNS stuff · ee8112b4
      Daniel Stenberg authored
      ee8112b4
    • 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
      mention the by-default "sharing" · a09a8164
      Daniel Stenberg authored
      a09a8164