Skip to content
Snippets Groups Projects
  1. Aug 02, 2021
  2. Jul 30, 2021
  3. Jul 29, 2021
  4. Jul 28, 2021
    • Anton Georgiev's avatar
      Updated release to 2.3.9 · 25d69b9d
      Anton Georgiev authored
      25d69b9d
    • Anton Georgiev's avatar
      Merge pull request #12842 from defnull/v2.3.x-release · 0b26e374
      Anton Georgiev authored
      fix(common-web): Sub-processes hang if output buffers fill up
      0b26e374
    • Marcel Hellkamp's avatar
      fix(common-web): Sub-processes hang if output buffers fill up · 500a1e6f
      Marcel Hellkamp authored
      ExternalProcessExecutor spawned sub-processes with stderr and
      stdout buffers, but did not read from those buffers. Sub-processes
      producing output sometimes would fill up these buffers and then hang
      until the timeout occurs and the process is killed.
      
      This fixes #12839 (PDF conversion hangs for 10 seconds per page)
      by properly discarding command output. The patch also deprecates an
      outdated and dangerous API and offers a safer alternative. Splitting
      command arguments based on whitespace may result in unwanted behavior
      if an argument (e.g. a filename) contains whitespace.
      500a1e6f
  5. Jul 26, 2021
  6. Jul 23, 2021
  7. Jul 20, 2021
  8. Jul 19, 2021
  9. Jul 18, 2021
  10. Jul 16, 2021
  11. Jul 15, 2021
  12. Jul 14, 2021
  13. Jul 12, 2021
Loading