Timothy Stack
107199cb7c
[remote] clean up the cache
2021-09-10 21:01:25 -07:00
Timothy Stack
7eb1d17bef
[files] highlight issues with opening files
...
Fixes #904
2021-08-27 22:37:10 -07:00
Timothy Stack
e33fe1a85b
[config] include values from the configs dir in the default config
2021-08-15 22:58:58 -07:00
Timothy Stack
ed93eb71c0
[remote] add some docs and allow ssh command customization
2021-06-01 22:57:32 -07:00
Timothy Stack
c3dc668b69
[remote] add some config options and remove the copied tailer binary
...
Also fix time offset issue
2021-05-19 22:05:21 -07:00
Timothy Stack
be51a4e3de
[arc/remote] use a single work directory for archive/remote files
2021-05-15 22:39:18 -07:00
Timothy Stack
f050c7b0a7
[remote] start to wire up remote support
2021-05-01 08:33:54 -07:00
Timothy Stack
32bfd76cdb
[logfile] allow max unrecognized lines to be tuned
2021-03-29 22:40:22 -07:00
Timothy Stack
c0ed59e61e
[sqlite] implement .dump SQL command
2021-03-28 13:50:26 -07:00
Timothy Stack
0b3819d16a
[config] check if XDG_CONFIG_HOME exists before using it
2021-03-20 13:54:18 -07:00
Timothy Stack
4f4d90a65d
[tests] include more information in error message
2021-03-20 13:39:35 -07:00
Timothy Stack
f6128240ab
[sql] add lnav_top_file() SQL function
2021-03-07 14:29:22 -08:00
Timothy Stack
f5c72736cb
[docs] some more doc text
2021-02-14 22:44:14 -08:00
Timothy Stack
f5e88b7158
[docs] add ARCHITECTURE.md and various other things
2021-02-13 12:41:48 -08:00
Timothy Stack
fd40b55e0a
[docs] some more README.md files
2021-02-07 21:30:02 -08:00
Timothy Stack
6deb7032a6
[tests] add more CSIs to scripty
2021-02-05 16:04:34 -08:00
Timothy Stack
b847ae7164
[tests] more coverage
2021-02-01 15:56:37 -08:00
Timothy Stack
49ebde5953
[build] remove pcrecpp and other stuff
...
Linking against a binary c++ lib suuuucckkkkkssss...
2021-01-29 11:12:02 -08: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
2de57d242d
[leak] fix leak of yajl error msgs
2020-12-31 15:24:28 -08:00
Timothy Stack
1d17ac7f29
[build] compress data files embedded in the binary to save some space
...
Fixes #763
2020-12-30 13:49:29 -08:00
Timothy Stack
6b0b3a65dd
[build] fix static init issue
2020-12-10 22:32:01 -08:00
Timothy Stack
04da95eb95
[installer] fix file type check for formats
...
Fixes #801
2020-12-10 21:18:56 -08:00
Timothy Stack
32f112b8de
[formats] add w3c extended log format impl
...
Fiexes #798
2020-12-05 21:51:46 -08:00
Timothy Stack
df3df8369c
[session] stages
2020-10-28 21:24:23 -07:00
Timothy Stack
5e42b4cb8a
[debt] include cleanup
2020-10-28 21:23:46 -07:00
Timothy Stack
8b38bb0970
[session] store file visibility
2020-10-28 21:23:25 -07:00
Timothy Stack
a63cf003a0
[themes] move highlights to theme definitions
...
Fixes #783
2020-10-28 21:19:57 -07:00
Timothy Stack
9f524136bd
[fs] remove old filesystem impl
2020-10-20 22:55:46 -07:00
Timothy Stack
8734795505
[keymap] handle unicode keys and add UK keymap
...
Fixes #392
2020-09-04 14:39:04 -07:00
Timothy Stack
c5a82240ec
[build] try to fix some warnings
2020-09-02 22:36:26 -07:00
Timothy Stack
8413dd13d8
[config] add configs directory
2020-05-07 07:08:59 -07:00
Timothy Stack
9a05b9d186
[config] pay attention to XDG_CONFIG_HOME
...
Fixes #105
2019-08-01 07:14:47 -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
02c53976b4
Some refactoring for the line buffer and other cleanups
...
Fixes #649
2019-06-15 06:32:02 -07:00
Timothy Stack
f0000ae065
[keymap] redo the keymap definition
...
Defect Number:
Reviewed By:
Testing Done:
2019-05-23 06:28:42 -07:00
Timothy Stack
0918063640
[cleanup] some modernization
2019-05-21 22:14:36 -07:00
Timothy Stack
1fc24ecabf
[bin2c] improve building of data files that are incorporated into the binary
2019-05-15 09:13:56 -07:00
Timothy Stack
bb6f31eaa0
[theme] styling for scrollbars
2019-05-12 06:53:40 -07:00
Timothy Stack
fb7d6eafaf
[build] some refactoring of files
2019-05-08 05:30:59 -07:00
Timothy Stack
a8e1f62da6
[build] add fmt lib
2019-05-04 07:07:39 -07:00
Timothy Stack
06d1098211
[config] initial support for themes
...
For #422
Still more to do
2019-05-03 13:50:19 -07:00
Timothy Stack
104b8736e8
[vtab] fix for failed update to log_tags column and fix filtering with json logs
2019-02-01 13:31:28 -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
5689984702
[yajlpp] use pointer to member over nullobj()
2018-05-25 06:32:01 -07:00
Timothy Stack
7fb881222d
[pretty] highlight log messages in the pretty view as in the normal log view
2018-05-10 06:44:03 -07:00
Kevin Pham
52f78cfb75
add config option to use default fg/bg colors
2017-09-14 18:52:29 -07:00
Timothy Stack
0a7816e245
[config] missed the terminator json_path_handler()
2017-03-01 10:46:26 -08:00
Timothy Stack
71aa54ad4d
[keymap] convert more hotkeys to keymaps
...
Fixes #416
2017-03-01 08:44:16 -08:00
Timothy Stack
89f8ef9c2b
[hotkeys] hotkey configuration
...
First steps to implementing #350
2017-01-21 07:41:28 -08:00
Timothy Stack
c564beee29
[build] try to silence some warnings
2016-05-03 21:01:39 -07:00
Timothy Stack
82f970c09e
[config] add a config option to control A_DIM for text
...
Fixes #298
2016-05-01 20:35:37 -07:00
Timothy Stack
d12fe9e0a9
[json] add some schema validation code
2016-03-02 05:54:42 -08:00
Timothy Stack
a2b381ca19
[config] initial impl with clock-format as the only option at the moment
2016-01-05 06:18:58 -08:00
Timothy Stack
ecd3eb05bc
[coverity] next set of fixes
2015-09-19 21:13:46 -07:00
Timothy Stack
69e927e91b
[coverity] some more fixes
2015-09-19 20:30:39 -07:00
Timothy Stack
d298f45fe0
some coverity fixes
2015-09-15 00:24:56 -07:00
Timothy Stack
bedae8c8c2
[fmt] install/update formats from git repos
...
Fixes #244
2015-08-09 21:03:23 -07:00
Timothy Stack
deeac1a5db
[formats] add a "-i" flag to make it easier to install formats
2014-11-05 09:01:09 -08:00
Timothy Stack
b6baae7730
[debug] more debugging stuff
...
Defect Number:
Reviewed By:
Testing Done:
2014-03-06 06:58:49 -08:00
Timothy Stack
10eb9617b1
[sql] add a bookmark column to the log tables
2014-03-01 23:40:12 -08:00
Timothy Stack
64fe8175a6
[log] add an internal logger instead of using redirected stderr
2014-03-01 16:35:30 -08:00
Timothy Stack
de374e68f6
[build] some more build tweaks
2013-08-28 21:22:04 -07:00
Timothy Stack
af6e289cda
[log format] add scaling factors
2013-07-23 05:55:08 -07:00
Timothy Stack
e71a85d471
[build] oops...
2013-06-06 07:13:00 -07:00
Timothy Stack
9a0c09e2ac
[build] fix a build break
2013-06-06 07:10:13 -07:00
Timothy Stack
5ba3097ee7
[cleanup] move some code around and try to pretty things up a bit
2013-06-06 07:01:32 -07:00