Commit Graph

259 Commits

Author SHA1 Message Date
Tim Stack
8df83d562a [config] simplify file format detection by moving it into the log format definition 2023-07-10 10:35:18 -07:00
Tim Stack
2e09202ff5 [config] externalize file format detection 2023-07-09 10:11:10 -07:00
Tim Stack
c49d83395b [formats] add cloudflare format
Related to #1081
2023-06-21 16:40:19 -07:00
Tim Stack
e77ef5c8cd [cursor] breadcrumb performers should move selection instead of top 2023-06-20 11:06:35 -07:00
Florian Münchbach
1b250cc124 Add test input files to Makefile 2023-04-25 21:38:53 +02:00
Tim Stack
db1fc92fdd [ansi] missed resizing a buffer when scrubbing ansi
Fixes #1135
2023-03-30 22:06:19 -07:00
Tim Stack
faeaf477ab [yajlpp] flesh things out a bit more 2022-10-04 21:17:01 -07:00
Tim Stack
9eb734ef7e [log_format] support for a separate sub-second field 2022-10-02 21:58:10 -07:00
Tim Stack
07c57dae08 [json-log] change how lines that do not start with a curly are reported 2022-09-24 21:19:20 -07:00
Tim Stack
a31045a97b [build] fix dist listing in test 2022-09-22 12:27:14 -07:00
Tim Stack
0fd9845580 [tests] test_tailer tweaks 2022-09-22 10:54:09 -07:00
Tim Stack
59ec0b4794 [build] missed dist'ing test file 2022-09-20 20:52:20 -07:00
Tim Stack
20a06a2782 [test] missed input file 2022-09-19 21:15:28 -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
aee33d6929
Merge pull request #1041 from bowlofeggs/build-remote-when-needed
Only build ssh keys when needed
2022-09-04 14:09:00 -07:00
Tim Stack
6ca01cd934 [line_buffer] fix some long-line handling 2022-09-04 06:38:39 -07:00
Randy Barlow
b16833392b
Only build ssh keys when needed
I believe the test/remote folder only needs to be setup for
test/test_remote.sh. Prior to this commit, it was being built during
make, rather than just during make check. This commit adjusts things so
that the test/remote folder is only generated during make check, and
only when test/test_remote.sh is being executed.

Fixes #1040

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2022-09-04 00:03:33 -04:00
Tim Stack
ca51854e89 [build] turn on optimizations for snap build and fix dist 2022-09-01 21:16:28 -07:00
Tim Stack
72d171ae4b [tests] add a regexp_capture() test 2022-08-30 22:28:12 -07:00
Tim Stack
87791ec94b [markdown] add support for going to an anchor 2022-08-28 18:55:32 -07:00
Tim Stack
a2c35140ba [data_scanner] hack to recognize some windows paths
Fixes #1018
2022-08-20 21:23:42 -07:00
Tim Stack
88d9002a5d [search-table] add test case 2022-08-16 14:51:08 -07:00
Tim Stack
deb0e21554 [tests] fix export session test 2022-08-05 22:23:19 -07:00
Tim Stack
a4fadb56f6 [build] missed new textfile 2022-08-03 14:19:54 -07:00
Tim Stack
7c3df44fc4 [pretty] handle ANSI escapes
Fixes #1020
2022-08-03 13:46:36 -07:00
Tim Stack
94aab91d38 [sql] add base64_encode()/base64_decode() functions 2022-07-30 00:12:44 -07:00
Tim Stack
f234b37fe0 [build] some more scnlib stuff 2022-07-29 00:07:11 -07:00
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
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
f8aac1d52e [build] remove leftover file 2022-07-22 21:11:35 -07:00
Timothy Stack
773cc3e049 [tests] add some more tests for the views vtabs 2022-07-21 06:58:01 -07:00
Timothy Stack
45270505e3 [status] some more user notification tweaks 2022-07-15 21:41:47 -07:00
Timothy Stack
812fa08055 [search-table] some more enhancements to search-tables 2022-07-05 21:46:12 -07:00
Timothy Stack
72c1c48e23 [perf] fixing slow queries 2022-07-01 16:02:14 -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
6c52760cc9 [events] initial events work
Related to #811
2022-06-09 12:49:06 -07:00
Timothy Stack
4dccb7424c [distcheck] missed removing a generated file 2022-05-23 22:55:32 -07:00
Timothy Stack
31a670ce27 [md4c] initial markdown support 2022-05-22 20:44:18 -07:00
Timothy Stack
f03f9e704f [views] add a breadcrumb view 2022-05-10 21:58:32 -07:00
Timothy Stack
ea362a5866 [build] skip regex101 test for now 2022-04-30 19:27:34 -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
c43367491c [build] add new files to dist 2022-04-12 16:37:53 -07:00
Timothy Stack
4564e162d0 [build] try to optimize compile time 2022-03-13 15:49:41 -07:00
Timothy Stack
8bb034eeeb [pcap] initial pcap support
Fixes #12
2021-11-05 15:13:16 -07:00
Timothy Stack
19fd336e9a [formats] add logfmt 2021-10-02 23:17:33 -07:00
Timothy Stack
b6b0578027 [file_collection] check for file closure in same_file
Fixes #908
2021-09-07 23:07:34 -07:00
Timothy Stack
86e84e1dab [distclean] more files to remove 2021-09-07 22:39:39 -07:00
Timothy Stack
1e1abcc97e [distclean] remove some extra files 2021-09-07 22:24:01 -07:00