lnav/src
2020-05-09 09:55:06 -07:00
..
base [session] allow the name 2020-04-25 07:32:05 -07:00
filesystem [stdin] Keep the stdin piper file in .lnav so that it can be reopened 2019-07-29 22:18:32 -07:00
fmtlib [build] some refactoring of files 2019-05-08 05:30:59 -07:00
formats [formats] break up default-log-formats.json into separate files for each file format 2020-05-08 22:04:39 -07:00
internals [config] add configs directory 2020-05-07 07:08:59 -07:00
keymaps [config] add configs directory 2020-05-07 07:08:59 -07:00
mapbox
pcrepp [config] add configs directory 2020-05-07 07:08:59 -07:00
scripts [session] allow the name 2020-04-25 07:32:05 -07:00
spookyhash
themes [config] add configs directory 2020-05-07 07:08:59 -07:00
yajl [json-log] some more fixes for handling invalid json logs 2019-10-19 07:11:47 -07:00
yajlpp [config] add configs directory 2020-05-07 07:08:59 -07:00
all_logs_vtab.hh [format] allow multiple log format patterns per log file 2019-03-13 16:37:41 -07:00
alpha-release.sh
ansi_scrubber.cc [build] some refactoring of files 2019-05-08 05:30:59 -07:00
ansi_scrubber.hh [help] add some initial help text for search/SQL prompts 2019-01-24 22:05:15 -08:00
ansi-palette.json [config] initial support for themes 2019-05-03 13:50:19 -07:00
attr_line.hh [json-log] handle invalid json log lines 2019-09-03 06:19:57 -07:00
auto_fd.hh Some refactoring for the line buffer and other cleanups 2019-06-15 06:32:02 -07:00
auto_mem.hh [build] some refactoring of files 2019-05-08 05:30:59 -07:00
auto_pid.hh [config] add configs directory 2020-05-07 07:08:59 -07:00
big_array.hh [index] do a full sort if new lines have a timestamp before the last indexed 2018-03-29 07:32:57 -07:00
bin2c.c [bin2c] improve building of data files that are incorporated into the binary 2019-05-15 09:13:56 -07:00
bin2c.h [bin2c] improve building of data files that are incorporated into the binary 2019-05-15 09:13:56 -07:00
bookmarks.cc [cleanup] prune some includes and some other cleaning 2018-10-11 05:50:28 -07:00
bookmarks.hh [build] some refactoring of files 2019-05-08 05:30:59 -07:00
bottom_status_source.cc [textview] pause loading of files by pressing = 2019-07-30 06:28:42 -07:00
bottom_status_source.hh [textview] pause loading of files by pressing = 2019-07-30 06:28:42 -07:00
byte_array.hh [build] some refactoring of files 2019-05-08 05:30:59 -07:00
CMakeLists.txt [config] add configs directory 2020-05-07 07:08:59 -07:00
collation-functions.cc [yajlpp] use pointer to member over nullobj() 2018-05-25 06:32:01 -07:00
column_namer.cc [data-parser] limit the number of pairs produced 2019-06-16 07:26:47 -07:00
column_namer.hh [data-parser] limit the number of pairs produced 2019-06-16 07:26:47 -07:00
command_executor.cc [session] allow the name 2020-04-25 07:32:05 -07:00
command_executor.hh [session] allow the name 2020-04-25 07:32:05 -07:00
config.cmake.h.in [cmake] fix config value 2019-07-15 09:46:40 -07:00
curl_looper.cc Remove noisy log message 2019-07-30 21:50:02 -07:00
curl_looper.hh [build] some refactoring of files 2019-05-08 05:30:59 -07:00
data_parser.cc [pretty-print] check if lines are XML before indenting them as such 2018-04-02 13:25:07 -07:00
data_parser.hh [data-parser] limit the number of pairs produced 2019-06-16 07:26:47 -07:00
data_scanner_re.cc [pretty] highlight log messages in the pretty view as in the normal log view 2018-05-10 06:44:03 -07:00
data_scanner_re.re [pretty] highlight log messages in the pretty view as in the normal log view 2018-05-10 06:44:03 -07:00
data_scanner.cc [build] some refactoring of files 2019-05-08 05:30:59 -07:00
data_scanner.hh [build] some refactoring of files 2019-05-08 05:30:59 -07:00
db_sub_source.cc [build] some refactoring of files 2019-05-08 05:30:59 -07:00
db_sub_source.hh [cmds] :write-json-to should passthru JSON columns as JSON instead of strings 2018-11-14 21:46:49 -08:00
doc_status_source.hh [config] initial support for themes 2019-05-03 13:50:19 -07:00
doctest.hh [keymap] add more keys to the keymap 2018-08-12 08:37:16 -07:00
elem_to_json.cc [build] some refactoring of files 2019-05-08 05:30:59 -07:00
elem_to_json.hh
environ_vtab.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
environ_vtab.hh
extension-functions.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
field_overlay_source.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
field_overlay_source.hh [bookmarks] add support for tags and comments for log lines 2018-05-17 07:06:50 -07:00
file_vtab.cc [session] allow the name 2020-04-25 07:32:05 -07:00
file_vtab.hh
filter_observer.cc [perf] a few performance tweaks 2020-04-23 06:42:48 -07:00
filter_observer.hh [perf] a few performance tweaks 2020-04-23 06:42:48 -07:00
filter_status_source.cc [config] initial support for themes 2019-05-03 13:50:19 -07:00
filter_status_source.hh [ui] move filter editor help to separate status bar 2019-02-13 21:54:40 -08:00
filter_sub_source.cc [view_curses] colors 2019-08-07 09:46:19 -07:00
filter_sub_source.hh [help] add some initial help text for search/SQL prompts 2019-01-24 22:05:15 -08:00
format2csv.py
fs-extension-functions.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
fstat_vtab.cc [build] some refactoring of files 2019-05-08 05:30:59 -07:00
fstat_vtab.hh [help] remove old command help and add some more filesystem extensions 2017-04-16 15:07:41 -07:00
fts_fuzzy_match.cc [readline] do a fuzzy match if the prefix match fails to find anything 2018-09-13 14:27:49 -07:00
fts_fuzzy_match.hh [readline] do a fuzzy match if the prefix match fails to find anything 2018-09-13 14:27:49 -07:00
grep_highlighter.hh [filter] add panel that shows the set of filters 2018-11-09 09:45:19 -08:00
grep_proc.cc [grep_proc] missed draining the IPC pipe 2019-06-17 21:02:45 -07:00
grep_proc.hh Some refactoring for the line buffer and other cleanups 2019-06-15 06:32:02 -07:00
help_text_formatter.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
help_text_formatter.hh [config] add configs directory 2020-05-07 07:08:59 -07:00
help_text.hh [config] add configs directory 2020-05-07 07:08:59 -07:00
help.txt missed adding redirect-to to the docs 2019-09-11 08:11:20 -07:00
highlighter.cc [view_curses] colors 2019-08-07 09:46:19 -07:00
highlighter.hh [highlight] avoid highlighting keywords in comments and strings 2019-07-30 07:06:16 -07:00
hist_source.cc [cleanup] prune some includes and some other cleaning 2018-10-11 05:50:28 -07:00
hist_source.hh [config] add configs directory 2020-05-07 07:08:59 -07:00
hotkeys.cc [session] allow the name 2020-04-25 07:32:05 -07:00
hotkeys.hh [view] keep a history of view positions 2018-12-14 06:18:56 -08:00
init.sql [config] add configs directory 2020-05-07 07:08:59 -07:00
input_dispatcher.cc [cleanup] some modernization 2019-05-21 22:14:36 -07:00
input_dispatcher.hh [cleanup] some modernization 2019-05-21 22:14:36 -07:00
json-extension-functions.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
k_merge_tree.h
line_buffer.cc [perf] a few performance tweaks 2020-04-23 06:42:48 -07:00
line_buffer.hh [perf] a few performance tweaks 2020-04-23 06:42:48 -07:00
listview_curses.cc [theme] styling for scrollbars 2019-05-12 06:53:40 -07:00
listview_curses.hh [help] add some initial help text for search/SQL prompts 2019-01-24 22:05:15 -08:00
lnav_commands.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
lnav_commands.hh
lnav_config.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
lnav_config.hh [config] add configs directory 2020-05-07 07:08:59 -07:00
lnav_util.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
lnav_util.hh [config] add configs directory 2020-05-07 07:08:59 -07:00
lnav.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
lnav.hh [session] allow the name 2020-04-25 07:32:05 -07:00
log_accel.cc
log_accel.hh [build] some refactoring of files 2019-05-08 05:30:59 -07:00
log_actions.cc [stdin] Keep the stdin piper file in .lnav so that it can be reopened 2019-07-29 22:18:32 -07:00
log_actions.hh [config] add configs directory 2020-05-07 07:08:59 -07:00
log_data_helper.hh [data-parser] limit the number of pairs produced 2019-06-16 07:26:47 -07:00
log_data_table.hh [perf] a few performance tweaks 2020-04-23 06:42:48 -07:00
log_format_impls.cc [perf] a few performance tweaks 2020-04-23 06:42:48 -07:00
log_format_loader.cc [formats] break up default-log-formats.json into separate files for each file format 2020-05-08 22:04:39 -07:00
log_format_loader.hh [config] add configs directory 2020-05-07 07:08:59 -07:00
log_format.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
log_format.hh [config] add configs directory 2020-05-07 07:08:59 -07:00
log_gutter_source.hh [theme] styling for scrollbars 2019-05-12 06:53:40 -07:00
log_level_re.cc [config] initial support for themes 2019-05-03 13:50:19 -07:00
log_level_re.re [config] initial support for themes 2019-05-03 13:50:19 -07:00
log_level.cc [build] some refactoring of files 2019-05-08 05:30:59 -07:00
log_level.hh [config] initial support for themes 2019-05-03 13:50:19 -07:00
log_search_table.hh [perf] a few performance tweaks 2020-04-23 06:42:48 -07:00
log_vtab_impl.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
log_vtab_impl.hh [session] allow the name 2020-04-25 07:32:05 -07:00
logfile_stats.hh
logfile_sub_source.cc [textview] pause loading of files by pressing = 2019-07-30 06:28:42 -07:00
logfile_sub_source.hh Some refactoring for the line buffer and other cleanups 2019-06-15 06:32:02 -07:00
logfile.cc [perf] a few performance tweaks 2020-04-23 06:42:48 -07:00
logfile.hh [session] allow the name 2020-04-25 07:32:05 -07:00
Makefile.am [build] need to dist the format files 2020-05-09 09:55:06 -07:00
network-extension-functions.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
optional.hpp [lint] fix a couple more struct/class complaints 2018-08-21 23:01:10 -07:00
papertrail_proc.cc [build] some refactoring of files 2019-05-08 05:30:59 -07:00
papertrail_proc.hh [build] some refactoring of files 2019-05-08 05:30:59 -07:00
piper_proc.cc [stdin] Keep the stdin piper file in .lnav so that it can be reopened 2019-07-29 22:18:32 -07:00
piper_proc.hh [stdin] Keep the stdin piper file in .lnav so that it can be reopened 2019-07-29 22:18:32 -07:00
plain_text_source.hh Some refactoring for the line buffer and other cleanups 2019-06-15 06:32:02 -07:00
plugins.hh
pretty_printer.cc [cleanup] prune some includes and some other cleaning 2018-10-11 05:50:28 -07:00
pretty_printer.hh [cleanup] prune some includes and some other cleaning 2018-10-11 05:50:28 -07:00
preview_status_source.hh [config] initial support for themes 2019-05-03 13:50:19 -07:00
ptimec_rt.cc [json-log] fix some inconsistencies with json logs 2018-08-21 11:10:03 -07:00
ptimec.cc
ptimec.hh [ptimec] fix a case of undefined behavior 2019-06-21 17:19:56 -07:00
readline_callbacks.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
readline_callbacks.hh [help] add some initial help text for search/SQL prompts 2019-01-24 22:05:15 -08:00
readline_curses.cc [view_curses] colors 2019-08-07 09:46:19 -07:00
readline_curses.hh [session] allow the name 2020-04-25 07:32:05 -07:00
readline_highlighters.cc [build] some refactoring of files 2019-05-08 05:30:59 -07:00
readline_highlighters.hh
readline_possibilities.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
readline_possibilities.hh [filter] add panel that shows the set of filters 2018-11-09 09:45:19 -08:00
regexp_vtab.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
regexp_vtab.hh
relative_time.cc [log-view] in time-offset mode, show negative times for messages before the first mark 2019-06-26 21:52:40 -07:00
relative_time.hh [log-view] in time-offset mode, show negative times for messages before the first mark 2019-06-26 21:52:40 -07:00
ring_span.hh [build] missed file 2018-12-14 07:12:55 -08:00
root-config.json [config] add configs directory 2020-05-07 07:08:59 -07:00
sequence_matcher.cc
sequence_matcher.hh
sequence_sink.hh [cleanup] prune some includes and some other cleaning 2018-10-11 05:50:28 -07:00
session_data.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
session_data.hh [session] allow the name 2020-04-25 07:32:05 -07:00
shared_buffer.cc [perf] a few performance tweaks 2020-04-23 06:42:48 -07:00
shared_buffer.hh Some refactoring for the line buffer and other cleanups 2019-06-15 06:32:02 -07:00
shlex.cc
shlex.hh [build] some refactoring of files 2019-05-08 05:30:59 -07:00
simdutf8check.h [build] some refactoring of files 2019-05-08 05:30:59 -07:00
spectro_source.hh [build] use cmath instead of math.h 2018-10-02 22:01:18 -07:00
sql_util.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
sql_util.hh [logline] check for SQL keywords in column names 2018-05-27 07:59:24 -07:00
sqlite-extension-func.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
sqlite-extension-func.hh [session] allow the name 2020-04-25 07:32:05 -07:00
state-extension-functions.cc [session] allow the name 2020-04-25 07:32:05 -07:00
statusview_curses.cc [textview] pause loading of files by pressing = 2019-07-30 06:28:42 -07:00
statusview_curses.hh [textview] pause loading of files by pressing = 2019-07-30 06:28:42 -07:00
string-extension-functions.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
strnatcmp.c
strnatcmp.h
strong_int.hh [search] display lines matching the search in preview instead of jumping to the first 2018-03-28 07:25:10 -07:00
styling.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
styling.hh [json-log] handle invalid json log lines 2019-09-03 06:19:57 -07:00
sysclip.cc Merge pull request #641 from matt-hayden/master 2019-09-09 21:37:07 -07:00
sysclip.hh [cleanup] prune some includes and some other cleaning 2018-10-11 05:50:28 -07:00
tables.h
term_extra.hh
termios_guard.hh [cleanup] prune some includes and some other cleaning 2018-10-11 05:50:28 -07:00
test_override.c
text_format.cc Some refactoring for the line buffer and other cleanups 2019-06-15 06:32:02 -07:00
text_format.hh [open-cmd] use line_buffer to load preview data 2019-09-11 06:01:16 -07:00
textfile_highlighters.cc [highlight] avoid highlighting keywords in comments and strings 2019-07-30 07:06:16 -07:00
textfile_highlighters.hh [filter] add panel that shows the set of filters 2018-11-09 09:45:19 -08:00
textfile_sub_source.hh [textview] pause loading of files by pressing = 2019-07-30 06:28:42 -07:00
textview_curses.cc [textview] pause loading of files by pressing = 2019-07-30 06:28:42 -07:00
textview_curses.hh [textview] pause loading of files by pressing = 2019-07-30 06:28:42 -07:00
time_T.hh
time-extension-functions.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
timer.cc [build] some refactoring of files 2019-05-08 05:30:59 -07:00
timer.hh
top_status_source.hh [config] initial support for themes 2019-05-03 13:50:19 -07:00
top_sys_status_source.hh
unique_path.hh [unique_path] fix an infinite loop when files rolled 2018-04-09 21:16:15 -07:00
url_loader.hh [cleanup] prune some includes and some other cleaning 2018-10-11 05:50:28 -07:00
view_curses.cc [view_curses] fix out-of-bounds access in mvwattrline 2020-04-19 14:32:34 -07:00
view_curses.hh [config] add configs directory 2020-05-07 07:08:59 -07:00
view_helpers.cc [config] add configs directory 2020-05-07 07:08:59 -07:00
views_vtab.cc [docs] mention the view tables 2020-04-21 21:04:03 -07:00
views_vtab.hh
vt52_curses.cc [build] some refactoring of files 2019-05-08 05:30:59 -07:00
vt52_curses.hh whiff 2018-12-02 09:34:36 -08:00
vtab_module.cc [filter] add panel that shows the set of filters 2018-11-09 09:45:19 -08:00
vtab_module.hh [session] allow the name 2020-04-25 07:32:05 -07:00
xterm_mouse.cc [build] some refactoring of files 2019-05-08 05:30:59 -07:00
xterm_mouse.hh [build] some refactoring of files 2019-05-08 05:30:59 -07:00
xterm-palette.json [config] initial support for themes 2019-05-03 13:50:19 -07:00