lnav/src
2016-03-13 22:53:59 -07:00
..
filesystem [cmds] automatically capture echo/write output from scripts so they can generate reports 2016-03-06 23:58:37 -08:00
spookyhash
yajl
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 [logview] add a line with summary information to the log view 2016-03-13 22:22:27 -07:00
ansi_scrubber.hh [logview] add a line with summary information to the log view 2016-03-13 22:22:27 -07: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
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
column_namer.hh
command_executor.cc [logfile] add more options when opening files 2016-03-12 14:12:23 -08:00
command_executor.hh [exec] add a prompt to execute lnav scripts 2015-12-18 22:39:27 -08:00
concise_index.hh
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.hh [parser] some more parser tweaking and fix a jget() issue 2016-03-10 22:11:53 -08:00
data_scanner_re.cc [sql] change extract() to regexp_match() and make extract() an interface to the data_parser 2016-03-10 06:03:32 -08:00
data_scanner_re.re [sql] change extract() to regexp_match() and make extract() an interface to the data_parser 2016-03-10 06:03:32 -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
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
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] change extract() to regexp_match() and make extract() an interface to the data_parser 2016-03-10 06:03:32 -08:00
dump-pid.sh
environ_vtab.cc [Coverity] Fix dereference before null check. 2015-03-28 18:41:06 -07:00
environ_vtab.hh
extension-functions.c
field_overlay_source.cc [logview] add a line with summary information to the log view 2016-03-13 22:22:27 -07:00
field_overlay_source.hh [logview] add a line with summary information to the log view 2016-03-13 22:22:27 -07:00
filter_observer.hh [filters] clear the state for filters that have been deleted 2016-02-24 23:42:02 -08:00
format2csv.py
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
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
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
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
intern_string.hh [nav] add "opid" support with a hotkey 2015-11-24 20:59:24 -08:00
json_op.cc [parser] some more parser tweaking and fix a jget() issue 2016-03-10 22:11:53 -08:00
json_op.hh
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 [parser] some more parser tweaking and fix a jget() issue 2016-03-10 22:11:53 -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
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 [logview] add a line with summary information to the log view 2016-03-13 22:22:27 -07:00
listview_curses.hh [logview] add a line with summary information to the log view 2016-03-13 22:22:27 -07:00
lnav_commands.cc [logfile] add more options when opening files 2016-03-12 14:12:23 -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 [logview] add a line with summary information to the log view 2016-03-13 22:22:27 -07:00
lnav_util.hh [logview] add a line with summary information to the log view 2016-03-13 22:22:27 -07:00
lnav.cc missed checking for an empty view stack 2016-03-13 22:53:59 -07:00
lnav.hh [logfile] add more options when opening files 2016-03-12 14:12:23 -08:00
log_accel.cc
log_accel.hh [coverity] next set of fixes 2015-09-19 21:13:46 -07:00
log_data_helper.hh [logview] some cleanup of the field overlay 2016-03-10 20:38:53 -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 [logview] some cleanup of the field overlay 2016-03-10 20:38:53 -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 [sql] change extract() to regexp_match() and make extract() an interface to the data_parser 2016-03-10 06:03:32 -08:00
log_vtab_impl.hh [sql] change extract() to regexp_match() and make extract() an interface to the data_parser 2016-03-10 06:03:32 -08:00
logfile_stats.hh
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 [logview] add a line with summary information to the log view 2016-03-13 22:22:27 -07:00
logfile.cc [logfile] add more options when opening files 2016-03-12 14:12:23 -08:00
logfile.hh [logfile] add more options when opening files 2016-03-12 14:12:23 -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
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
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
ptimec.hh [build] try to fix some warnings and debug breakage 2015-12-19 06:08:56 -08:00
readline_callbacks.cc [logfile] add more options when opening files 2016-03-12 14:12:23 -08:00
readline_callbacks.hh [cmd] add help to the command prompt 2015-08-03 06:49:07 -07:00
readline_curses.cc [readline] change the break chars for the SQL context 2016-03-11 21:14:47 -08:00
readline_curses.hh [readline] change the break chars for the SQL context 2016-03-11 21:14:47 -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
sequence_matcher.hh Turn on 'sign-compare' error check for tests. 2015-04-05 00:23:25 -07:00
sequence_sink.hh
session_data.cc [logfile] add more options when opening files 2016-03-12 14:12:23 -08:00
session_data.hh
shared_buffer.cc
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] add parens to function complete values and do not open empty output files from scripts 2016-03-11 09:11:26 -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
status_controllers.hh
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] change extract() to regexp_match() and make extract() an interface to the data_parser 2016-03-10 06:03:32 -08:00
strnatcmp.c
strnatcmp.h
strong_int.hh
sysclip.cc
sysclip.hh
tables.h
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 [logview] add a line with summary information to the log view 2016-03-13 22:22:27 -07:00
time_T.hh
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
url_loader.hh [curl] add a curl looper to handle url requests 2015-08-02 06:43:57 -07:00
view_curses.cc [logview] add a line with summary information to the log view 2016-03-13 22:22:27 -07:00
view_curses.hh [logview] add a line with summary information to the log view 2016-03-13 22:22:27 -07: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
xterm_mouse.cc
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