Skip to content
Snippets Groups Projects
  1. Feb 14, 2022
    • Olliver Schinagl's avatar
      io: Handle really long lines · 9d71b61c
      Olliver Schinagl authored and Timo Teräs's avatar Timo Teräs committed
      
      While commit 18b0b45b (io: Handle long lines, Thu Jan 7 17:25:23 2021
      +0100) did attempt to address this issue, the buffer really is still to
      small when dealing with big-big dependency lists.
      
      Lets make it sufficiently large for now, until the new APKINDEX format
      can support multi-line dependencies, making this not needed any more.
      
      [TT: Originally the buffer size was conservative to run on resource
      constrained embedded platforms. But since the available memory on those
      has also increased much, the adjustment to 128kB makes sense also to
      increase performance a little bit. Backported to 2.10-stable.]
      
      Signed-off-by: default avatarOlliver Schinagl <oliver@schinagl.nl>
      9d71b61c
  2. Aug 03, 2021
  3. Jul 26, 2021
  4. Jul 23, 2021
  5. Apr 12, 2021
  6. Apr 11, 2021
Loading