Files
lnav/.github/actions/muslbuilder
Tim Stack 628f2d3c2a [perf] start preload of file contents when opening logfile
And various other things:
* Do builds with -O3
* Check for null bytes in is_utf8()
* Redo scrub_to_utf8() since it was suboptimal
* Fix bad line_buffer::lb_compressed_offset value
* Only do preloading for line_buffer's used by logfiles.
  Otherwise, other uses like detect_file_format() will
  waste time waiting for the preload to finish and clog
  up the io_looper.
* Always do a full_sort if the index is empty.  Might
  be needed if there is a logfile that has a new order,
  but we skipped the previous iteration because we
  passed the deadline.
* Increase the file name panel width so we can see file
  size.
2025-08-26 00:13:57 -07:00
..
2025-08-17 13:18:37 -07:00