1. 09 Aug, 2017 2 commits
  2. 08 Aug, 2017 3 commits
  3. 07 Aug, 2017 5 commits
  4. 06 Aug, 2017 1 commit
    • Daniel Stenberg's avatar
      easy_events: make event data static · fa489873
      Daniel Stenberg authored
      First: this function is only used in debug-builds and not in
      release/real builds. It is used to drive tests using the event-based
      API.
      
      A pointer to the local struct is passed to CURLMOPT_TIMERDATA, but the
      CURLMOPT_TIMERFUNCTION calback can in fact be called even after this
      funtion returns, namely when curl_multi_remove_handle() is called.
      
      Reported-by: Brian Carpenter
      fa489873
  5. 05 Aug, 2017 1 commit
  6. 04 Aug, 2017 7 commits
  7. 03 Aug, 2017 8 commits
  8. 02 Aug, 2017 5 commits
  9. 01 Aug, 2017 5 commits
  10. 31 Jul, 2017 3 commits