Tim Stack
|
502c3b5f20
|
[sql] tweaks to parse_url()
|
2022-09-18 20:42:05 -07:00 |
|
Tim Stack
|
1effd99e5c
|
[sql] add parse_url()/unparse_url() functions
Fixes #44
|
2022-09-18 06:51:04 -07:00 |
|
Tim Stack
|
eb0bd4ac9a
|
[anon] add an anonymizer to help with support requests
Fixes #1055
|
2022-09-15 21:11:30 -07:00 |
|
Tim Stack
|
5a63ece31d
|
[pcre2] migrate from pcre to pcre2
Fixes #974
|
2022-09-10 09:28:07 -07:00 |
|
Tim Stack
|
e047386441
|
[sql] extract() assumed too much about elements
|
2022-09-01 14:33:51 -07:00 |
|
Tim Stack
|
87791ec94b
|
[markdown] add support for going to an anchor
|
2022-08-28 18:55:32 -07:00 |
|
Tim Stack
|
7ef5cf6ba3
|
[session] some more session docs
|
2022-08-13 21:42:41 -07:00 |
|
Tim Stack
|
056754a926
|
[session] some improvements to session export
|
2022-08-03 10:55:18 -07:00 |
|
Tim Stack
|
3cafcf3c77
|
[attr_line] tweak shifting of attributes
Fixes #1017
|
2022-08-02 11:25:19 -07:00 |
|
Tim Stack
|
3b9bc57ab0
|
[sql] consolidate the encoders to a single function
|
2022-07-30 13:18:55 -07:00 |
|
Tim Stack
|
94aab91d38
|
[sql] add base64_encode()/base64_decode() functions
|
2022-07-30 00:12:44 -07:00 |
|
Tim Stack
|
1f8e2bd46c
|
[sql] add uri_encode()/uri_decode() functions
Fixes #1014
|
2022-07-29 23:05:16 -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
|
b3ee092dc5
|
[cleanup] remove unused stuff and add a test
|
2022-07-22 15:31:08 -07:00 |
|
Timothy Stack
|
41754a8ec1
|
[session] add time_offset of files to session exports
|
2022-07-21 15:44:30 -07:00 |
|
Timothy Stack
|
6712a33163
|
[cmds] add :export-session command
|
2022-07-20 22:01:17 -07:00 |
|
Timothy Stack
|
6393990b91
|
[nits] miscellaneous issues
|
2022-07-11 23:17:42 -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
|
72c1c48e23
|
[perf] fixing slow queries
|
2022-07-01 16:02:14 -07:00 |
|
Timothy Stack
|
906494ebfa
|
[errors] try to improve some errors
|
2022-06-22 22:53:52 -07:00 |
|
Timothy Stack
|
31a670ce27
|
[md4c] initial markdown support
|
2022-05-22 20:44:18 -07:00 |
|
Timothy Stack
|
0785a432fa
|
[console] colorize console output
|
2022-04-12 16:07:13 -07:00 |
|
Timothy Stack
|
f74214b9b6
|
[sql] add a gunzip() SQL function
|
2021-10-26 09:39:05 -07:00 |
|
Timothy Stack
|
19fd336e9a
|
[formats] add logfmt
|
2021-10-02 23:17:33 -07:00 |
|
Timothy Stack
|
b884f732f2
|
[json-ext] json_contains() should accept null
Related to #447
|
2021-09-27 15:54:10 -07:00 |
|
Timothy Stack
|
b3a4eadbe2
|
[cmds] add :show-only-this-file command
|
2021-09-08 14:56:18 -07:00 |
|
Timothy Stack
|
211f10535c
|
[cmds] add --view flag
|
2021-08-23 22:25:38 -07:00 |
|
Timothy Stack
|
c13e78358e
|
[blog] add a post about xpath() TVF
|
2021-06-21 02:44:48 -07:00 |
|
Timothy Stack
|
aa7ac37cdc
|
[log_source] try to report sql filter errors
|
2021-06-18 09:04:53 -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
|
e13816a8e3
|
[cmds] change :write-raw-to to copy the original log content and add :write-view-to command
Also added log_raw_text column to the log tables.
Fixes #859
|
2021-05-14 13:31:19 -07:00 |
|
Timothy Stack
|
b64342ca47
|
[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 |
|
Timothy Stack
|
d2b5690e0c
|
[readline] improve filename completion
|
2021-05-13 19:50:04 -07:00 |
|
Timothy Stack
|
70c07da5c5
|
[sql] fix help for sparkline()
|
2021-04-04 21:54:54 -07:00 |
|
Timothy Stack
|
32bfd76cdb
|
[logfile] allow max unrecognized lines to be tuned
|
2021-03-29 22:40:22 -07:00 |
|
Timothy Stack
|
6f4791ec35
|
[sqlite] include generate_series() extension
|
2021-03-23 22:23:08 -07:00 |
|
Timothy Stack
|
92e20ffd51
|
[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 |
|
Timothy Stack
|
f6128240ab
|
[sql] add lnav_top_file() SQL function
|
2021-03-07 14:29:22 -08:00 |
|
Timothy Stack
|
d45d7d6c58
|
[docs] add report generation to cookbook
|
2021-02-25 15:47:36 -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
|
351ad7a8fc
|
[xml/xpath] suggest xpath() calls for xml fields
|
2021-02-06 22:13:08 -08:00 |
|
Timothy Stack
|
6deb7032a6
|
[tests] add more CSIs to scripty
|
2021-02-05 16:04:34 -08:00 |
|
Timothy Stack
|
2b9f4c6d3a
|
[docs] start a cookbook
|
2021-01-24 21:49:06 -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
|
7476dd5bb9
|
[misc] misc bugs
|
2020-12-24 22:29:38 -08:00 |
|
Timothy Stack
|
4ca6fd7bfd
|
[sqlite] add an xml/xpath extension
|
2020-12-23 15:01:21 -08:00 |
|