Skip to content
  1. Feb 26, 2018
  2. Feb 25, 2018
  3. Feb 14, 2018
  4. Feb 12, 2018
  5. Feb 10, 2018
  6. Feb 09, 2018
  7. Feb 04, 2018
  8. Jan 31, 2018
  9. Jan 30, 2018
  10. Jan 29, 2018
  11. Jan 27, 2018
  12. Jan 24, 2018
  13. Jan 21, 2018
  14. Jan 20, 2018
    • ulteq's avatar
      Fix the --magick-timeout handling · 394517d1
      ulteq authored
      * Prevents nasty loading loops
      
      * Prevents zombie subprocesses
      
      * Fixes the conversion timeout detection routine
      394517d1
  15. Jan 19, 2018
  16. Jan 14, 2018
  17. Jan 08, 2018
  18. Jan 07, 2018
    • Max Rees's avatar
      fflush in src/list.c to make tested behavior consistent · 4169eae1
      Max Rees authored
      On glibc, if output is redirected to a file, output will look like this:
      
      touch test/ok/gif
      touch test/ok/jpg
      touch test/ok/png
      touch test/ok/pnm
      test/ok/gif
      test/ok/jpg
      test/ok/png
      test/ok/pnm
      
      On musl, if stdout is redirected to a file, output looks like this:
      
      test/ok/gif
      touch test/ok/gif
      touch test/ok/jpg
      touch test/ok/png
      touch test/ok/pnm
      test/ok/jpg
      test/ok/png
      test/ok/pnm
      
      On glibc and musl, if stdout is interactive, it looks like this:
      
      test/ok/gif
      touch test/ok/gif
      test/ok/jpg
      touch test/ok/jpg
      test/ok/png
      touch test/ok/png
      test/ok/pnm
      touch test/ok/pnm
      
      Adding two fflush calls makes all behavior look like the last example.
      Test cases have been updated accordingly.
      4169eae1
  19. Dec 28, 2017
  20. Dec 27, 2017
  21. Dec 09, 2017
  22. Dec 07, 2017