Commit Graph

1841 Commits

Author SHA1 Message Date
Tim Stack cb55f588ec [themes] add missing scrollbar style
Fixes #1074
2022-10-31 09:35:01 -07:00
Tim Stack 8391de3ad6 [data_scanner] fix DT_H1 detection
Fix a broken refactor
2022-10-06 21:02:33 -07:00
Tim Stack 057be8c66d [lint] fix some coverity/clang-tidy issues 2022-10-05 12:28:29 -07:00
Tim Stack faeaf477ab [yajlpp] flesh things out a bit more 2022-10-04 21:17:01 -07:00
Tim Stack 468358a358 [port] one more endianness change 2022-10-03 21:19:03 -07:00
Tim Stack 3b1233be8f [port] hopefully the last endian issue 2022-10-03 11:32:15 -07:00
Tim Stack 9ff1daf032 [port] more endianness stuff 2022-10-03 06:19:07 -07:00
Tim Stack 5a70e62003
Merge pull request #1068 from sureshsundriyal/endianness
[Endianness] Make SpookyHash endianness-agnostic.
2022-10-03 06:13:01 -07:00
Tim Stack 9eb734ef7e [log_format] support for a separate sub-second field 2022-10-02 21:58:10 -07:00
Suresh Sundriyal 071ec72586 [Endianness] More code to make Spookyhash endianness-agnostic. 2022-10-01 15:51:03 -07:00
Suresh Sundriyal e2cddf28b2 [Endianness] Make SpookyHash endianness-agnostic.
Try and make SpookyHash endianness-agnostic using macros copied from:
https://github.com/k0dai/spookyhash
2022-10-01 11:23:17 -07:00
Tim Stack e135cf3334 [result] try to fix type conversion on s390x 2022-09-30 22:20:44 -07:00
Tim Stack e1e6ca30eb
Merge pull request #1067 from FaffeF/swedish-keyboard
Swedish keymap
2022-09-30 15:36:53 -07:00
Fredrik Forsell 59f3af535d Delete missing keymap from keymaps.am 2022-09-30 23:32:34 +02:00
Fredrik Forsell e310a18d7c Move mac specific binding to main sv keymap 2022-09-30 19:14:07 +02:00
Tim Stack f7b067db42 [ryml] remove unnecessary include that is triggering a compile error on some archs 2022-09-30 05:29:19 -07:00
Fredrik Forsell 8f8be6fd20 Clean up defaults, add mac layout
Remove items that are the same as the default keymap

Adds a Swedish Mac layout because shift-4 is not the same as on a
Windows keyboard
2022-09-30 01:37:05 +02:00
Fredrik Forséll 91a03b7b86
Update keymaps.am to include Swedish layout 2022-09-29 19:17:13 +02:00
Fredrik Forséll 6aba246bf3
Create keymap for Swedish keyboard layout
Avoids problems with shift-numbers etc
2022-09-29 19:13:32 +02:00
Tim Stack b86d272c29 [view_curses] remove fallback arg in to_attrs() 2022-09-27 22:10:59 -07:00
Tim Stack bddc6011ff [ansi] fix perf bug in eraser
Related to #1057
2022-09-26 10:31:04 -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 094b45f7ca [nits] minor fixes 2022-09-23 11:08:22 -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 0fd9845580 [tests] test_tailer tweaks 2022-09-22 10:54:09 -07:00
Tim Stack df0d3aed0c [tidy] use auto_sqlite3 type alias 2022-09-21 21:34:04 -07: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 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
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 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 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 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 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
Tim Stack eb0bd4ac9a [anon] add an anonymizer to help with support requests
Fixes #1055
2022-09-15 21:11:30 -07:00