lnav/src
a1346054 285e171b54 Add final linux LF newline 2021-08-25 10:12:38 +00:00
..
base [cmds] add --view flag 2021-08-23 22:25:38 -07:00
fmtlib [services] initial pass at injecting services and a bunch of other stuff 2021-01-23 13:00:51 -08:00
formats [logs] some minor fixes 2021-06-16 11:19:11 -07:00
ghc [ghc/fs] upgrade to v1.5.4 2021-05-03 09:12:56 -07:00
internals [cmds] add --view flag 2021-08-23 22:25:38 -07:00
keymaps [log_format] display log_body for the body field instead of the format name and add :mark-expr command 2021-05-13 22:00:26 -07:00
mapbox [debt] fix a leak in lnav_view_filters 2020-12-31 22:55:34 -08:00
pcrepp [logfile] add notes for automatic decisions and fix compile errors 2021-05-30 13:33:05 -07:00
pugixml [sqlite] add an xml/xpath extension 2020-12-23 15:01:21 -08:00
remote [remote] draft of the tailer 2021-04-22 09:02:24 -07:00
safe Add final linux LF newline 2021-08-25 10:12:38 +00:00
scripts [docs] add report generation to cookbook 2021-02-25 15:47:36 -08:00
spookyhash Change the code to use Spookyhash. 2014-02-03 22:36:33 -08:00
tailer [tailer] always update the remote description 2021-06-23 10:09:14 -07:00
themes [docs] add ARCHITECTURE.md and various other things 2021-02-13 12:41:48 -08:00
third-party [build] fix for backward 2021-05-24 21:58:21 -07:00
tools [remote] start to wire up remote support 2021-05-01 08:33:54 -07:00
ww898 [debt] more tech debt 2020-11-12 21:58:40 -08:00
yajl [json-log] some more fixes for handling invalid json logs 2019-10-19 07:11:47 -07:00
yajlpp [remote] add some config options and remove the copied tailer binary 2021-05-19 22:05:21 -07:00
CMakeLists.txt [tests] adding some more coverage 2021-06-02 21:09:50 -07:00
Makefile.am [build] minor fixes 2021-06-21 14:34:13 -07:00
all_logs_vtab.cc [log_format] change w3c_log to put extra columns into a JSON column 2020-12-18 22:35:23 -08:00
all_logs_vtab.hh [log_format] change w3c_log to put extra columns into a JSON column 2020-12-18 22:35:23 -08:00
alpha-release.sh [build] run ldd on the generated binary 2017-04-08 17:32:16 -07:00
ansi-palette.json [config] initial support for themes 2019-05-03 13:50:19 -07:00
ansi_scrubber.cc [build] remove pcrecpp and other stuff 2021-01-29 11:12:02 -08:00
ansi_scrubber.hh [debt] include cleanup 2020-10-28 21:23:46 -07:00
archive_manager.cc [build] oops 2021-05-27 13:19:13 -07:00
archive_manager.cfg.hh [services] initial pass at injecting services and a bunch of other stuff 2021-01-23 13:00:51 -08:00
archive_manager.hh [archive] remove old unpacked archives and a bunch of other stuff 2021-01-16 22:23:20 -08:00
attr_line.cc [view_curses] use VC_ROLE instead of VC_STYLE where possible and fix segv in mvwattrline 2020-12-09 15:35:06 -08:00
attr_line.hh [log_source] try to report sql filter errors 2021-06-18 09:04:53 -07:00
auto_fd.hh [remote] start to wire up remote support 2021-05-01 08:33:54 -07:00
auto_mem.hh [test] fix a leak 2021-06-03 05:54:13 +00:00
big_array.hh [logfile_sub_source] try to avoid a full rebuild in some cases 2021-04-24 14:38:26 -07:00
bin2c.hh [build] missing include 2020-12-30 15:04:32 -08:00
bookmarks.cc [cleanup] prune some includes and some other cleaning 2018-10-11 05:50:28 -07:00
bookmarks.hh [debt] doing some cleanup 2020-11-09 22:17:17 -08:00
bottom_status_source.cc [log_source] try to report sql filter errors 2021-06-18 09:04:53 -07:00
bottom_status_source.hh [log_source] try to report sql filter errors 2021-06-18 09:04:53 -07:00
bound_tags.hh [sqlite] implement .dump SQL command 2021-03-28 13:50:26 -07:00
byte_array.hh [tests] more coverage 2021-02-01 15:56:37 -08:00
collation-functions.cc [tests] adding some more coverage 2021-06-02 21:09:50 -07:00
column_namer.cc [docs] add report generation to cookbook 2021-02-25 15:47:36 -08:00
column_namer.hh [view] migrate view_action stuff to function objects 2020-11-14 21:39:12 -08:00
command_executor.cc [cmds] add /dev/clipboard support to :redirect-to 2021-08-22 13:50:53 -07:00
command_executor.hh [cmds] add /dev/clipboard support to :redirect-to 2021-08-22 13:50:53 -07:00
config.cmake.h.in [debt] doing some cleanup 2020-11-09 22:17:17 -08:00
curl_looper.cc [services] initial pass at injecting services and a bunch of other stuff 2021-01-23 13:00:51 -08:00
curl_looper.hh [build] fix a couple of build issues 2021-05-24 11:54:27 -07:00
data_parser.cc [docs] add report generation to cookbook 2021-02-25 15:47:36 -08:00
data_parser.hh [docs] add report generation to cookbook 2021-02-25 15:47:36 -08:00
data_scanner.cc [pretty] include linefeeds in the pretty output 2020-05-19 22:13:52 -07:00
data_scanner.hh [nits] fix some naming issues 2020-08-30 22:13:56 -07:00
data_scanner_re.cc [data_scanner] fix quoted string regex 2021-03-02 15:19:08 -08:00
data_scanner_re.re [data_scanner] fix quoted string regex 2021-03-02 15:19:08 -08:00
db_sub_source.cc [db-view] fix scrolling performance 2021-08-17 10:43:58 -07:00
db_sub_source.hh [docs] add report generation to cookbook 2021-02-25 15:47:36 -08:00
doc_status_source.hh [view] migrate view_action stuff to function objects 2020-11-14 21:39:12 -08:00
doctest.hh [keymap] add more keys to the keymap 2018-08-12 08:37:16 -07:00
elem_to_json.cc [build] missing <algorithm> 2020-11-19 21:46:25 -08:00
elem_to_json.hh [nits] fix some naming issues 2020-08-30 22:13:56 -07:00
environ_vtab.cc [debt] doing some cleanup 2020-11-09 22:17:17 -08:00
environ_vtab.hh [nits] fix some naming issues 2020-08-30 22:13:56 -07:00
extension-functions.cc [docs] add report generation to cookbook 2021-02-25 15:47:36 -08:00
field_overlay_source.cc [overlay] remove "Last message:" 2021-06-24 20:53:40 -07:00
field_overlay_source.hh [log_format] display log_body for the body field instead of the format name and add :mark-expr command 2021-05-13 22:00:26 -07:00
file_collection.cc [file_collection] fix recursion 2021-07-03 21:57:50 -07:00
file_collection.hh [tailer] send the uname of the remote host back 2021-06-09 22:43:55 -07:00
file_format.cc [build] some more compiler profiling 2020-11-19 21:36:51 -08:00
file_format.hh [remote] start to wire up remote support 2021-05-01 08:33:54 -07:00
file_vtab.cc [sql] add lnav_top_file() SQL function 2021-03-07 14:29:22 -08:00
file_vtab.cfg.hh [sql] add lnav_top_file() SQL function 2021-03-07 14:29:22 -08:00
files_sub_source.cc [tailer] call out to uname utility 2021-06-10 13:11:24 -07:00
files_sub_source.hh [logfile] some more notes stuff 2021-05-30 15:07:09 -07:00
filter_observer.cc [arc] add content hash to archive temp dir and tech debt 2020-11-17 10:04:23 -08:00
filter_observer.hh [docs] add ARCHITECTURE.md and various other things 2021-02-13 12:41:48 -08:00
filter_status_source.cc [services] initial pass at injecting services and a bunch of other stuff 2021-01-23 13:00:51 -08:00
filter_status_source.hh [debt] more tech debt 2020-11-12 21:58:40 -08:00
filter_sub_source.cc [log_source] try to report sql filter errors 2021-06-18 09:04:53 -07:00
filter_sub_source.hh [formats] add w3c extended log format impl 2020-12-05 21:51:46 -08:00
format2csv.py Update format2csv.py 2020-09-29 14:14:43 -07:00
fs-extension-functions.cc [build] some more compiler profiling 2020-11-19 21:36:51 -08:00
fstat_vtab.cc [archive] remove old unpacked archives and a bunch of other stuff 2021-01-16 22:23:20 -08:00
fstat_vtab.hh [nits] fix some naming issues 2020-08-30 22:13:56 -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 [nits] fix some naming issues 2020-08-30 22:13:56 -07:00
grep_proc.cc [log_format] use DOTALL for format patterns 2021-06-03 15:59:01 -07:00
grep_proc.hh [debt] more tech debt 2020-11-12 21:58:40 -08:00
help.txt [readline] improve filename completion 2021-05-13 19:50:04 -07:00
help_text.cc [build] some more compiler profiling 2020-11-19 21:36:51 -08:00
help_text.hh [sqlite] implement .dump SQL command 2021-03-28 13:50:26 -07:00
help_text_formatter.cc [sqlite] implement .dump SQL command 2021-03-28 13:50:26 -07:00
help_text_formatter.hh [debt] more tech debt 2020-11-12 21:58:40 -08:00
highlighter.cc [sql] add lnav_top_file() SQL function 2021-03-07 14:29:22 -08:00
highlighter.hh [sql] add lnav_top_file() SQL function 2021-03-07 14:29:22 -08:00
hist_source.cc [logfile_sub_source] try to avoid a full rebuild in some cases 2021-04-24 14:38:26 -07:00
hist_source.hh [arc] add content hash to archive temp dir and tech debt 2020-11-17 10:04:23 -08:00
hotkeys.cc [log_format] display log_body for the body field instead of the format name and add :mark-expr command 2021-05-13 22:00:26 -07:00
hotkeys.hh [keymap] suggest the config option to set for an unknown keystroke 2020-09-05 14:41:05 -07:00
init.sql [reltime] add support for weekdays and having timeslice() return NULL when a time is out-of-range 2021-03-21 08:53:21 -07:00
input_dispatcher.cc [arc] add content hash to archive temp dir and tech debt 2020-11-17 10:04:23 -08:00
input_dispatcher.hh [build] fix some warnings 2020-09-11 23:10:11 -07:00
json-extension-functions.cc [open] handle file names with colons 2021-06-07 16:04:41 -07: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 [docs] add ARCHITECTURE.md and various other things 2021-02-13 12:41:48 -08:00
line_buffer.hh [build] fix some issues on xenial32 2021-03-30 22:50:10 -07:00
listview_curses.cc remove leftover debug msg 2021-06-06 23:03:06 -07:00
listview_curses.hh [ui] update status on keypress and delay rescan/rebuild 2021-06-06 22:58:51 -07:00
lnav.cc [cmds] add --view flag 2021-08-23 22:25:38 -07:00
lnav.hh [rebuild] add a deadline to make the UI more responsive 2021-05-26 22:09:47 -07:00
lnav_commands.cc [cmds] add --view flag 2021-08-23 22:25:38 -07:00
lnav_commands.hh [nits] fix some naming issues 2020-08-30 22:13:56 -07:00
lnav_config.cc [config] include values from the configs dir in the default config 2021-08-15 22:58:58 -07:00
lnav_config.hh [remote] add some config options and remove the copied tailer binary 2021-05-19 22:05:21 -07:00
lnav_config_fwd.hh [build] opt build 2020-11-25 14:46:39 -08:00
lnav_util.cc [remote] add preview for remote :open 2021-05-09 15:01:21 -07:00
lnav_util.hh [remote] add preview for remote :open 2021-05-09 15:01:21 -07:00
log_accel.cc [arc] add content hash to archive temp dir and tech debt 2020-11-17 10:04:23 -08:00
log_accel.hh [arc] add content hash to archive temp dir and tech debt 2020-11-17 10:04:23 -08:00
log_actions.cc [sql] add lnav_top_file() SQL function 2021-03-07 14:29:22 -08:00
log_actions.hh [config] add configs directory 2020-05-07 07:08:59 -07:00
log_data_helper.cc [xml/xpath] suggest xpath() calls for xml fields 2021-02-06 22:13:08 -08:00
log_data_helper.hh [xml/xpath] suggest xpath() calls for xml fields 2021-02-06 22:13:08 -08:00
log_data_table.cc [log_format] change w3c_log to put extra columns into a JSON column 2020-12-18 22:35:23 -08:00
log_data_table.hh [log_format] change w3c_log to put extra columns into a JSON column 2020-12-18 22:35:23 -08:00
log_format.cc [log_format] use DOTALL for format patterns 2021-06-03 15:59:01 -07:00
log_format.hh [xml/xpath] suggest xpath() calls for xml fields 2021-02-06 22:13:08 -08:00
log_format_ext.hh [perf] 2021-01-19 10:05:56 -08:00
log_format_fwd.hh [log_format] display log_body for the body field instead of the format name and add :mark-expr command 2021-05-13 22:00:26 -07:00
log_format_impls.cc [build] minor fixes 2020-12-18 22:46:16 -08:00
log_format_loader.cc [arc/remote] use a single work directory for archive/remote files 2021-05-15 22:39:18 -07:00
log_format_loader.hh [archive] remove old unpacked archives and a bunch of other stuff 2021-01-16 22:23:20 -08:00
log_gutter_source.hh [view] migrate view_action stuff to function objects 2020-11-14 21:39:12 -08:00
log_level.cc [build] compress data files embedded in the binary to save some space 2020-12-30 13:49:29 -08:00
log_level.hh [formats] add w3c extended log format impl 2020-12-05 21:51:46 -08:00
log_level_re.cc [build] remove pcrecpp and other stuff 2021-01-29 11:12:02 -08:00
log_level_re.re [debt] doing some cleanup 2020-11-09 22:17:17 -08:00
log_search_table.cc [build] unused var 2021-03-30 22:56:50 -07:00
log_search_table.hh [build] remove pcrecpp and other stuff 2021-01-29 11:12:02 -08:00
log_vtab_impl.cc [cmds] change :write-raw-to to copy the original log content and add :write-view-to command 2021-05-14 13:31:19 -07:00
log_vtab_impl.hh [cmds] change :write-raw-to to copy the original log content and add :write-view-to command 2021-05-14 13:31:19 -07:00
logfile.cc [logfile] some more notes stuff 2021-05-30 15:07:09 -07:00
logfile.cfg.hh [logfile] allow max unrecognized lines to be tuned 2021-03-29 22:40:22 -07:00
logfile.hh [logfile] some more notes stuff 2021-05-30 15:07:09 -07:00
logfile_fwd.hh [rebuild] add a deadline to make the UI more responsive 2021-05-26 22:09:47 -07:00
logfile_stats.hh [nits] fix some naming issues 2020-08-30 22:13:56 -07:00
logfile_sub_source.cc [log_source] try to report sql filter errors 2021-06-18 09:04:53 -07:00
logfile_sub_source.hh [log_source] try to report sql filter errors 2021-06-18 09:04:53 -07:00
network-extension-functions.cc [arc] add content hash to archive temp dir and tech debt 2020-11-17 10:04:23 -08:00
optional.hpp [logfile] add notes for automatic decisions and fix compile errors 2021-05-30 13:33:05 -07:00
papertrail_proc.cc [build] fix build when libcurl is available 2020-06-24 11:57:41 -07:00
papertrail_proc.hh [build] fix build when libcurl is available 2020-06-24 11:57:41 -07:00
piper_proc.cc [debt] doing some cleanup 2020-11-09 22:17:17 -08:00
piper_proc.hh [debt] doing some cleanup 2020-11-09 22:17:17 -08:00
plain_text_source.hh [debt] doing some cleanup 2020-11-09 22:17:17 -08:00
plugins.hh [nits] fix some naming issues 2020-08-30 22:13:56 -07:00
pretty_printer.cc [debt] include cleanup 2020-10-28 21:23:46 -07:00
pretty_printer.hh [debt] include cleanup 2020-10-28 21:23:46 -07:00
preview_status_source.hh [view] migrate view_action stuff to function objects 2020-11-14 21:39:12 -08:00
ptimec.c [docs] add some more text to arch docs and other tweaks 2021-02-13 23:08:40 -08:00
ptimec.hh [remote] add some config options and remove the copied tailer binary 2021-05-19 22:05:21 -07:00
ptimec_rt.cc [remote] add some config options and remove the copied tailer binary 2021-05-19 22:05:21 -07:00
readline_callbacks.cc [cmds] add /dev/clipboard support to :redirect-to 2021-08-22 13:50:53 -07:00
readline_callbacks.hh [remote] some more tweaks and add tab-completion 2021-05-11 22:37:21 -07:00
readline_curses.cc [readline] fix TAB-completion for tilde paths 2021-07-14 11:16:51 -07:00
readline_curses.hh [log_format] display log_body for the body field instead of the format name and add :mark-expr command 2021-05-13 22:00:26 -07:00
readline_highlighters.cc [log_format] display log_body for the body field instead of the format name and add :mark-expr command 2021-05-13 22:00:26 -07:00
readline_highlighters.hh [nits] fix some naming issues 2020-08-30 22:13:56 -07:00
readline_possibilities.cc [readline] improve filename completion 2021-05-13 19:50:04 -07:00
readline_possibilities.hh [readline] improve filename completion 2021-05-13 19:50:04 -07:00
regexp_vtab.cc [sql] add lnav_top_file() SQL function 2021-03-07 14:29:22 -08:00
regexp_vtab.hh [nits] fix some naming issues 2020-08-30 22:13:56 -07:00
relative_time.cc [reltime] some more relative time fixes 2021-06-18 21:58:30 -07:00
relative_time.hh [reltime] some more relative time fixes 2021-06-18 21:58:30 -07:00
ring_span.hh [build] missed file 2018-12-14 07:12:55 -08:00
root-config.json [remote] add some docs and allow ssh command customization 2021-06-01 22:57:32 -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 [nits] fix some naming issues 2020-08-30 22:13:56 -07:00
sequence_sink.hh [nits] fix some naming issues 2020-08-30 22:13:56 -07:00
service_tags.hh [remote] start to wire up remote support 2021-05-01 08:33:54 -07:00
session_data.cc [arc/remote] use a single work directory for archive/remote files 2021-05-15 22:39:18 -07:00
session_data.hh [readline] improve filename completion 2021-05-13 19:50:04 -07:00
shared_buffer.cc [result] fix Result.map() issue with copying the value when the result was in error 2020-12-26 23:00:44 -08:00
shared_buffer.hh [result] fix Result.map() issue with copying the value when the result was in error 2020-12-26 23:00:44 -08:00
shlex.cc [docs] add report generation to cookbook 2021-02-25 15:47:36 -08:00
shlex.hh [docs] add report generation to cookbook 2021-02-25 15:47:36 -08:00
simdutf8check.h [build] some refactoring of files 2019-05-08 05:30:59 -07:00
spectro_source.cc [build] some more compiler profiling 2020-11-19 21:36:51 -08:00
spectro_source.hh [build] missing math 2020-11-19 22:31:26 -08:00
sql_commands.cc [build] fix some issues on xenial32 2021-03-30 22:50:10 -07:00
sql_util.cc [time] use a 64-bit time_t in some places 2021-03-31 10:03:00 -07:00
sql_util.hh [time] use a 64-bit time_t in some places 2021-03-31 10:03:00 -07:00
sqlite-extension-func.cc [build] fix some issues on xenial32 2021-03-30 22:50:10 -07:00
sqlite-extension-func.hh [sqlite] implement .dump SQL command 2021-03-28 13:50:26 -07:00
state-extension-functions.cc [sql] add lnav_top_file() SQL function 2021-03-07 14:29:22 -08:00
statusview_curses.cc [statusview] fix leak in set_stitch_value() 2021-06-04 22:42:57 -07:00
statusview_curses.hh [statusview] fix leak in set_stitch_value() 2021-06-04 22:42:57 -07:00
string-extension-functions.cc [sql] fix help for sparkline() 2021-04-04 21:54:54 -07:00
string_attr_type.cc [log_source] try to report sql filter errors 2021-06-18 09:04:53 -07:00
string_attr_type.hh [log_source] try to report sql filter errors 2021-06-18 09:04:53 -07:00
strong_int.hh [readline] add alternate enter command 2020-09-30 21:55:37 -07:00
styling.cc [docs] add ARCHITECTURE.md and various other things 2021-02-13 12:41:48 -08:00
styling.hh [docs] add ARCHITECTURE.md and various other things 2021-02-13 12:41:48 -08:00
sysclip.cc [files] fix hiding of duplicate files 2021-01-08 22:42:28 -08:00
sysclip.hh [nits] fix some naming issues 2020-08-30 22:13:56 -07:00
term_extra.hh some docs and test fixup 2021-02-06 23:08:01 -08:00
termios_guard.hh [nits] fix some naming issues 2020-08-30 22:13:56 -07:00
test_override.c override gettimeofday for testing 2015-04-04 03:42:26 -07:00
text_format.cc [sql] add lnav_top_file() SQL function 2021-03-07 14:29:22 -08:00
text_format.hh [sql] add lnav_top_file() SQL function 2021-03-07 14:29:22 -08:00
textfile_highlighters.cc [sql] add lnav_top_file() SQL function 2021-03-07 14:29:22 -08:00
textfile_highlighters.hh [build] some more compiler profiling 2020-11-19 21:36:51 -08:00
textfile_sub_source.cc [logfile] refactor visibility 2020-11-25 14:47:39 -08:00
textfile_sub_source.hh [lint] use enum class for logfile::rebuild_result 2021-05-29 21:46:48 -07:00
textview_curses.cc [log_format] display log_body for the body field instead of the format name and add :mark-expr command 2021-05-13 22:00:26 -07:00
textview_curses.hh [log_format] display log_body for the body field instead of the format name and add :mark-expr command 2021-05-13 22:00:26 -07:00
textview_curses_fwd.hh [build] some more compiler profiling 2020-11-19 21:36:51 -08:00
time-extension-functions.cc [build] fixy 2021-03-28 22:10:42 -07:00
time_T.hh [nits] fix some naming issues 2020-08-30 22:13:56 -07:00
time_formats.am [time-fmt] add a time format 2021-07-13 10:40:24 -07:00
timer.cc [build] some refactoring of files 2019-05-08 05:30:59 -07:00
timer.hh [text] pretty-printing should work in the text view 2015-08-18 20:58:20 -07:00
top_status_source.cc [log_source] try to report sql filter errors 2021-06-18 09:04:53 -07:00
top_status_source.hh [build] opt build 2020-11-25 14:46:39 -08:00
top_sys_status_source.hh [debt] doing some cleanup 2020-11-09 22:17:17 -08:00
unique_path.cc [build] missing include 2020-11-19 21:43:58 -08:00
unique_path.hh [docs] some more doc text 2021-02-14 22:44:14 -08:00
url_loader.hh [services] initial pass at injecting services and a bunch of other stuff 2021-01-23 13:00:51 -08:00
view_curses.cc [view_curses] only write OSC;send-input in the test env 2021-08-15 14:47:55 -07:00
view_curses.hh [view_curses] fix color pair allocation 2021-02-16 22:15:14 -08:00
view_helpers.cc [cmds] add --view flag 2021-08-23 22:25:38 -07:00
view_helpers.hh [cmds] add --view flag 2021-08-23 22:25:38 -07:00
views_vtab.cc [cmds] add --view flag 2021-08-23 22:25:38 -07:00
views_vtab.hh [nits] fix some naming issues 2020-08-30 22:13:56 -07:00
vis_line.hh [arc] add content hash to archive temp dir and tech debt 2020-11-17 10:04:23 -08:00
vt52_curses.cc [vt52] deal with bracketed paste mode from readline 2021-01-19 21:49:43 -08:00
vt52_curses.hh [input_dispatcher] fix handling of unicode input 2020-11-09 22:18:17 -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 [reltime] add support for weekdays and having timeslice() return NULL when a time is out-of-range 2021-03-21 08:53:21 -07:00
vtab_module_json.hh [arc] add content hash to archive temp dir and tech debt 2020-11-17 10:04:23 -08:00
xml_util.cc [xml/xpath] suggest xpath() calls for xml fields 2021-02-06 22:13:08 -08:00
xml_util.hh [xml/xpath] suggest xpath() calls for xml fields 2021-02-06 22:13:08 -08:00
xpath_vtab.cc [blog] add a post about xpath() TVF 2021-06-21 02:44:48 -07:00
xpath_vtab.hh [sqlite] add an xml/xpath extension 2020-12-23 15:01:21 -08:00
xterm-palette.json [config] initial support for themes 2019-05-03 13:50:19 -07:00
xterm_mouse.cc [arc] add content hash to archive temp dir and tech debt 2020-11-17 10:04:23 -08:00
xterm_mouse.hh [arc] add content hash to archive temp dir and tech debt 2020-11-17 10:04:23 -08:00