1. 08 Jun, 2017 1 commit
    • Daniel Stenberg's avatar
      expire: remove Curl_expire_latest() · 7fffe97b
      Daniel Stenberg authored
      With the introduction of expire IDs and the fact that existing timers
      can be removed now and thus never expire, the concept with adding a
      "latest" timer is not working anymore as it risks to not expire at all.
      
      So, to be certain the timers actually are in line and will expire, the
      plain Curl_expire() needs to be used. The _latest() function was added
      as a sort of shortcut in the past that's quite simply not necessary
      anymore.
      
      Follow-up to 31b39c40
      
      Reported-by: Paul Harris
      
      Closes #1555
      7fffe97b
  2. 07 Jun, 2017 3 commits
  3. 06 Jun, 2017 2 commits
  4. 05 Jun, 2017 7 commits
  5. 04 Jun, 2017 4 commits
  6. 03 Jun, 2017 6 commits
  7. 02 Jun, 2017 12 commits
  8. 01 Jun, 2017 5 commits