lnav/src
Timothy Stack c4e9f58bf0 [bugs] fix some long-standing bugs
* grep_proc.cc: When a request is queued with the start line
   == -1, we need to start searching from the highest line
   ever seen and not the last line processed.
 * line_buffer.cc: If a partial line was read, we need to
   avoid returning another line if more data is appended
   to the file.
 * lnav.cc: Accept file name patterns on the command-line that
   don't match any files yet.  Initialize the screen before
   redirecting stderr to the log file or /dev/null.
 * log_format.hh: Add some comments.  Start to add back support
   for scrubbing.
 * logfile_sub_source.cc: Move scrubbing to the format impl.
 * textview_curses.hh: Add comments.
2012-09-22 16:15:15 -07:00
..
auto_fd.hh Freebsd build changes 2009-12-24 10:36:01 -08:00
auto_mem.hh first commit 2009-09-13 18:07:32 -07:00
auto_temp_file.hh build work 2009-10-14 12:42:58 -07:00
bin2c.c Abandon objcopy for including the help text in the executable, use 2011-07-17 09:41:41 -07:00
bookmarks.cc [win build] fix curses autoconf stuff 2012-04-17 08:16:41 -07:00
bookmarks.hh Add 'C' hotkey for clearing the user-selected bookmarks 2012-04-03 18:51:15 -07:00
bottom_status_source.hh Add 'C' hotkey for clearing the user-selected bookmarks 2012-04-03 18:51:15 -07:00
byte_array.hh Some more sequence matching stuff. 2011-06-05 19:05:46 -07:00
config.h.in [win build] fix curses autoconf stuff 2012-04-17 08:16:41 -07:00
data_parser.cc cleanup and bug fixes 2011-06-19 22:30:10 -07:00
data_parser.hh cleanup and bug fixes 2011-06-19 22:30:10 -07:00
data_scanner.cc cleanup and bug fixes 2011-06-19 22:30:10 -07:00
data_scanner.hh cleanup and bug fixes 2011-06-19 22:30:10 -07:00
db_sub_source.hh build work 2009-10-14 12:42:58 -07:00
grapher.hh refactor lnav.cc 2012-07-13 09:26:47 -07:00
grep_highlighter.hh refactor lnav.cc 2012-07-13 09:26:47 -07:00
grep_proc.cc [bugs] fix some long-standing bugs 2012-09-22 16:15:15 -07:00
grep_proc.hh [bugs] fix some long-standing bugs 2012-09-22 16:15:15 -07:00
help.hh Abandon objcopy for including the help text in the executable, use 2011-07-17 09:41:41 -07:00
help.txt [mouse] first pass at mouse support 2012-04-24 14:31:35 -07:00
hist_source.cc [test] some cleanup for tests and other things 2012-06-05 13:18:59 -07:00
hist_source.hh [test] some cleanup for tests and other things 2012-06-05 13:18:59 -07:00
histview_curses.hh first commit 2009-09-13 18:07:32 -07:00
line_buffer.cc [bugs] fix some long-standing bugs 2012-09-22 16:15:15 -07:00
line_buffer.hh [bugs] fix some long-standing bugs 2012-09-22 16:15:15 -07:00
listview_curses.cc [test] some cleanup for tests and other things 2012-06-05 13:18:59 -07:00
listview_curses.hh [test] some cleanup for tests and other things 2012-06-05 13:18:59 -07:00
lnav_commands.cc refactor lnav.cc 2012-07-13 09:26:47 -07:00
lnav_commands.hh refactor lnav.cc 2012-07-13 09:26:47 -07:00
lnav_util.hh first commit 2009-09-13 18:07:32 -07:00
lnav.cc [bugs] fix some long-standing bugs 2012-09-22 16:15:15 -07:00
lnav.hh fix a stack smash 2012-09-06 07:37:18 -07:00
log_format_impls.cc [bugs] fix some long-standing bugs 2012-09-22 16:15:15 -07:00
log_format.cc [generic log format/misc] try to pull millisecond value out of the log 2012-07-03 12:01:09 -07:00
log_format.hh [bugs] fix some long-standing bugs 2012-09-22 16:15:15 -07:00
log_vtab_impl.cc automatically detect files that have been rotated and load them in 2011-08-06 09:33:55 -07:00
log_vtab_impl.hh more progress on extracting data from log files 2011-06-18 13:42:07 -07:00
logfile_hist.hh first commit 2009-09-13 18:07:32 -07:00
logfile_stats.hh first commit 2009-09-13 18:07:32 -07:00
logfile_sub_source.cc [bugs] fix some long-standing bugs 2012-09-22 16:15:15 -07:00
logfile_sub_source.hh [bugs] fix some long-standing bugs 2012-09-22 16:15:15 -07:00
logfile.cc [test] some cleanup for tests and other things 2012-06-05 13:18:59 -07:00
logfile.hh refactor lnav.cc 2012-07-13 09:26:47 -07:00
Makefile.am refactor lnav.cc 2012-07-13 09:26:47 -07:00
Makefile.in fix a stack smash 2012-09-06 07:37:18 -07:00
pcrepp.hh [bugs] fix some long-standing bugs 2012-09-22 16:15:15 -07:00
piper_proc.cc [test] some cleanup for tests and other things 2012-06-05 13:18:59 -07:00
piper_proc.hh [test] some cleanup for tests and other things 2012-06-05 13:18:59 -07:00
plugins.hh first commit 2009-09-13 18:07:32 -07:00
readline_curses.cc A bunch of minor cleanups and fixes 2011-06-25 18:54:46 -07:00
readline_curses.hh more progress on extracting data from log files 2011-06-18 13:42:07 -07:00
sequence_matcher.cc Some more sequence matching stuff. 2011-06-05 19:05:46 -07:00
sequence_matcher.hh some example stuff 2011-06-11 10:26:52 -07:00
sequence_sink.hh Add 'C' hotkey for clearing the user-selected bookmarks 2012-04-03 18:51:15 -07:00
status_controllers.hh first commit 2009-09-13 18:07:32 -07:00
statusview_curses.cc first commit 2009-09-13 18:07:32 -07:00
statusview_curses.hh [test] some cleanup for tests and other things 2012-06-05 13:18:59 -07:00
strong_int.hh [mouse] first pass at mouse support 2012-04-24 14:31:35 -07:00
tables.h first commit 2009-09-13 18:07:32 -07:00
termios_guard.hh [test] some cleanup for tests and other things 2012-06-05 13:18:59 -07:00
textfile_sub_source.hh Missed a file. 2010-11-21 21:46:12 -08:00
textview_curses.cc Add 'C' hotkey for clearing the user-selected bookmarks 2012-04-03 18:51:15 -07:00
textview_curses.hh [bugs] fix some long-standing bugs 2012-09-22 16:15:15 -07:00
time_T.hh first commit 2009-09-13 18:07:32 -07:00
top_status_source.hh Add 'C' hotkey for clearing the user-selected bookmarks 2012-04-03 18:51:15 -07:00
top_sys_status_source.hh first commit 2009-09-13 18:07:32 -07:00
view_curses.cc [test] some cleanup for tests and other things 2012-06-05 13:18:59 -07:00
view_curses.hh [test] some cleanup for tests and other things 2012-06-05 13:18:59 -07:00
vt52_curses.cc [build] some more curses cleanup 2012-04-18 19:30:53 -07:00
vt52_curses.hh [build] some more curses cleanup 2012-04-18 19:30:53 -07:00
xterm_mouse.cc [mouse] first pass at mouse support 2012-04-24 14:31:35 -07:00
xterm_mouse.hh bump version 2012-07-25 22:31:38 -07:00