Skip to content
  1. Apr 06, 2019
  2. Mar 28, 2019
  3. Feb 24, 2019
  4. Feb 23, 2019
  5. Feb 05, 2019
  6. Jan 23, 2019
  7. Jan 06, 2019
  8. Jan 05, 2019
  9. Dec 21, 2018
  10. Apr 15, 2018
  11. 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
  12. Feb 18, 2018
  13. Feb 11, 2018
  14. Sep 21, 2017
  15. Aug 30, 2017
  16. Jul 30, 2017
  17. Jul 08, 2017
  18. Jun 19, 2017