Commit Graph

700 Commits (619076d89ccb49054cb2e2f8923b9264944b5a46)

Author SHA1 Message Date
Timothy Stack 619076d89c no, we don't want to scroll... 9 years ago
Timothy Stack 0e2d204be4 missed a new file in the makefile 9 years ago
Timothy Stack 1d9c403053 missing include 9 years ago
Timothy Stack fdc2748e3e [spectro] add a spectrogram view that works with known message fields 9 years ago
Timothy Stack 7c74ecf1e7 [logview] add a "time span" section to the summary and right justify the summary 9 years ago
Timothy Stack ff35d811e2 [logview] more summary line tweaks 9 years ago
Timothy Stack 062cc63037 missed checking for an empty view stack 9 years ago
Timothy Stack fe05fcc077 scroll if there's one blank row in the log view 9 years ago
Timothy Stack 80e5e8fcce [logview] add a line with summary information to the log view 9 years ago
Timothy Stack 8de5d3b749 [logfile] add more options when opening files 9 years ago
Timothy Stack 9ba690e041 [readline] change the break chars for the SQL context 9 years ago
Timothy Stack 2b2e1c0af9 [sql] add parens to function complete values and do not open empty output files from scripts 9 years ago
Timothy Stack 4b318e45e0 [parser] some more parser tweaking and fix a jget() issue 9 years ago
Timothy Stack 36c9c63966 [logview] some cleanup of the field overlay 9 years ago
Timothy Stack 2d04d047e4 [sql] change extract() to regexp_match() and make extract() an interface to the data_parser 9 years ago
Timothy Stack d4a69cbf22 no joy
Revert "[sql] change extract() to regexp_match() and make extract() an interface to the data_parser"

This reverts commit 85eee6514b.
9 years ago
Timothy Stack 85eee6514b [sql] change extract() to regexp_match() and make extract() an interface to the data_parser 9 years ago
Timothy Stack 0f67f8d1f0 [logfile] multiline out-of-time-order messages were not being updated completely
Defect Number:
    Reviewed By:
   Testing Done:
9 years ago
Timothy Stack 9feb53f02a [sql] add extract() function to extract values from a string using a regex
This function should be preferred over creating log search tables
for scripts.
9 years ago
Timothy Stack 9213a6b58b [out-of-order] some more tweaks for out-of-order 9 years ago
Timothy Stack cdd43549ab [cmds] automatically capture echo/write output from scripts so they can generate reports
Add another example script, dhclient-summary.

Add a 'search-table' section to formats so you can automatically
define a search-based table.
9 years ago
Timothy Stack f81d4aefd8 [logview] some more work on highlighting out-of-time-order messages 9 years ago
Timothy Stack 61b2403a64 some cleanup 9 years ago
Timothy Stack 27a326ae20 [build] try to silence some warnings 9 years ago
Timothy Stack 3ef38c1250 missed some checks for an empty view stack 9 years ago
Timothy Stack 3523526174 [statusview] check for a status source during update since this is reachable through callbacks 9 years ago
Timothy Stack 0f33256482 [debug] cleanup some logging and use the original time from out-of-order json logs 9 years ago
Timothy Stack fd98fadc7e [yajlpp] fix a bug with child handlers 9 years ago
Timothy Stack 53e2d92eef [ui] highlight out-of-time-order messages in yellow with an underline 9 years ago
Timothy Stack 32f022a333 don't use children for now 9 years ago
Timothy Stack 757f460c0a missed algorithm header too 9 years ago
Timothy Stack 9523f983aa build fix 9 years ago
Timothy Stack d12fe9e0a9 [json] add some schema validation code 9 years ago
Timothy Stack 33682de936 [status] always check the width and trigger a window_change if it is different from the last draw
Fixes #293
9 years ago
Timothy Stack 89be76ef42 [filters] clear the state for filters that have been deleted
Fixes #292
9 years ago
Timothy Stack fb7225ed3f add a time format 9 years ago
Justin Berger 2aa26082f8 Added O_TRUNC flag so new format installation doesn't result in trailing garbage message 9 years ago
Timothy Stack a2b381ca19 [config] initial impl with clock-format as the only option at the moment 9 years ago
Timothy Stack c96ab11d0f [scanner] tweak to the time scanner 9 years ago
Timothy Stack e5f786bc2c [script] add metadata to script files 9 years ago
Timothy Stack ab62d27757 [cmd] replace wordexp with shlex 9 years ago
Timothy Stack 16e988d132 [shlex] add a readline highlighter for shlex 9 years ago
Timothy Stack 6e196bff79 [line_buffer] clear cached data when doing a read 9 years ago
Timothy Stack 87b07a0087 [sql] allow log_part to be updated 9 years ago
Timothy Stack 84c157d543 [build] more build 9 years ago
Timothy Stack cedd89d9b6 [build] try to fix some warnings and debug breakage 9 years ago
Timothy Stack e07b4e448f [exec] add a prompt to execute lnav scripts 9 years ago
Timothy Stack c4ae8d158c [fmt] minor fix for the generic_log format and add another pattern to vmw_log 9 years ago
Timothy Stack feab733742 [cmd] add reltime possibilities for some commands 9 years ago
Timothy Stack 27f300b677 [sql] some more json-related updates/fixes 9 years ago