Skip to content
  1. Feb 24, 2019
  2. Feb 23, 2019
  3. Feb 05, 2019
  4. Jan 23, 2019
  5. Jan 06, 2019
  6. Jan 05, 2019
  7. Dec 21, 2018
  8. Apr 15, 2018
  9. Mar 03, 2018
    • ntome's avatar
      Browser: use a lock to prevent race condition when saving responses · 45adad8a
      ntome authored and Romain Bignon's avatar Romain Bignon committed
      Browser.responses_count is not modified atomically as if there were only
      one thread, but the AsyncLoad filter will use multiple threads and
      access it concurrently. As a result, multiple responses were written to
      the same file.
      Add a lock to prevent concurrency on the responses_count field.
      45adad8a
  10. Feb 18, 2018
  11. Feb 11, 2018
  12. Sep 21, 2017
  13. Aug 30, 2017
  14. Jul 30, 2017
  15. Jul 08, 2017
  16. Jun 19, 2017
  17. Jun 17, 2017