..
filesystem
fix std::remove call in path.h
2018-03-27 16:07:56 -07:00
mapbox
[sql] add function adapter template
2017-03-19 07:50:01 -07: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
[misc] fix a perf issue when previewing commands and some sql fixes
2018-02-07 11:06:59 -08:00
alpha-release.sh
[build] run ldd on the generated binary
2017-04-08 17:32:16 -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
[spectro] add a spectrogram view that works with known message fields
2016-03-20 15:15:50 -07:00
attr_line.hh
[formats] add rfc5424 syslog format
2017-04-29 07:31:55 -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
[help] remove old command help and add some more filesystem extensions
2017-04-16 15:07:41 -07:00
auto_pid.hh
[fmt] install/update formats from git repos
2015-08-09 21:03:23 -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
bookmarks.cc
[search] display lines matching the search in preview instead of jumping to the first
2018-03-28 07:25:10 -07:00
bookmarks.hh
[search] display lines matching the search in preview instead of jumping to the first
2018-03-28 07:25:10 -07:00
bottom_status_source.hh
fixing some minor issues
2017-04-05 07:05:19 -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
CMakeLists.txt
[highlights] allow the highlight color to be specified in log formats
2017-12-29 06:51:09 -08:00
collation-functions.cc
[perf] some performance tweaks
2017-04-05 21:42:54 -07:00
column_namer.hh
[perf] reduce copies of log messages
2014-02-01 06:41:11 -08:00
command_executor.cc
Fix comparison between signed and unsigned int
2018-02-20 09:44:08 +13:00
command_executor.hh
[cmds] do a dry-run of a command to check for errors
2017-04-02 07:17:31 -07: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] fix some issues with parsing hierarchical data and improve the debugger
2016-04-28 23:34:13 -07:00
data_parser.hh
[highlights] allow the highlight color to be specified in log formats
2017-12-29 06:51:09 -08:00
data_scanner_re.cc
[pretty-print] fix printing of quoted strings that have escaped characters
2016-10-14 11:18:00 -07:00
data_scanner_re.re
[pretty-print] fix printing of quoted strings that have escaped characters
2016-10-14 11:18:00 -07: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
[log] fix rewriting machine-oriented timestamps
2016-11-21 11:34:12 -08:00
default-config.json
[hotkeys] hotkey configuration
2017-01-21 07:41:28 -08:00
default-log-formats-json.hh
default-log-formats.json
[formats] add rfc5424 syslog format
2017-04-29 07:31:55 -07: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
doc_status_source.hh
[cmds] do a dry-run of a command to check for errors
2017-04-02 07:17:31 -07:00
doctest.hh
[time-offset] add days to offset
2017-04-25 05:41:14 -07:00
dump-pid.sh
elem_to_json.cc
[highlights] allow the highlight color to be specified in log formats
2017-12-29 06:51:09 -08:00
elem_to_json.hh
[data-parser] fix some issues with parsing hierarchical data and improve the debugger
2016-04-28 23:34:13 -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.cc
Fixes #441
2017-04-19 14:36:45 -07:00
field_overlay_source.cc
[misc] rounding some corners
2018-01-08 10:03:11 -08:00
field_overlay_source.hh
[logview] add a line with summary information to the log view
2016-03-13 22:22:27 -07:00
file_vtab.cc
[sql] add a regexp_capture tablue-valued function
2017-03-15 17:01:58 -07:00
file_vtab.hh
[listview] get a batch of rows from the source instead of a single one at a time
2017-03-14 06:05:46 -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
fixing some minor issues
2017-04-05 07:05:19 -07:00
fs-extension-functions.cc
[highlights] allow the highlight color to be specified in log formats
2017-12-29 06:51:09 -08:00
fstat_vtab.cc
[ui] deleting command-prompt char should exit prompt
2017-10-18 22:34:55 -07:00
fstat_vtab.hh
[help] remove old command help and add some more filesystem extensions
2017-04-16 15:07:41 -07:00
grep_highlighter.hh
[c++11] migration #1
2016-12-10 07:21:24 -08:00
grep_proc.cc
[highlights] allow the highlight color to be specified in log formats
2017-12-29 06:51:09 -08: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_text_formatter.cc
Squash a bunch of signed/unsigned warnings
2018-03-29 10:49:38 -07:00
help_text_formatter.hh
[help] show help text for SQL functions
2017-03-31 07:01:11 -07:00
help.hh
help.txt
[search] display lines matching the search in preview instead of jumping to the first
2018-03-28 07:25:10 -07:00
highlighter.hh
[highlights] allow the highlight color to be specified in log formats
2017-12-29 06:51:09 -08:00
hist_source.cc
[hist] rewrite the histogram code
2015-12-08 22:46:10 -08:00
hist_source.hh
Squash a bunch of signed/unsigned warnings
2018-03-29 10:49:38 -07:00
hotkeys.cc
[hotkeys] change the filename hotkey to left/right arrow
2018-03-27 22:11:57 -07:00
hotkeys.hh
[vtab] add an lnav_view_stack table to get programmatic access to the view stack
2017-03-04 15:22:19 -08:00
init-sql.hh
init.sql
[sql] preview table definition
2017-04-09 01:57:19 -07:00
intern_string.cc
[formats] support for CSV/TSV log formats
2017-04-23 07:11:21 -07:00
intern_string.hh
[highlights] allow the highlight color to be specified in log formats
2017-12-29 06:51:09 -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
[highlights] allow the highlight color to be specified in log formats
2017-12-29 06:51:09 -08: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
[pretty-print] allow formats to do transforms before pretty-printing
2016-12-05 16:34:30 -08:00
json-extension-functions.cc
[docs] some more docs, command-help, and tests for #428
2017-04-06 23:05:20 -07:00
k_merge_tree.h
keymap-default.json
[vtab] add an lnav_view_stack table to get programmatic access to the view stack
2017-03-04 15:22:19 -08:00
line_buffer.cc
Squash a bunch of signed/unsigned warnings
2018-03-29 10:49:38 -07:00
line_buffer.hh
dynamic exception specifications are deprecated in C++11
2018-03-29 10:43:44 -07:00
listview_curses.cc
[search] display lines matching the search in preview instead of jumping to the first
2018-03-28 07:25:10 -07:00
listview_curses.hh
[search] display lines matching the search in preview instead of jumping to the first
2018-03-28 07:25:10 -07:00
lnav_commands.cc
Squash various compiler warnings
2018-03-29 10:49:45 -07:00
lnav_commands.hh
move stuff out of lnav.cc
2015-07-08 06:35:36 -07:00
lnav_config.cc
add config option to use default fg/bg colors
2017-09-14 18:52:29 -07:00
lnav_config.hh
[highlights] allow the highlight color to be specified in log formats
2017-12-29 06:51:09 -08:00
lnav_log.cc
Squash various compiler warnings
2018-03-29 10:49:45 -07:00
lnav_log.hh
[crash] handle recovery more flexibly
2017-04-24 10:09:19 -07:00
lnav_util.cc
Squash a bunch of signed/unsigned warnings
2018-03-29 10:49:38 -07:00
lnav_util.hh
Fix lnav builds on OpenBSD.
2017-10-28 05:21:02 -07:00
lnav-pop-view.lnav
[vtab] add an lnav_view_stack table to get programmatic access to the view stack
2017-03-04 15:22:19 -08:00
lnav.cc
Squash a bunch of signed/unsigned warnings
2018-03-29 10:49:38 -07:00
lnav.hh
[search] display lines matching the search in preview instead of jumping to the first
2018-03-28 07:25:10 -07: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
fix a naming issue in the parse overlay
2017-03-10 14:34:09 -08:00
log_data_table.hh
[sql] preview table definition
2017-04-09 01:57:19 -07:00
log_format_impls.cc
[generic_log] fix recognition for generic logs
2018-02-04 22:21:18 -08:00
log_format_loader.cc
[highlights] allow the highlight color to be specified in log formats
2017-12-29 06:51:09 -08:00
log_format_loader.hh
[log-format] add min-width and align options to line-format
2016-08-21 21:34:52 -07:00
log_format.cc
Squash a bunch of signed/unsigned warnings
2018-03-29 10:49:38 -07:00
log_format.hh
[reltime] support milliseconds when specifying a partial absolute time
2018-03-23 07:09:50 -07:00
log_search_table.hh
[search-table] highlight the captured text for preview
2017-04-09 17:55:52 -07:00
log_vtab_impl.cc
Squash various compiler warnings
2018-03-29 10:49:45 -07:00
log_vtab_impl.hh
[misc] fix a perf issue when previewing commands and some sql fixes
2018-02-07 11:06:59 -08:00
logfile_stats.hh
[tests] some more testing and stats for logfiles
2016-03-23 22:14:59 -07:00
logfile_sub_source.cc
Squash various compiler warnings
2018-03-29 10:49:45 -07:00
logfile_sub_source.hh
Squash a bunch of signed/unsigned warnings
2018-03-29 10:49:38 -07:00
logfile.cc
dynamic exception specifications are deprecated in C++11
2018-03-29 10:43:44 -07:00
logfile.hh
dynamic exception specifications are deprecated in C++11
2018-03-29 10:43:44 -07:00
Makefile.am
[highlights] allow the highlight color to be specified in log formats
2017-12-29 06:51:09 -08:00
network-extension-functions.cc
[build] don't pass hints to getaddrinfo
2017-03-31 07:13:48 -07:00
optional.hpp
[sql] add function adapter template
2017-03-19 07:50:01 -07: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
some tweaks to these changes
2016-12-17 21:13:38 -08: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
dynamic exception specifications are deprecated in C++11
2018-03-29 10:43:44 -07: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
[help] add builtin help to the main help text as a reference
2017-04-14 22:49:36 -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-print] fix printing of quoted strings that have escaped characters
2016-10-14 11:18:00 -07:00
preview_status_source.hh
[sql] preview table definition
2017-04-09 01:57:19 -07:00
pthreadpp.hh
[curl] add a curl looper to handle url requests
2015-08-02 06:43:57 -07:00
ptimec_rt.cc
[date-time] add a formatter for 0x0p+0
2017-12-07 06:36:12 -08:00
ptimec.cc
[json-log] custom date formats
2016-08-18 22:15:35 -07:00
ptimec.hh
[generic_log] fix recognition for generic logs
2018-02-04 22:21:18 -08:00
readline_callbacks.cc
Squash various compiler warnings
2018-03-29 10:49:45 -07:00
readline_callbacks.hh
[cmd] add help to the command prompt
2015-08-03 06:49:07 -07:00
readline_curses.cc
[cmd] redo deleting command-prompt char should exit prompt
2017-11-05 21:19:46 -08:00
readline_curses.hh
[help] remove old command help and add some more filesystem extensions
2017-04-16 15:07:41 -07:00
readline_highlighters.cc
[ui] rework the default colors change
2017-12-02 22:11:34 -08:00
readline_highlighters.hh
[shlex] add a readline highlighter for shlex
2015-12-24 03:35:02 -08:00
readline_possibilities.cc
[commands] fix completion for delete-filter
2018-03-26 08:03:32 -07: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
regexp_vtab.cc
[sql] add function adapter template
2017-03-19 07:50:01 -07:00
regexp_vtab.hh
[sql] add a regexp_capture tablue-valued function
2017-03-15 17:01:58 -07:00
relative_time.cc
[reltime] support milliseconds when specifying a partial absolute time
2018-03-23 07:09:50 -07:00
relative_time.hh
[help] show help text for SQL functions
2017-03-31 07:01:11 -07:00
search-for.lnav
[docs] add help for CAST and fix a couple of glitches
2017-04-05 23:20:55 -07: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
session_data.cc
[session] add hidden fields to the session
2017-04-15 21:11:11 -07:00
session_data.hh
shared_buffer.cc
[format] allow json log fields to be hidden
2016-10-29 06:52:12 -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
[help] add builtin help to the main help text as a reference
2017-04-14 22:49:36 -07:00
spectro_source.hh
[help] show help text for SQL functions
2017-03-31 07:01:11 -07:00
sql_util.cc
Squash a bunch of signed/unsigned warnings
2018-03-29 10:49:38 -07:00
sql_util.hh
[formats] support for CSV/TSV log formats
2017-04-23 07:11:21 -07:00
sqlite-extension-func.cc
[misc] fix a perf issue when previewing commands and some sql fixes
2018-02-07 11:06:59 -08:00
sqlite-extension-func.hh
[help] show help text for SQL functions
2017-03-31 07:01:11 -07:00
state-extension-functions.cc
[help] show help text for SQL functions
2017-03-31 07:01:11 -07:00
status_controllers.hh
statusview_curses.cc
[sql] do some minimal parsing/annotation of SQL statements
2017-03-26 06:02:53 -07:00
statusview_curses.hh
[sql] do some minimal parsing/annotation of SQL statements
2017-03-26 06:02:53 -07:00
string-extension-functions.cc
Squash various compiler warnings
2018-03-29 10:49:45 -07:00
strnatcmp.c
[misc] some more miscellaneous bugs
2017-04-12 15:54:54 -07:00
strnatcmp.h
[perf] some performance tweaks
2017-04-05 21:42:54 -07:00
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
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
term_extra.hh
[listview] get a batch of rows from the source instead of a single one at a time
2017-03-14 06:05:46 -07: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
text_format.cc
[highlight] only highlight keywords in text files
2017-02-18 22:35:18 -08:00
text_format.hh
[highlight] only highlight keywords in text files
2017-02-18 22:35:18 -08:00
textfile_sub_source.hh
[highlight] only highlight keywords in text files
2017-02-18 22:35:18 -08:00
textview_curses.cc
[ui] rework the default colors change
2017-12-02 22:11:34 -08:00
textview_curses.hh
fixing some minor issues
2017-04-05 07:05:19 -07:00
time_T.hh
time-extension-functions.cc
[help] show help text for SQL functions
2017-03-31 07:01:11 -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
[sql] do some minimal parsing/annotation of SQL statements
2017-03-26 06:02:53 -07:00
top_sys_status_source.hh
url_loader.hh
some tweaks to these changes
2016-12-17 21:13:38 -08:00
view_curses.cc
Squash various compiler warnings
2018-03-29 10:49:45 -07:00
view_curses.hh
[highlights] allow the highlight color to be specified in log formats
2017-12-29 06:51:09 -08:00
views_vtab.cc
Squash a bunch of signed/unsigned warnings
2018-03-29 10:49:38 -07:00
views_vtab.hh
[listview] get a batch of rows from the source instead of a single one at a time
2017-03-14 06:05:46 -07:00
vt52_curses.cc
[vt52] add mapping for KEY_HOME if it's not found
2018-03-26 21:35:18 -07:00
vt52_curses.hh
vtab_module.cc
[listview] get a batch of rows from the source instead of a single one at a time
2017-03-14 06:05:46 -07:00
vtab_module.hh
[prev-mark] jumping to the first bookmark wasn't always working
2017-04-12 07:32:11 -07:00
xterm_mouse.cc
xterm_mouse.hh
need to fflush(stdout) to get the mouse working again
2015-11-14 12:39:36 -08:00
xterm-palette.hh
[highlights] allow the highlight color to be specified in log formats
2017-12-29 06:51:09 -08:00
xterm-palette.json
[highlights] allow the highlight color to be specified in log formats
2017-12-29 06:51:09 -08:00
yajlpp.cc
Squash a bunch of signed/unsigned warnings
2018-03-29 10:49:38 -07:00
yajlpp.hh
[highlights] allow the highlight color to be specified in log formats
2017-12-29 06:51:09 -08:00