Commit Graph

9 Commits (9386980b14421c6f2721b790db83a50f8a9dc9f5)

Author SHA1 Message Date
Timothy Stack ee1e2afd53 [win build] Fix some problems with building on cygwin
The cygwin build is pretty straightforward, but there's
still some glitches that need to be fixed.

 * line_buffer.hh, line_buffer.cc: If the bzip library is not available, don't
   try to open bzip files.  Also, ignore ENODATA errors since they seem to
   show up when pread reaches the end of the file.
 * lnav.cc: The abs() function is ambiguous on windows, use std::abs instead.
12 years ago
Tim Stack 7a6d9c83f2 cleanup and bug fixes 13 years ago
Timothy Stack 456e015fb0 Add support for bzip2; fix some performance bugs; and
display the log file type in the top status bar.
13 years ago
Tim Stack 6909203c6d support scrolling for text files 14 years ago
Timothy Stack aab3704397 grindy 14 years ago
Timothy Stack c268760e2e Hopefully fix a bug when progressively reading from a file and
add some comments.
14 years ago
Timothy Stack 3f6212766a Fix for line buffers growing too large 15 years ago
Timothy Stack 1d40a8edcf build work 15 years ago
tstack b4ec432515 first commit 15 years ago