Commit Graph

2926 Commits

Author SHA1 Message Date
Tim Stack
9c03938ff3 use scnlib instead of sscanf/strtod 2022-07-28 23:31:58 -07:00
Tim Stack
390bc132e2 [build] updates for arm64 2022-07-28 20:24:32 -07:00
Timothy Stack
8ef581177c [line_buffer] add some performance counters for tracking SQL perf
Also, check for keyboard input during SQL execution
so we can cancel.

Fixes #894
2022-07-27 21:49:14 -07:00
Timothy Stack
0f2d38df50 [ui/sql] the y/Y hotkey pair is no longer a thing 2022-07-25 09:23:19 -07:00
Timothy Stack
a459370bd8 [tests] coverage for markdown breadcrumbs 2022-07-25 07:49:51 -07:00
Timothy Stack
16d39f3fd9 [db] move the shared_buffer_ref out of logline_value 2022-07-24 23:29:46 -07:00
Timothy Stack
66853a70ca [db] use arena allocator for db results
... and continue to tweak cylon
2022-07-23 21:42:22 -07:00
Timothy Stack
ff44e37f7e [ui] make the cylon status mode actually cylon-like 2022-07-22 23:37:25 -07:00
Timothy Stack
a5a02d6243 [tests] text file handling and make sure the progress status bar is updated during SQL processing 2022-07-22 22:21:16 -07:00
Timothy Stack
20165a85e7 [themes] tweaks for the top status bar 2022-07-22 21:35:01 -07:00
Timothy Stack
f8aac1d52e [build] remove leftover file 2022-07-22 21:11:35 -07:00
Timothy Stack
7ed2437a01 [ux] remove redundant code for staying at the same time in lss that fixes a jump on reset 2022-07-22 21:09:19 -07:00
Timothy Stack
b3ee092dc5 [cleanup] remove unused stuff and add a test 2022-07-22 15:31:08 -07:00
Timothy Stack
317f2d32cf [misc] use sqlitepp.client in lnav.events.cc 2022-07-21 23:46:45 -07:00
Timothy Stack
e8f0b1e6b8 [secure-mode] some more restrictions 2022-07-21 23:30:49 -07:00
Timothy Stack
935290b521 [misc] fix some early exit issues 2022-07-21 22:10:37 -07:00
Timothy Stack
41754a8ec1 [session] add time_offset of files to session exports 2022-07-21 15:44:30 -07:00
Timothy Stack
a04dc2a327 [session] improvements to :export-session-to 2022-07-21 07:28:55 -07:00
Timothy Stack
773cc3e049 [tests] add some more tests for the views vtabs 2022-07-21 06:58:01 -07:00
Timothy Stack
6712a33163 [cmds] add :export-session command 2022-07-20 22:01:17 -07:00
Timothy Stack
1abc77e129 [secure] start to update secure-mode 2022-07-19 23:48:25 -07:00
Timothy Stack
5ea55afd74 [vtab] indexing improvements 2022-07-19 22:08:07 -07:00
Timothy Stack
80bddbd2e7 [formats] some more fixes for vmw formats 2022-07-17 14:11:23 -07:00
Timothy Stack
0f9c519061 [vmw_log] update to work with hostd on esx 2022-07-17 07:47:53 -07:00
Timothy Stack
76991744e4 [snap] revert version changes 2022-07-16 21:56:20 -07:00
Timothy Stack
d4f0cbd8ce [snap] update libicu version 2022-07-16 21:39:13 -07:00
Timothy Stack
d98b5a5a88 [snap] try to bump to core22 2022-07-16 20:02:58 -07:00
Timothy Stack
3ac5ce1e51 [sqlite] make compatible with older sqlite 2022-07-16 16:41:21 -07:00
Timothy Stack
981a3d6b70 [build] xxhash for other arch 2022-07-16 15:52:01 -07:00
Timothy Stack
0b99c0b9a4 [tests] update json sql test for sqlite bugfix
Related to #1009
2022-07-16 08:04:32 -07:00
Timothy Stack
dabd93a63a [build] distcheck fix 2022-07-15 23:15:09 -07:00
Timothy Stack
6224ed2ce3 [version] change next version to v0.11.0 since there are a bunch of changes 2022-07-15 22:31:43 -07:00
Timothy Stack
7b83b87e57 [build] fix bin2c path 2022-07-15 21:54:50 -07:00
Timothy Stack
fcb4794e87 [build] change to BUILT_SOURCES 2022-07-15 21:48:30 -07:00
Timothy Stack
45270505e3 [status] some more user notification tweaks 2022-07-15 21:41:47 -07:00
Timothy Stack
f5cc4b298f [ui] add back top status bar 2022-07-14 22:32:38 -07:00
Timothy Stack
d1521496cc [docs] fill out search-table docs 2022-07-13 22:24:49 -07:00
Timothy Stack
4c20b0039c [sql] some more error improvements 2022-07-13 15:43:41 -07:00
Timothy Stack
dde6d88430 [exec] fix reporting of errors in scripts 2022-07-12 22:52:40 -07:00
Timothy Stack
e669f6ca55 [build] distcheck fix for header 2022-07-12 13:51:37 -07:00
Timothy Stack
3c54f20fce [sysclip] support osc 52 for copying to the clipboard
Fixes #825
2022-07-12 13:16:13 -07:00
Timothy Stack
3b9235b6e6 [tests] don't use syslog files since their timestamps are unreliable 2022-07-12 08:47:19 -07:00
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