Commit Graph

2534 Commits

Author SHA1 Message Date
Timothy Stack
6393990b91 [nits] miscellaneous issues 2022-07-11 23:17:42 -07:00
Timothy Stack
a3f5c3239e [vtab] some more indexing fixes 2022-07-11 00:09:08 -07:00
Timothy Stack
39763b2d31 [vtab] add indexes for text columns 2022-07-10 21:00:45 -07:00
Timothy Stack
880fe6a68a [tests] handle older sqlite 2022-07-08 15:55:53 -07:00
Timothy Stack
f3934c742d [error] leverage sqlite3_error_offset 2022-07-08 14:17:34 -07:00
Timothy Stack
8b3b8a6e3c [perf] fix some text file loading issues 2022-07-07 22:13:18 -07:00
Timothy Stack
01031a9fa3 [build] add missing include 2022-07-07 11:00:19 -07:00
Timothy Stack
7db3c7d3cf [tests] fix index test 2022-07-07 10:46:06 -07:00
Timothy Stack
36e9433891 [perf] try to overlap line buffer i/o 2022-07-07 10:05:06 -07:00
Timothy Stack
09bd5396b2 [build] remove use of <algorithm> in header 2022-07-06 23:04:01 -07:00
Timothy Stack
ef7c7fa9b4 [build] remove use of <algorithm> 2022-07-06 22:57:53 -07:00
Timothy Stack
a687de1690 [build] missing include 2022-07-06 22:43:22 -07:00
Timothy Stack
ea16ee630b [libs] bump ghc::filesystem 2022-07-06 22:30:51 -07:00
Timothy Stack
dae3f6b7bc [libs] bump doctest 2022-07-06 22:27:33 -07:00
Timothy Stack
c27ee7fdd5 [libs] bump fmt version 2022-07-06 22:19:39 -07:00
Timothy Stack
262c993a31 [libs] bump pugixml version 2022-07-06 21:22:14 -07:00
Timothy Stack
a3e1fd27b8 [db] charting of JSON values was mistakenly limited to very short values 2022-07-06 21:10:23 -07:00
Timothy Stack
7fe91d6186 [tests] fix sql_anno test 2022-07-06 11:58:25 -07:00
Timothy Stack
d6c9b0036a [spectro] improve error messages and fix some issues with invalidation 2022-07-06 11:56:29 -07:00
Timothy Stack
812fa08055 [search-table] some more enhancements to search-tables 2022-07-05 21:46:12 -07:00
Timothy Stack
13910aff7a [lnav_log] leak the dumper list vector to avoid static ordering issues 2022-07-05 13:12:13 -07:00
Timothy Stack
635dd996a9 [build] fix win build 2022-07-05 12:15:24 -07:00
Timothy Stack
20cb489ce3 [build] fix some include issues 2022-07-05 11:46:15 -07:00
Timothy Stack
52fe2db376 [spectro] add a summary overlay to the selected position and show log messages in a panel 2022-07-05 11:06:37 -07:00
Timothy Stack
cec6c3a225 [build] check for limit/offset def 2022-07-01 18:13:56 -07:00
Timothy Stack
2351438e4c [tests] missed some expected output 2022-07-01 16:08:18 -07:00
Timothy Stack
72c1c48e23 [perf] fixing slow queries 2022-07-01 16:02:14 -07:00
Timothy Stack
d5b06fca5f [mark-expr] expression marks should count when showing elapsed time 2022-06-29 11:04:37 -07:00
Timothy Stack
bd1b90a101 fix -H usage and mem leak 2022-06-29 09:53:23 -07:00
Timothy Stack
09ee65e917 [tests] force locale 2022-06-29 09:35:58 -07:00
Timothy Stack
f6fa834aa6 [test_yajlpp] missed freeing the tree 2022-06-29 06:57:19 -07:00
Timothy Stack
5fc9917a4b [tests] missed adding expected output 2022-06-29 06:55:17 -07:00
Timothy Stack
ce7f974598 [tests] fix spectro test 2022-06-29 00:07:39 -07:00
Timothy Stack
c666a669fe [spectro] fix key colors 2022-06-28 23:15:50 -07:00
Timothy Stack
717c039100 [dist] missed arena headers 2022-06-28 23:15:22 -07:00
Timothy Stack
689793d39f [build] try to fix issue 2022-06-28 22:44:02 -07:00
Timothy Stack
2a9f0bcda8 [docs] add version tag to watch expr section 2022-06-28 22:26:57 -07:00
Timothy Stack
f9f797fc9d [logfile_sub_source] add log message watch expressions
Fixes #539
2022-06-28 22:23:56 -07:00
Timothy Stack
906494ebfa [errors] try to improve some errors 2022-06-22 22:53:52 -07:00
Timothy Stack
a3b9314ff7 [yajlpp] add for_child() helper 2022-06-22 11:25:11 -07:00
Timothy Stack
464cda8b82 [tests] update expected output 2022-06-22 09:09:01 -07:00
Timothy Stack
041cc2c551 [themes/monocai] add snippet-border definition 2022-06-21 22:26:39 -07:00
Timothy Stack
c24be236a3 [:goto] raise an error if the input is not fully parsed
Related to #999
2022-06-21 22:16:57 -07:00
Timothy Stack
9d590836f3 [perf] tweak initial line buffer request size 2022-06-13 22:09:52 -07:00
Timothy Stack
c0f4254f1c [attr_line] minor perf fix 2022-06-13 21:30:08 -07:00
Timothy Stack
64e7b78c6b [attr_line] fixes for empty attributes 2022-06-13 21:01:01 -07:00
Timothy Stack
6c6d1cbf41 [snap] fix libcurl package name 2022-06-13 11:46:14 -07:00
Timothy Stack
db754068c8 [snap] add libcurl-dev 2022-06-13 11:17:46 -07:00
Timothy Stack
84ec014a8d [coverity] fix some issues found by coverity 2022-06-13 09:31:32 -07:00
Timothy Stack
7eb4d1b6e6 [input] remove capture of ctrl-d
Not sure why this was ever put in in the first place.

Fixes #945
2022-06-12 22:11:01 -07:00