Skip to content
  1. Aug 10, 2017
  2. Aug 09, 2017
  3. Aug 08, 2017
  4. Aug 07, 2017
  5. Aug 06, 2017
    • 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
  6. Aug 05, 2017
  7. Aug 04, 2017
  8. Aug 03, 2017