Commit Graph

82 Commits (5a7d6dab2cd77e8b5800ff70cdc5dd49dd411960)

Author SHA1 Message Date
Timothy Stack 5a7d6dab2c [cleanup] uncrustify 11 years ago
Timothy Stack 55bff2abcb [session] execute last search when reloading a session 11 years ago
Timothy Stack 9a6e1469ab [help] add some more help text 11 years ago
Timothy Stack 3e54f1d8cc [status] add stitching to the status line 11 years ago
Timothy Stack 6c7e935207 [status] tweak separators 11 years ago
Timothy Stack c54c2dd508 [hotkey/status] use 9/( as spatial hotkeys and tweak the status lines 11 years ago
Timothy Stack 84dad8e2e9 [session] cleanup the session directory 11 years ago
Timothy Stack c93172824c [logline] cache log line schemas to make subsequent queries faster and other tweaks 11 years ago
Timothy Stack 61d3af6e62 [parsing] fix some bugs and improve performance of the scanner 11 years ago
Timothy Stack fddaeef606 [ui] add a prompt to the bottom status for readline modes 11 years ago
Timothy Stack 3196050b25 [sql] set some columns to be text so they are not graphed 11 years ago
Timothy Stack 5ba3097ee7 [cleanup] move some code around and try to pretty things up a bit 11 years ago
Timothy Stack 178937886c [cmd] add summarize command 11 years ago
Timothy Stack 5e18f47cd2 [nits] fix some recently introduced bugs and some long standing ones 11 years ago
Timothy Stack 6178231012 [session] load bookmarks 11 years ago
Timothy Stack e5d9779cde [session] save bookmarks 11 years ago
Timothy Stack 7cb8d7606e [help] Add some more contextual help and handle newlines in view_curses 11 years ago
Timothy Stack 9304add25b [session] start session support 11 years ago
Timothy Stack 88bfda4a3d [bugs] use wordexp 11 years ago
Timothy Stack 5bc8ebea96 [fs sql func] multi-argument joinpath and add some tests 11 years ago
Timothy Stack 0dba72db71 [nits] fix some minor bugs and add some path manipulation functions to sqlite 11 years ago
Timothy Stack 44f75111b1 [sqlite] prefix the column names with 'log_' and add a 'create-logline-table' command 11 years ago
Timothy Stack 98a595ade9 [cleanup] some more cleanup as suggested by cppcheck 11 years ago
Timothy Stack 865849f017 [spam] uncrustify pass 11 years ago
Timothy Stack 3128dc772c [sqlite] Major improvements to the sqlite integration.
This is a checkpoint of the improvements to the sqlite integration.  The
data_parser stuff should be much better now and I've tried to improve
other parts of the user experience as well.
11 years ago
Timothy Stack b04e6bfc78 [glog] some tweaks to the glog change
Some changes to the glog_log sql table:

  * Removed the 'glog_level' field since the standard one should be able to
    handle everything now.
  * Changed the 'file' column to 'src_file' and added a 'src_line' column.
  * Added the sample glog log content to the test directory.
11 years ago
Tim Stack f3a85327ab Merge pull request #49 from mdordal/master
Add support for glog logs
11 years ago
Matt Dordal fa18aa4b60 Fix up some clowniness with glog db 11 years ago
Matt Dordal e1dbc7262e Add support for glog logs
Glog is an open-source C++ logging framework from Google. Add support
for the log format.

Testing: run on an example log
11 years ago
Timothy Stack f62b5c271c [release] bump to 0.5.1 11 years ago
Timothy Stack 4c6069c33d [cleanup] little bits of cleanup here and there 11 years ago
Timothy Stack a92785e889 [piper_proc] add timestamp and file write options for stdin 11 years ago
Timothy Stack 772b28dc01 [highlight] tweak some of the highlight regexes 11 years ago
Timothy Stack bad57ac735 [misc] add some more comments and fix bugs in the sql view 11 years ago
Timothy Stack 0360e6782c [misc] a variety of fixes
* lnav.cc: Rerun searches in the text view when changing files.  Fix the
   scrollbar behavior when the mouse is used.
 * lnav_commands.cc: Switch to the graph view when doing graphing.
 * xterm_mouse.hh: The origin for mouse coordinates should be 0,0 and not 1,1 .
12 years ago
Timothy Stack a476e27701 Some more miscellaneous fixes:
* lnav.cc: Move the view when J/K are pressed.
   Handle 'too many files' situations better.
 * line_buffer.cc: Increase some of the file
   size constants.
12 years ago
Timothy Stack 61f15891ec [display] Some log line display enhancements
This change adds back support for line scrubbing and
adds a column that displays the time offset from
different points in the file.  Also, try to handle
deleted files by dropping their lines from the display
view.

 * help.txt: Update the help text for the new features.
 * lnav.cc: Add scrub/time-offset key bindings.  Also
   added some more comments and added some handling for
   deleted files.
 * log_format_impls.cc: Add scrubbing for the generic
   log format that shortens timestamps and RDNS strings.
 * logfile_sub_source.cc: Add a time-offset column to
   the display.
 * textview_curses.cc: Some cleanup.
12 years ago
Timothy Stack e72d2e0869 glob fix
## BEGIN PATCH TEMPLATE

      QA Notes:
    Bug Number:
   Reviewed By:
  Testing Done:
12 years ago
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 ed0bf5a013 bump version 12 years ago
Timothy Stack 0c61c7d354 refactor lnav.cc 12 years ago
Timothy Stack b68a1bba9b [test] some cleanup for tests and other things
Just a cleanup pass
12 years ago
Timothy Stack 443b2873a4 fix some warnings 12 years ago
Timothy Stack 8c06e7bed0 [mouse] first pass at mouse support 12 years ago
Timothy Stack abf616e192 [cmdline args] Add support for directories
Rather than requiring the user to pass a quoted wildcard to lnav,
we should just support scanning whole directories and reading
them in.  This change adds support for that by detecting the
directory and adding the wildcard to the file list automatically.
Any non-file entries in the given directory are skipped instead
of walking the whole tree, which seems like a reasonable default.
12 years ago
Timothy Stack 9872d5937d [valgrind] fix some memory leaks 12 years ago
Timothy Stack dc4eb51214 [win build] cast for std::abs 12 years ago
Timothy Stack b5b2624fe9 [build] some more curses cleanup 12 years ago
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 7d0e6583df Add 'C' hotkey for clearing the user-selected bookmarks 12 years ago