Commit Graph

115 Commits (4194f12a34f39632f7cbb74bd704ce58ff3de6b2)

Author SHA1 Message Date
Tim Stack 0be6c8906e [tidy] use anon namespaces and some other stuff 6 months ago
Tim Stack 90d6dcaf2b [sql] fix .msgformats command 6 months ago
Tim Stack 96e6950884 [cmds] add more env vars to :pipe-line-to
Related to #1224
7 months ago
Tim Stack 53d5e408fa [sql] add log_msg_line() function
Related to #1219
7 months ago
Tim Stack 68f97a6502 [tests] missed updating makefile 10 months ago
Tim Stack 930748a013 [data_scanner] recognize toml/ini table headers 10 months ago
Tim Stack 893abf77ec [:set-file-timezone] flesh out this command some more 10 months ago
Tim Stack eacbaa9d4f [cmds] add command for setting a default time zone 11 months ago
Tim Stack 97e43bc76f [libs] import the c++ date library 11 months ago
Tim Stack cb5b02b220 [docs] pass for next release 11 months ago
Tim Stack 243593835b [doc.sections] fixes for man pages 11 months ago
Tim Stack b561dd18c4 [fstat_vtab] add error column 11 months ago
Tim Stack 884e2df6ad [:eval] treat the argument like the contents of a file with multiple commands 11 months ago
Tim Stack 80a7332fc8 [sql] some SQL prompt cleanup 11 months ago
Tim Stack ce391166ee [ptime] fix buffer overflow
Fixes #997
11 months ago
Tim Stack 5c0333fd64 [themes] add dracula theme
Various improvements to styling.

Empty opids are not valid.
11 months ago
Tim Stack 3e49915ef2 [tests] fix :export-session-to test
Also, fix some regex101 import bitrot
11 months ago
Tim Stack d6137c7b10 [vtab] allow UPDATEs to log_annotations 12 months ago
Tim Stack 73b2b28ec5 [session] restore bookmarks for non-time-ordered formats
The optimization to load bookmarks by a timestamp search
does not work for formats that are not time-ordered.
12 months ago
Tim Stack 3cc827d613 [date_time] missed some TZ stuff 12 months ago
Tim Stack 155dad6ee1 [date_time_scanner] convert timestamps with zones to local time
Related to #703
12 months ago
Tim Stack e952dc6340 [date_time_scanner] do not try to read millis if it is already set
Also, pay attention to the gmtoff when converting exttm to a timeval.

Fixes #1034
12 months ago
Tim Stack 116ff24da3 [tests] add regexp test
Related to #1177
12 months ago
Tim Stack 98699b318c [tests] more gantt tests 12 months ago
Tim Stack b791c573e1 [tests] add some more gantt tests 12 months ago
Tim Stack cb43a562a2 [bro] update opid metadata 12 months ago
Tim Stack a16a8cf3fa [log-annotations] add :annotate command 12 months ago
Tim Stack 4b9f81a65a [markdown] some minor improvements 1 year ago
Tim Stack b0589d14d9 [tidy] use factory_container for theme highlights
And... a bunch of other stuff
1 year ago
Tim Stack 401ec5181f [piper] add metadata to piper file header and cleanup workdir 1 year ago
Tim Stack 9b2a6f323a [misc] add URL handler test
Fix loading of configs from include dirs

Add "config get" and "config blame" management CLI
commands
1 year ago
Tim Stack 4f4fd4091f [misc] more include shuffling
Improve xpath() error messages

Update alt-text in other themes
1 year ago
Tim Stack b5e19ef3b0 [tests] add some tests for recent additions
Add missing SQLite JSON functions to the help
Fix some DB UI issues
1 year ago
Tim Stack 2e09202ff5 [config] externalize file format detection 1 year ago
Tim Stack 5787f47767 [piper] replace piper_proc with a thread
Related to #1029
1 year ago
Tim Stack 29837caf52 [log_format] fix hiding/showing JSON fields not in the line-format
Related to #1081
1 year ago
Tim Stack c49d83395b [formats] add cloudflare format
Related to #1081
1 year ago
Tim Stack 8118c5dbe4 [sections] fix some issues with doc sections in logs 1 year ago
Tim Stack c8764da9d2 [bunyan] add test for this format and add "src" field
Related to #1136
1 year ago
Tim Stack dd21bdfd82 [text_filter] scrub ansi when testing a filter
Related to #1163
1 year ago
Tim Stack 70dee8a747 [ci] try to fix some test failures 1 year ago
Tim Stack 554918b96c [goto] fix error reporting issue
Fixes #1078
2 years ago
Tim Stack 9eb734ef7e [log_format] support for a separate sub-second field 2 years ago
Tim Stack 07c57dae08 [json-log] change how lines that do not start with a curly are reported 2 years ago
Tim Stack 93a53c4224 [fini] fix a destruction ordering issue 2 years ago
Tim Stack d940d9d5eb [logfile] plumb gzip header through file meta 2 years ago
Tim Stack a437d9fcc9 [pcre2pp] allocate match_data on the stack 2 years ago
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
2 years ago
Tim Stack d79c1f9235 [regex101] accept pcre2 imports 2 years ago
Tim Stack 1effd99e5c [sql] add parse_url()/unparse_url() functions
Fixes #44
2 years ago