1. 20 Jan, 2015 3 commits
  2. 19 Jan, 2015 2 commits
  3. 18 Jan, 2015 4 commits
  4. 17 Jan, 2015 10 commits
  5. 16 Jan, 2015 18 commits
  6. 15 Jan, 2015 1 commit
  7. 14 Jan, 2015 1 commit
  8. 12 Jan, 2015 1 commit
    • Marc Hoersken's avatar
      curl_schannel.c: mark session as removed from cache if not freed · e9834808
      Marc Hoersken authored
      If the session is still used by active SSL/TLS connections, it
      cannot be closed yet. Thus we mark the session as not being cached
      any longer so that the reference counting mechanism in
      Curl_schannel_shutdown is used to close and free the session.
      
      Reported-by: Jean-Francois Durand
      e9834808