1. 20 Nov, 2020 7 commits
  2. 19 Nov, 2020 10 commits
  3. 18 Nov, 2020 2 commits
  4. 17 Nov, 2020 3 commits
  5. 16 Nov, 2020 1 commit
  6. 15 Nov, 2020 6 commits
  7. 14 Nov, 2020 2 commits
  8. 13 Nov, 2020 7 commits
  9. 12 Nov, 2020 2 commits
    • Hendrik Leppkes's avatar
      8f4aec71
    • Martin Storsjö's avatar
      aviobuf: Increase the default SHORT_SEEK_THRESHOLD to 32 KB · 3fcfde2c
      Martin Storsjö authored
      The previous threshold, 4 KB, maybe was reasonable when it was set
      (in 2010), but in today's settings and with typical network speeds
      and data sizes, it's pretty small. 32 KB probably is a more reasonable
      default now, regardless of input.
      
      This changes the test references for two seek tests.
      
      When using the normal seek function, which boils down to the lseek(2)
      function, a seek to an out of bounds position doesn't return an error,
      but that condition is only reported when doing the subsequent read
      (which returns EOF). When doing more seeks by fast forwarding, the
      fact that the seeked to destination is out of bounds is noticed and
      reported sooner in these cases.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      3fcfde2c