Skip to content
Snippets Groups Projects
  1. Aug 04, 2021
  2. Aug 03, 2021
  3. Aug 02, 2021
  4. Jul 30, 2021
  5. Jul 29, 2021
  6. 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
  7. Jul 26, 2021
  8. Jul 23, 2021
  9. Jul 22, 2021
  10. Jul 20, 2021
  11. Jul 19, 2021
Loading