Commit Graph

19 Commits (e72d2e0869d8c77135038240250288bdbd75b11d)

Author SHA1 Message Date
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.
12 years ago
Timothy Stack e6bbe56f4e fix a stack smash
## BEGIN PATCH TEMPLATE

      QA Notes:
    Bug Number:
   Reviewed By:
  Testing Done: make check
12 years ago
Timothy Stack d87f613eb0 fix log format 12 years ago
Timothy Stack c6c19eabb5 [generic log format/misc] try to pull millisecond value out of the log
* log_format.cc, log_format_impls.cc, log_format.hh: Change
   log_scanf to return a pointer to the character in the
   time string that was not part of the time.  Change the
   generic log format to try and pull out the millisecond
   value from the timestamp.
 * test/Makefile.am: Fix some dist problems.
 * test/logfile_generic.0: Test logfile for the generic log format.
12 years ago
Timothy Stack b68a1bba9b [test] some cleanup for tests and other things
Just a cleanup pass
12 years ago
Timothy Stack a19faa885a [valgrind] Plug some more leaks and tweak a few things 12 years ago
Timothy Stack 08ca33713d Fix SQL highlighting in the text view 13 years ago
tstack fd7d59383b search fixes 14 years ago
tstack a285c0dc2b vtab fix and refine some log time formats 15 years ago
tstack e1c309c49f Merge branch 'master' of git@github:tstack/lnav 15 years ago
tstack c09aa3ba70 fix some minor build issues 15 years ago
Timothy Stack 3735fccda2 clean up some auto conf and add an strace test 15 years ago
Timothy Stack abe0182a0b tcsh fix and distcheck 15 years ago
tstack c07ba8756f Freebsd build changes 15 years ago
Timothy Stack 1d40a8edcf build work 15 years ago
Timothy Stack 7a2855349a remove soci 15 years ago
tstack 905b33d9a6 fix make distcheck 15 years ago
tstack 335dbadb22 random fixes 15 years ago
tstack b4ec432515 first commit 15 years ago