Skip to content
Snippets Groups Projects
  1. Feb 06, 2016
  2. Feb 05, 2016
  3. Dec 17, 2015
  4. Oct 12, 2015
  5. Sep 18, 2015
  6. Jun 06, 2015
  7. May 29, 2015
  8. Apr 30, 2015
  9. Apr 29, 2015
  10. Apr 16, 2015
  11. Apr 06, 2015
  12. Mar 24, 2015
  13. Mar 22, 2015
    • blowerfix's avatar
      Fix deadlock in freeze · d5f2934a
      blowerfix authored
      This deadlock was caused by Popen.wait() instead of
      Popen.communicate().  The difference is that Popen.wait() will block
      after the buffer is filled while Popen.communicate() will read all the
      input.
      d5f2934a
  14. Mar 12, 2015
  15. Mar 10, 2015
  16. Jan 21, 2015
  17. Dec 25, 2014
  18. Nov 18, 2014
  19. Nov 11, 2014
Loading