lnav/src
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.
2016-03-08 06:48:43 -08:00
..
filesystem [cmds] automatically capture echo/write output from scripts so they can generate reports 2016-03-06 23:58:37 -08:00
spookyhash Change the code to use Spookyhash. 2014-02-03 22:36:33 -08:00
yajl [yajl] add a yajl_reset() so we do not have to do yajl_alloc for every line 2014-10-29 06:42:45 -07:00
all_logs_vtab.hh [all_logs] add log_msg_schema hidden column to the all_logs table and refine the msg format 2015-08-26 09:41:45 -07:00
ansi_scrubber.cc [cmds] automatically capture echo/write output from scripts so they can generate reports 2016-03-06 23:58:37 -08:00
ansi_scrubber.hh [cmds] automatically capture echo/write output from scripts so they can generate reports 2016-03-06 23:58:37 -08:00
auto_fd.hh use poll instead of select so we can handle more than FD_SETSIZE files 2015-04-08 20:36:45 -07:00
auto_mem.hh [papertrail] use the curl_looper 2015-08-02 20:12:21 -07:00
auto_pid.hh [fmt] install/update formats from git repos 2015-08-09 21:03:23 -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 [bookmark] fix static initializer order for the bookmark types 2015-04-05 16:27:02 -07:00
bookmarks.hh [bookmark] fix static initializer order for the bookmark types 2015-04-05 16:27:02 -07:00
bottom_status_source.hh [cmd] add help to the command prompt 2015-08-03 06:49:07 -07:00
byte_array.hh [all_logs] add log_msg_schema hidden column to the all_logs table and refine the msg format 2015-08-26 09:41:45 -07:00
chunky_index.hh [log] dump more state on a crash 2015-04-04 02:15:34 -07:00
CMakeLists.txt [json] add some schema validation code 2016-03-02 05:54:42 -08:00
collation-functions.cc [coverity] some cleanup and add the chunky_index 2014-09-28 22:36:07 -07:00
column_namer.hh [perf] reduce copies of log messages 2014-02-01 06:41:11 -08:00
command_executor.cc [cmds] automatically capture echo/write output from scripts so they can generate reports 2016-03-06 23:58:37 -08:00
command_executor.hh [exec] add a prompt to execute lnav scripts 2015-12-18 22:39:27 -08:00
concise_index.hh [filter] some improvements to the core filtering code 2014-10-19 22:16:40 -07:00
curl_looper.cc [curl] use ssh-agent for auth 2015-09-04 22:10:26 -07:00
curl_looper.hh user alerter instead of flash() 2015-09-06 22:51:58 -07:00
data_parser.cc [data parser] hex dump values and add the uwsgi log format 2013-07-17 21:24:33 -07:00
data_parser.hh [all_logs] add log_msg_schema hidden column to the all_logs table and refine the msg format 2015-08-26 09:41:45 -07:00
data_scanner_re.cc [scanner] tweak to the time scanner 2015-12-31 21:00:31 -08:00
data_scanner_re.re [scanner] tweak to the time scanner 2015-12-31 21:00:31 -08:00
data_scanner.cc [pretty] More restrictive IPv4 regex. 2015-04-19 00:00:43 -07:00
data_scanner.hh [data-scanner] convert to using re2c 2015-06-08 06:27:45 -07:00
db_sub_source.cc [write-json] add a command to write results as json 2014-03-11 05:37:13 -07:00
db_sub_source.hh [json] record the type of json data in json_ptr_walk 2015-12-08 23:10:48 -08:00
default-config.json [config] initial impl with clock-format as the only option at the moment 2016-01-05 06:18:58 -08:00
default-log-formats-json.hh [log format] some more work to externalize log formats; color identifiers in logs 2013-06-29 06:22:24 -07:00
default-log-formats.json [sql] add extract() function to extract values from a string using a regex 2016-03-08 06:48:43 -08:00
dhclient-summary.lnav [sql] add extract() function to extract values from a string using a regex 2016-03-08 06:48:43 -08:00
dump-pid.sh [mouse] more mouse support and other fixes 2013-10-11 06:22:29 -07:00
environ_vtab.cc [Coverity] Fix dereference before null check. 2015-03-28 18:41:06 -07:00
environ_vtab.hh [sql] add an environ virtual table 2014-05-06 21:26:05 -07:00
extension-functions.c [cleanup] move some code around and try to pretty things up a bit 2013-06-06 07:01:32 -07:00
field_overlay_source.cc [out-of-order] some more tweaks for out-of-order 2016-03-07 21:17:57 -08:00
field_overlay_source.hh [logview] some more work on highlighting out-of-time-order messages 2016-03-05 14:20:14 -08:00
filter_observer.hh [filters] clear the state for filters that have been deleted 2016-02-24 23:42:02 -08:00
format2csv.py [docs] more docs 2013-07-27 11:04:43 -07:00
format-text-files.hh [cmds] automatically capture echo/write output from scripts so they can generate reports 2016-03-06 23:58:37 -08:00
fs-extension-functions.cc [exec] add a prompt to execute lnav scripts 2015-12-18 22:39:27 -08:00
grapher.hh [coverity] next set of fixes 2015-09-19 21:13:46 -07:00
grep_highlighter.hh [test] reformat test_grep_proc2 2014-03-12 07:11:55 -07:00
grep_proc.cc [coverity] some more fixes 2015-09-19 20:30:39 -07:00
grep_proc.hh use poll instead of select so we can handle more than FD_SETSIZE files 2015-04-08 20:36:45 -07:00
help.hh [spam] uncrustify pass 2013-05-27 21:35:00 -07:00
help.txt [config] initial impl with clock-format as the only option at the moment 2016-01-05 06:18:58 -08:00
hist_source.cc [hist] rewrite the histogram code 2015-12-08 22:46:10 -08:00
hist_source.hh [build] try to silence some warnings 2016-03-04 20:53:10 -08:00
hotkeys.cc [config] initial impl with clock-format as the only option at the moment 2016-01-05 06:18:58 -08:00
hotkeys.hh these files got dropped from the last checkin 2015-07-08 23:18:52 -07:00
init-sql.hh [parsing] fix some bugs and improve performance of the scanner 2013-06-11 21:10:59 -07:00
init.sql [init.sql] Check in a static init.sql and remove init_sql.py. 2015-04-11 14:59:43 -07:00
intern_string.cc [perf] optimize json log loading 2014-10-28 07:02:27 -07:00
intern_string.hh [nav] add "opid" support with a hotkey 2015-11-24 20:59:24 -08:00
json_op.cc [jsonptr] initial impl 2014-05-05 06:44:58 -07:00
json_op.hh [jsonptr] initial impl 2014-05-05 06:44:58 -07:00
json_ptr.cc [json] record the type of json data in json_ptr_walk 2015-12-08 23:10:48 -08:00
json_ptr.hh [json] record the type of json data in json_ptr_walk 2015-12-08 23:10:48 -08:00
json-extension-functions.cc [sql] some more json-related updates/fixes 2015-12-09 21:20:49 -08:00
k_merge_tree.h [wrap] start support for word wrapping and fix a variety of glitches 2013-11-06 07:29:20 -08:00
line_buffer.cc bump the max line size to try and solve some json log issues 2015-11-29 20:35:13 -08:00
line_buffer.hh [line_buffer] clear cached data when doing a read 2015-12-22 22:44:42 -08:00
listview_curses.cc Fixed missing semicolon from last break statement in previous commit. 2015-05-06 08:41:17 +10:00
listview_curses.hh [sql] add an overlay showing the values in json columns 2015-12-03 05:30:01 -08:00
lnav_commands.cc [cmds] automatically capture echo/write output from scripts so they can generate reports 2016-03-06 23:58:37 -08:00
lnav_commands.hh move stuff out of lnav.cc 2015-07-08 06:35:36 -07:00
lnav_config.cc [json] add some schema validation code 2016-03-02 05:54:42 -08:00
lnav_config.hh [config] initial impl with clock-format as the only option at the moment 2016-01-05 06:18:58 -08:00
lnav_log.cc [curl] add a curl looper to handle url requests 2015-08-02 06:43:57 -07:00
lnav_log.hh [curl] add a curl looper to handle url requests 2015-08-02 06:43:57 -07:00
lnav_util.cc [out-of-order] some more tweaks for out-of-order 2016-03-07 21:17:57 -08:00
lnav_util.hh [out-of-order] some more tweaks for out-of-order 2016-03-07 21:17:57 -08:00
lnav.cc [out-of-order] some more tweaks for out-of-order 2016-03-07 21:17:57 -08:00
lnav.hh [cmds] automatically capture echo/write output from scripts so they can generate reports 2016-03-06 23:58:37 -08:00
log_accel.cc [elapsed-time] add a visual indicator for sharp changes in message rate 2014-03-16 15:07:08 -07:00
log_accel.hh [coverity] next set of fixes 2015-09-19 21:13:46 -07:00
log_data_helper.hh [ui] highlight out-of-time-order messages in yellow with an underline 2016-03-03 06:05:26 -08:00
log_data_table.hh [logline] add a log_msg_instance column to the table 2015-10-02 21:24:52 -07:00
log_format_impls.cc [fmt] minor fix for the generic_log format and add another pattern to vmw_log 2015-12-10 20:36:25 -08:00
log_format_loader.cc [cmds] automatically capture echo/write output from scripts so they can generate reports 2016-03-06 23:58:37 -08:00
log_format_loader.hh [cmds] automatically capture echo/write output from scripts so they can generate reports 2016-03-06 23:58:37 -08:00
log_format.cc [cmds] automatically capture echo/write output from scripts so they can generate reports 2016-03-06 23:58:37 -08:00
log_format.hh [cmds] automatically capture echo/write output from scripts so they can generate reports 2016-03-06 23:58:37 -08:00
log_search_table.hh the log_search table regex should be case-insensitive 2015-11-03 22:17:11 -08:00
log_vtab_impl.cc [ui] highlight out-of-time-order messages in yellow with an underline 2016-03-03 06:05:26 -08:00
log_vtab_impl.hh [ui] highlight out-of-time-order messages in yellow with an underline 2016-03-03 06:05:26 -08:00
logfile_stats.hh [spam] uncrustify pass 2013-05-27 21:35:00 -07:00
logfile_sub_source.cc [logview] some more work on highlighting out-of-time-order messages 2016-03-05 14:20:14 -08:00
logfile_sub_source.hh [filters] clear the state for filters that have been deleted 2016-02-24 23:42:02 -08:00
logfile.cc [out-of-order] some more tweaks for out-of-order 2016-03-07 21:17:57 -08:00
logfile.hh [debug] cleanup some logging and use the original time from out-of-order json logs 2016-03-04 05:49:59 -08:00
Makefile.am [cmds] automatically capture echo/write output from scripts so they can generate reports 2016-03-06 23:58:37 -08:00
network-extension-functions.cc fix ptime_b_slow, again... 2015-02-25 22:18:50 -08:00
papertrail_proc.cc [config] initial impl with clock-format as the only option at the moment 2016-01-05 06:18:58 -08:00
papertrail_proc.hh [papertrail] add support for time ranges 2015-08-04 08:39:32 -07:00
partition-by-boot.lnav [script] add metadata to script files 2015-12-28 20:30:04 -08:00
pcrepp.cc [search-table] guess the column types based on the regex 2015-08-07 20:04:28 -07:00
pcrepp.hh [sql] add extract() function to extract values from a string using a regex 2016-03-08 06:48:43 -08:00
piper_proc.cc [coverity] some more fixes 2015-09-19 20:30:39 -07:00
piper_proc.hh [pipe-to] fix some issues when running pipe in headless mode 2015-04-05 21:40:04 -07:00
plain_text_source.hh some coverity fixes 2015-09-15 00:24:56 -07:00
plugins.hh [spam] uncrustify pass 2013-05-27 21:35:00 -07:00
pretty_printer.cc [lnav.cc] move more stuff out of lnav.cc 2015-07-08 22:26:54 -07:00
pretty_printer.hh [pretty] pretty-print the contents of strings 2015-08-26 21:28:30 -07:00
pthreadpp.hh [curl] add a curl looper to handle url requests 2015-08-02 06:43:57 -07:00
ptimec_rt.cc [ptimec] fix handling of month in interpreted formats 2015-06-30 21:53:01 -07:00
ptimec.cc various fixes 2014-11-11 21:18:55 -08:00
ptimec.hh [build] try to fix some warnings and debug breakage 2015-12-19 06:08:56 -08:00
readline_callbacks.cc [cmds] automatically capture echo/write output from scripts so they can generate reports 2016-03-06 23:58:37 -08:00
readline_callbacks.hh [cmd] add help to the command prompt 2015-08-03 06:49:07 -07:00
readline_curses.cc [script] add metadata to script files 2015-12-28 20:30:04 -08:00
readline_curses.hh [exec] add a prompt to execute lnav scripts 2015-12-18 22:39:27 -08:00
readline_highlighters.cc [cmd] replace wordexp with shlex 2015-12-25 12:03:44 -08:00
readline_highlighters.hh [shlex] add a readline highlighter for shlex 2015-12-24 03:35:02 -08:00
readline_possibilities.cc [config] initial impl with clock-format as the only option at the moment 2016-01-05 06:18:58 -08:00
readline_possibilities.hh [config] initial impl with clock-format as the only option at the moment 2016-01-05 06:18:58 -08:00
relative_time.cc [logview] some more work on highlighting out-of-time-order messages 2016-03-05 14:20:14 -08:00
relative_time.hh [logview] some more work on highlighting out-of-time-order messages 2016-03-05 14:20:14 -08:00
sequence_matcher.cc [byte_array] tweak the template so it is easier to use with SpookyHash 2014-02-04 09:26:25 -08:00
sequence_matcher.hh Turn on 'sign-compare' error check for tests. 2015-04-05 00:23:25 -07:00
sequence_sink.hh [spam] uncrustify pass 2013-05-27 21:35:00 -07:00
session_data.cc [config] initial impl with clock-format as the only option at the moment 2016-01-05 06:18:58 -08:00
session_data.hh [session] saving bookmarks 2013-07-13 21:31:59 -07:00
shared_buffer.cc [build] check for execinfo.h 2014-03-18 03:37:00 -07:00
shared_buffer.hh [opid] missed adding opid to the json log and some other bug fixes 2015-12-04 19:04:37 -08:00
shlex.cc [exec] add a prompt to execute lnav scripts 2015-12-18 22:39:27 -08:00
shlex.hh [build] try to silence some warnings 2016-03-04 20:53:10 -08:00
sql_util.cc [sql] exec .sql files in format dirs 2015-11-26 22:19:53 -08:00
sql_util.hh [sql] exec .sql files in format dirs 2015-11-26 22:19:53 -08:00
sqlite-extension-func.c [sql] add a timeslice() function 2015-10-03 14:58:01 -07:00
sqlite-extension-func.h [sql] add a timeslice() function 2015-10-03 14:58:01 -07:00
state-extension-functions.cc [jsonptr] initial impl 2014-05-05 06:44:58 -07:00
status_controllers.hh [spam] uncrustify pass 2013-05-27 21:35:00 -07:00
statusview_curses.cc [logview] some more work on highlighting out-of-time-order messages 2016-03-05 14:20:14 -08:00
statusview_curses.hh [logview] some more work on highlighting out-of-time-order messages 2016-03-05 14:20:14 -08:00
string-extension-functions.cc [sql] add extract() function to extract values from a string using a regex 2016-03-08 06:48:43 -08:00
strnatcmp.c [debug] more debugging stuff 2014-03-06 06:58:49 -08:00
strnatcmp.h [sqlite] Major improvements to the sqlite integration. 2013-05-24 07:55:56 -07:00
strong_int.hh Update strong_int.hh 2014-03-10 14:54:14 -07:00
sysclip.cc [sysclip] fix NULL deref 2015-02-14 15:13:00 -08:00
sysclip.hh copy search terms to OS-Xs find clipboard 2014-11-19 06:12:43 -08:00
tables.h [release] bump to 0.5.1 2013-05-02 23:02:03 -07:00
term_extra.hh missed flushing the stream when setting the term title, it could cause some screen corruption 2015-11-13 22:01:13 -08:00
termios_guard.hh [coverity] next set of fixes 2015-09-19 21:13:46 -07:00
test_override.c override gettimeofday for testing 2015-04-04 03:42:26 -07:00
textfile_sub_source.hh [filters] clear the state for filters that have been deleted 2016-02-24 23:42:02 -08:00
textview_curses.cc [coverity] next set of fixes 2015-09-19 21:13:46 -07:00
textview_curses.hh [filters] clear the state for filters that have been deleted 2016-02-24 23:42:02 -08:00
time_T.hh [spam] uncrustify pass 2013-05-27 21:35:00 -07:00
time-extension-functions.cc [sql] add a timeslice() function 2015-10-03 14:58:01 -07:00
timer.cc [text] pretty-printing should work in the text view 2015-08-18 20:58:20 -07:00
timer.hh [text] pretty-printing should work in the text view 2015-08-18 20:58:20 -07:00
top_status_source.hh [config] initial impl with clock-format as the only option at the moment 2016-01-05 06:18:58 -08:00
top_sys_status_source.hh [spam] uncrustify pass 2013-05-27 21:35:00 -07:00
url_loader.hh [curl] add a curl looper to handle url requests 2015-08-02 06:43:57 -07:00
view_curses.cc [ui] highlight out-of-time-order messages in yellow with an underline 2016-03-03 06:05:26 -08:00
view_curses.hh [debug] cleanup some logging and use the original time from out-of-order json logs 2016-03-04 05:49:59 -08:00
views_vtab.cc user alerter instead of flash() 2015-09-06 22:51:58 -07:00
views_vtab.hh [sql] add an lnav_views table 2015-07-22 07:09:51 -07:00
vt52_curses.cc [-Wunused-but-set-variable] vt52_curses.cc 2015-04-01 21:58:32 -07:00
vt52_curses.hh [spam] uncrustify pass 2013-05-27 21:35:00 -07:00
xterm_mouse.cc [mouse] more mouse support and other fixes 2013-10-11 06:22:29 -07:00
xterm_mouse.hh need to fflush(stdout) to get the mouse working again 2015-11-14 12:39:36 -08:00
yajlpp.cc [yajlpp] fix a bug with child handlers 2016-03-03 06:40:12 -08:00
yajlpp.hh [build] try to silence some warnings 2016-03-04 20:53:10 -08:00