Commit Graph

7 Commits

Author SHA1 Message Date
Timothy Stack
b68a1bba9b [test] some cleanup for tests and other things
Just a cleanup pass
2012-06-05 13:18:59 -07:00
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.
2012-04-17 07:23:17 -07:00
Tim Stack
7a6d9c83f2 cleanup and bug fixes 2011-06-19 22:30:10 -07:00
Timothy Stack
456e015fb0 Add support for bzip2; fix some performance bugs; and
display the log file type in the top status bar.
2011-05-13 18:27:33 -07:00
Timothy Stack
c268760e2e Hopefully fix a bug when progressively reading from a file and
add some comments.
2010-04-17 21:02:51 -07:00
Timothy Stack
3f6212766a Fix for line buffers growing too large 2010-01-10 11:40:38 -08:00
tstack
b4ec432515 first commit 2009-09-13 18:07:32 -07:00