Tim Stack
5787f47767
[piper] replace piper_proc with a thread
...
Related to #1029
2023-07-06 20:05:30 -07:00
Tim Stack
df0d3aed0c
[tidy] use auto_sqlite3 type alias
2022-09-21 21:34:04 -07:00
Tim Stack
93a53c4224
[fini] fix a destruction ordering issue
2022-09-21 18:54:45 -07:00
Tim Stack
eaa6e50a52
[log_format] perform more validations on log formats
2022-09-12 07:18:26 -07:00
Tim Stack
87791ec94b
[markdown] add support for going to an anchor
2022-08-28 18:55:32 -07:00
Timothy Stack
b3ee092dc5
[cleanup] remove unused stuff and add a test
2022-07-22 15:31:08 -07:00
Timothy Stack
1abc77e129
[secure] start to update secure-mode
2022-07-19 23:48:25 -07:00
Timothy Stack
f5cc4b298f
[ui] add back top status bar
2022-07-14 22:32:38 -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
906494ebfa
[errors] try to improve some errors
2022-06-22 22:53:52 -07:00
Timothy Stack
f03f9e704f
[views] add a breadcrumb view
2022-05-10 21:58:32 -07:00
Timothy Stack
a27198e8ca
[regex101] add an integration with regex101
...
... and a pile of other changes
2022-04-30 13:06:01 -07:00
Timothy Stack
0785a432fa
[console] colorize console output
2022-04-12 16:07:13 -07:00
Timothy Stack
66ef5fdae1
[clang-format] init
2022-03-16 15:38:08 -07:00
Timothy Stack
8bb034eeeb
[pcap] initial pcap support
...
Fixes #12
2021-11-05 15:13:16 -07:00
Timothy Stack
68d7d64948
[rebuild] some more cleanup
2021-09-25 15:35:44 -07:00
Timothy Stack
458b959a13
[headless] fix an issue with headless rebuilds
2021-09-24 09:30:03 -07:00
Timothy Stack
0dca44f487
[rebuild] add a deadline to make the UI more responsive
2021-05-26 22:09:47 -07:00
Timothy Stack
d2b5690e0c
[readline] improve filename completion
2021-05-13 19:50:04 -07:00
Timothy Stack
681f771bb7
[remote] add preview for remote :open
2021-05-09 15:01:21 -07:00
Timothy Stack
f050c7b0a7
[remote] start to wire up remote support
2021-05-01 08:33:54 -07:00
Timothy Stack
cac1175973
[services] initial pass at injecting services and a bunch of other stuff
2021-01-23 13:00:51 -08:00
Timothy Stack
56bee6f4c9
[archive] remove old unpacked archives and a bunch of other stuff
2021-01-16 22:23:20 -08:00
Timothy Stack
21f127cb56
[debt] some more mem leaks
...
Defect Number:
Reviewed By:
Testing Done:
2020-12-01 10:28:20 -08:00
Timothy Stack
2aad7985a6
[build] opt build
...
Defect Number:
Reviewed By:
Testing Done:
2020-11-25 14:46:39 -08:00
Timothy Stack
0765c07010
[view] migrate view_action stuff to function objects
2020-11-14 21:39:12 -08:00
Timothy Stack
db8a3c4d38
[debt] doing some cleanup
...
Defect Number:
Reviewed By:
Testing Done:
2020-11-09 22:17:17 -08:00
Timothy Stack
e4ea9ca584
[arc] report errors when opening archives
2020-10-31 22:19:41 -07:00
Timothy Stack
df3df8369c
[session] stages
2020-10-28 21:24:23 -07:00
Timothy Stack
56866d8a33
[config-ui] support for searching
2020-10-28 21:23:34 -07:00
Timothy Stack
8b38bb0970
[session] store file visibility
2020-10-28 21:23:25 -07:00
Timothy Stack
c22c78220c
[text] hide text files
2020-10-28 21:23:16 -07:00
Timothy Stack
7b77a612c2
[files] make file scanning async
2020-10-28 21:22:56 -07:00
Timothy Stack
dfd18a4be5
[view] add files view
2020-10-28 21:21:57 -07:00
Timothy Stack
9f524136bd
[fs] remove old filesystem impl
2020-10-20 22:55:46 -07:00
Timothy Stack
276f71423e
[readline] add alternate enter command
2020-09-30 21:55:37 -07:00
Timothy Stack
0940e97b2b
[nits] fix some naming issues
...
Fixes #169
2020-08-30 22:13:56 -07:00
Timothy Stack
a2b3427502
[tests] add tests for SQL annotation functionality
2020-08-26 22:44:12 -07:00
Timothy Stack
3da3ec799a
[session] allow the name
2020-04-25 07:32:05 -07:00
Timothy Stack
63dba408ec
[stdin] Keep the stdin piper file in .lnav so that it can be reopened
...
When piping the output of a program into lnav, the data would
be dumped to the terminal on exit so that it would not be
lost. Since that is a bit noisy, the temp file used to store
the data is now left in .lnav so that it can be reopened later.
Older stdin captures are automatically removed after a day.
Also took the opportunity to start using filesystem::path more.
Fixes #436
2019-07-29 22:18:32 -07:00
Timothy Stack
fb7d6eafaf
[build] some refactoring of files
2019-05-08 05:30:59 -07:00
Timothy Stack
78d80fddd5
[cli] add -r flag for recursively loading files from a directory hierarchy
...
Fixes #431
2019-03-14 22:24:57 -07:00
Timothy Stack
1e795c1e4a
[ui] move filter editor help to separate status bar
...
The help is unreadable when the terminal width is
small.
2019-02-13 21:54:40 -08:00
Timothy Stack
814ad03ec9
[view] keep a history of view positions
...
Fixes #577
2018-12-14 06:18:56 -08:00
Timothy Stack
2345a32423
[filter] add panel that shows the set of filters
...
Initial version, still needs some cleanup
2018-11-09 09:45:19 -08:00
Timothy Stack
b1a6d06490
[lss] refactor the force flag during indexing and some other stuff
2018-10-25 21:26:58 -07:00
Timothy Stack
ac7ae1275a
[cmds] add :redirect-to command for redirecting the output of commands in scripts
...
Related to #551
2018-10-12 07:12:35 -07:00
Timothy Stack
5f5e2d5c4e
[cleanup] prune some includes and some other cleaning
...
Defect Number:
Reviewed By:
Testing Done:
2018-10-11 05:50:28 -07:00
Timothy Stack
f65df7c762
[readline] tweak fuzzy matching threshold
...
Change the threshold for cutting off the remaining fuzzy matches
that was added for #541
Also, fix an error when filtering is added when viewing
the tail of the log.
2018-09-29 00:20:45 -07:00
Timothy Stack
00ed12557b
[keymap] add more keys to the keymap
2018-08-12 08:37:16 -07:00