Tim Stack
d19eace826
[blog] post about the vscode extension
2022-09-24 13:09:06 -07:00
Tim Stack
094b45f7ca
[nits] minor fixes
2022-09-23 11:08:22 -07:00
Timothy Stack
1627698168
[build] fix static lib name for pcre2
2022-09-23 09:29:28 -07:00
Tim Stack
2694a9855a
[release] try beta1 release
2022-09-23 06:12:07 -07:00
Tim Stack
75fd859c6f
[appveyor] turn off parallel compilation
2022-09-22 16:22:15 -07:00
Tim Stack
d11b90bc6f
[build] try to fix win build
2022-09-22 15:46:12 -07:00
Tim Stack
871ad1ad12
[dist] missed cleaning some files
2022-09-22 12:58:11 -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
fd19759bf5
[tests] set TZ when doing touch
2022-09-21 22:47:46 -07:00
Tim Stack
df0d3aed0c
[tidy] use auto_sqlite3 type alias
2022-09-21 21:34:04 -07:00
Tim Stack
7b84530e87
Merge pull request #1063 from tstack/dependabot/bundler/docs/commonmarker-0.23.6
...
Bump commonmarker from 0.23.5 to 0.23.6 in /docs
2022-09-21 21:14:56 -07:00
dependabot[bot]
d7db3d6e9b
Bump commonmarker from 0.23.5 to 0.23.6 in /docs
...
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker ) from 0.23.5 to 0.23.6.
- [Release notes](https://github.com/gjtorikian/commonmarker/releases )
- [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gjtorikian/commonmarker/compare/v0.23.5...v0.23.6 )
---
updated-dependencies:
- dependency-name: commonmarker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-22 04:13:55 +00:00
Tim Stack
7f513b2d1f
[tidy] fixing some uninit issues
2022-09-21 21:06:04 -07:00
Tim Stack
93a53c4224
[fini] fix a destruction ordering issue
2022-09-21 18:54:45 -07:00
Tim Stack
59ec0b4794
[build] missed dist'ing test file
2022-09-20 20:52:20 -07:00
Tim Stack
01d8ee0232
[appveyor] set image
2022-09-20 20:45:28 -07:00
Tim Stack
4ecbee5162
[appveyor] disable sig check
2022-09-20 20:40:50 -07:00
Tim Stack
1249233ca1
[appveyor] try without mirror
2022-09-20 20:36:48 -07:00
Tim Stack
cda76010d0
[appveyor] try a different mirror
2022-09-20 20:24:41 -07:00
Tim Stack
2d03597487
[appveyor] use https for mirror
2022-09-20 20:23:23 -07:00
Tim Stack
d940d9d5eb
[logfile] plumb gzip header through file meta
2022-09-20 20:07:44 -07:00
Tim Stack
3f3e6dcbdc
[highlight] turn off nesting for var highlight
2022-09-20 13:51:56 -07:00
Tim Stack
a437d9fcc9
[pcre2pp] allocate match_data on the stack
2022-09-20 08:31:23 -07:00
Tim Stack
d7e79b014d
[NEWS] mention scrubbing of ANSI escapes
2022-09-20 08:31:23 -07:00
Tim Stack
26bcf0865d
[test] tests should not rely on the local syslog being readable
2022-09-20 08:31:23 -07:00
Tim Stack
5ae2c7dbe7
Merge pull request #1062 from TobiX/gitlab-clf
...
Handle empty referer in access log (fixes #1059 )
2022-09-20 08:04:41 -07:00
Tobias Gruetzmacher
0958a9b189
Handle empty referer in access log ( fixes #1059 )
...
It seems most web servers log an empty referer as `"-"`, but GitLab's
nginx actually logs an empty field instead (`""`). Allow this in the
standard CLF format parser.
2022-09-20 16:34:25 +02:00
Tim Stack
20a06a2782
[test] missed input file
2022-09-19 21:15:28 -07:00
Tim Stack
b7de0766c8
[highlighters] add some keywords
2022-09-19 20:42:48 -07:00
Tim Stack
f1deeb5b74
[highlight] turn off nesting for some builtin highlighters
2022-09-19 20:30:56 -07:00
Tim Stack
e0ecbdff10
[logfile] improve handling of ansi escapes
...
I think this covers the rest of the functionality
that needs to deal with ansi escapes.
Related to #1057
2022-09-19 20:15:35 -07:00
Tim Stack
9185518bda
[top_status_source] try to fix prepared_stmt destruct order
2022-09-19 09:13:01 -07:00
Tim Stack
5060b38f99
[db] avoid reusing the same chart colors
...
This just covers the basic case and doesn't address reuse
with JSON values.
Related to #1047
2022-09-19 02:25:26 -07:00
Tim Stack
1faa95df94
[readme] mention running autogen.sh in the regular README
2022-09-19 01:53:47 -07:00
Tim Stack
81fc0dc47e
[tidy] remove duplicate struct names
...
Fixes #1004
2022-09-19 01:50:54 -07:00
Tim Stack
b2abf94c2e
[data_scanner] fix performance regression
...
Related to #1057
2022-09-19 01:37:59 -07:00
Tim Stack
d79c1f9235
[regex101] accept pcre2 imports
2022-09-18 22:37:44 -07:00
Tim Stack
2ad379c454
[am] remove aminclude_static.am
2022-09-18 22:10:03 -07:00
Tim Stack
6016219d57
[tests] missed updating test output
2022-09-18 20:47:30 -07:00
Tim Stack
502c3b5f20
[sql] tweaks to parse_url()
2022-09-18 20:42:05 -07:00
Tim Stack
c49e0787f3
[release] bump version and try to automate some stuff
2022-09-18 16:05:24 -07:00
Tim Stack
4445781038
[release] move NEWS to NEWS.md
2022-09-18 07:41:12 -07:00
Tim Stack
1effd99e5c
[sql] add parse_url()/unparse_url() functions
...
Fixes #44
2022-09-18 06:51:04 -07:00
Tim Stack
b536043050
[sql/json] json_group_array() returns {} instead of []
2022-09-16 13:02:52 -07:00
Tim Stack
116b40f28c
[bottom_status] fix out-of-bounds when with word-wrap
...
Related to #1058
2022-09-16 11:20:15 -07:00
Tim Stack
bfa8ae2c42
[test] try to fix anon test
2022-09-15 23:35:54 -07:00
Tim Stack
01fe042a84
[build] try to fix link issue
2022-09-15 22:19:32 -07:00
Tim Stack
506d569b2f
[build] missing include
2022-09-15 21:49:23 -07:00
Tim Stack
bf3fe7fc2c
[text] add some missing bound check on the filtered line index for the TEXT view
...
Fixes #1056
2022-09-15 21:22:11 -07:00