Skip to content
  1. Aug 08, 2017
  2. Aug 07, 2017
  3. 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
  4. Aug 05, 2017
  5. Aug 04, 2017
  6. Aug 03, 2017
  7. Aug 02, 2017
  8. Aug 01, 2017
  9. Jul 31, 2017
  10. Jul 30, 2017
  11. Jul 29, 2017