Commit Graph

52 Commits (4f823f8d6f10528dc50378170089dd22b36358b1)

Author SHA1 Message Date
Timothy Stack 411ea1fbee [help] show help text for SQL functions
Defect Number:
    Reviewed By:
   Testing Done:
8 years ago
Timothy Stack 8776f6a703 [sql] do some minimal parsing/annotation of SQL statements
Defect Number:
    Reviewed By:
   Testing Done:
8 years ago
Timothy Stack b296e84a65 [format] color extra json fields that are identifiers 8 years ago
Timothy Stack b392886f0c [highlight] choose highlight color based on the regex
Defect Number:
    Reviewed By:
   Testing Done:
8 years ago
Timothy Stack 834fea5f73 oops, left debugging stuff in 9 years ago
Timothy Stack 82f970c09e [config] add a config option to control A_DIM for text
Fixes #298
9 years ago
Timothy Stack fdc2748e3e [spectro] add a spectrogram view that works with known message fields 9 years ago
Timothy Stack 80e5e8fcce [logview] add a line with summary information to the log view 9 years ago
Timothy Stack 53e2d92eef [ui] highlight out-of-time-order messages in yellow with an underline 9 years ago
Timothy Stack ecd3eb05bc [coverity] next set of fixes 9 years ago
Timothy Stack b8b16bd8e5 [view] differentiate messages from different log files 10 years ago
Suresh Sundriyal fe6f3ec1ae [-Wsign-compare] view_curses.hh 10 years ago
Timothy Stack 4ea800a8f8 [build] messed up sigset init 10 years ago
Timothy Stack 219a4baad1 [ui] lower the index rebuild frequency when the command line is active 10 years ago
Timothy Stack d557002724 [format] add OpenAM log formats 10 years ago
Timothy Stack 112986da79 [view_curses] fix for attr ranges that cover tabs 11 years ago
Timothy Stack affff589a4 [view_curses] fix mvwattrline to work with overlapping styles better 11 years ago
Timothy Stack b6baae7730 [debug] more debugging stuff
Defect Number:
    Reviewed By:
   Testing Done:
11 years ago
Timothy Stack f94015e5b5 [readline] highlight pcre syntax in the search prompt 11 years ago
Timothy Stack aac5fada48 [nits] small changes to fix clang analyzer errors 11 years ago
Timothy Stack 8a61902622 [valgrind] fix an issue in mvwattrline turned up by valgrind 11 years ago
Timothy Stack e200f60a96 [format] avoid making a copy of the string in logline_value and reduce UI updates 11 years ago
Timothy Stack f4aeb11ad5 [view_curses] use a vector for string attributes
Using a map/multimap is too expensive/complex for how many
attributes we have on a line due to how many tree nodes
need to be malloced/freed.  Just using a vector should be
good enough and a lot faster.
11 years ago
Timothy Stack 2fa081c00a [cygwin] more windows nits and cleanup 11 years ago
Timothy Stack 968fcb50a5 [cppcheck] some cppcheck nits and other bugs 11 years ago
Timothy Stack 37283d0afb [nits] do not complain about no formats 11 years ago
Timothy Stack 644c2754b3 [curses] suppressed flash 11 years ago
Timothy Stack c28b9f1316 [highlight] add some more highlighting and fix some other nits 11 years ago
Timothy Stack 9ac75c6b81 [view curses] missed reversing colors 11 years ago
Timothy Stack 79c4038128 [log time] add a command to adjust log message times 11 years ago
Timothy Stack 2d33cb7f7e [log format] some more log format work 11 years ago
Timothy Stack 2cd356b4c5 [log format] some more work to externalize log formats; color identifiers in logs 11 years ago
Timothy Stack c60f432863 [view_curses] use mvchgat in mvwattrline since it seems to work fine now and is much faster 11 years ago
Timothy Stack 65c00483cd [color] fix a bug introduced into the highlight color sequence 11 years ago
Timothy Stack 5a7d6dab2c [cleanup] uncrustify 11 years ago
Timothy Stack 3e54f1d8cc [status] add stitching to the status line 11 years ago
Timothy Stack 8754b45699 [textview] cleanup the ansi scrubber 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 7cb8d7606e [help] Add some more contextual help and handle newlines in view_curses 11 years ago
Timothy Stack 44f75111b1 [sqlite] prefix the column names with 'log_' and add a 'create-logline-table' command 12 years ago
Timothy Stack 865849f017 [spam] uncrustify pass 12 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.
12 years ago
Timothy Stack f62b5c271c [release] bump to 0.5.1 12 years ago
Timothy Stack 772b28dc01 [highlight] tweak some of the highlight regexes 12 years ago
Timothy Stack bad57ac735 [misc] add some more comments and fix bugs in the sql view 12 years ago
Timothy Stack d4f170e747 cppcheck fixes 12 years ago
Timothy Stack b68a1bba9b [test] some cleanup for tests and other things
Just a cleanup pass
12 years ago
Tim Stack 9fb10d5340 fix some bugs on OS X and fix a bug that caused style attributes
to be misaligned for lines with tabs in them.
14 years ago
Timothy Stack 1d40a8edcf build work 15 years ago