Commit Graph

1949 Commits

Author SHA1 Message Date
tstack
df747326c5 Update tailer 2023-07-14 13:42:30 +00:00
Tim Stack
2a2e8738fa [tests] leave JSON shorthand (-> / ->>) out of the examples for now 2023-07-13 23:06:59 -07:00
Tim Stack
b5e19ef3b0 [tests] add some tests for recent additions
Add missing SQLite JSON functions to the help
Fix some DB UI issues
2023-07-13 21:56:22 -07:00
Tim Stack
55dd4a0096 [build] handle some missing deps 2023-07-12 22:59:39 -07:00
Tim Stack
2f9a41dfaf [files] custom url handlers
Related to #1029
2023-07-12 21:30:54 -07:00
Tim Stack
770eb8c0a0 [piper] format_to_n does not terminate... 2023-07-11 06:55:21 -07:00
Suresh Sundriyal
15137c7c78 [build] Add fPIE to ptimec as well. 2023-07-10 23:52:32 -07:00
Suresh Sundriyal
7a68f4d833 [build] Fix some build oddness related to cross-compilation.
The Autoconf macro doesn't properly set the required variables properly
when the binaries aren't being cross-compiled. This results in the local
binaries like bin2c and ptime disregarding the compiler flags passed in
to configure scripts.
2023-07-10 22:00:22 -07:00
Tim Stack
0361ed5700 [build] some tidying up of the headers 2023-07-10 21:39:01 -07:00
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
898f6e0ad1 [tidy] close FDs and add FMT_STRING() 2023-07-07 16:19:27 -07:00
Tim Stack
5b89b69e25 [piper] ignore stdin when it's a closed fifo 2023-07-07 07:08:45 -07:00
Tim Stack
42c9269d8d [piper] check for POLLHUP too 2023-07-06 23:29:02 -07:00
Tim Stack
0c9cf22acc [build] remove unused piper close() method 2023-07-06 20:47:35 -07:00
Tim Stack
5787f47767 [piper] replace piper_proc with a thread
Related to #1029
2023-07-06 20:05:30 -07:00
Tim Stack
2532d3dbf0 [formats] add cloudvm_ram_log 2023-06-30 05:56:40 -07:00
Tim Stack
60b9494427 [listview] fix pgdn behavior near the end of the content 2023-06-28 11:56:17 -07:00
Tim Stack
54cc2d006f [view_helpers] add some defense to the search preview 2023-06-28 11:15:15 -07:00
Tim Stack
29e2db5cc3 [textview] fix backwards search for cursor mode and mention it in FAQ
Related to #385
2023-06-27 05:56:53 -07:00
Tim Stack
841b3ee567 [help] a little extra info on config paths 2023-06-25 22:01:04 -07:00
Tim Stack
e0ff4434a9 [logfile] report utf error location
Related to #1156
2023-06-24 23:12:29 -07:00
Tim Stack
5d915796fa [debug] include archive_version_details() 2023-06-24 13:02:10 -07:00
Tim Stack
d4832c976d [vmw_py_log] handle broken ms field in timestamp 2023-06-24 06:57:39 -07:00
Tim Stack
5244753758 [pcap_log] use auto-width for fields 2023-06-24 06:47:28 -07:00
Tim Stack
4a24d8797f [sql] logline table was not checking if format matched the template line format
Some more cursor mode tweaks...
2023-06-23 23:03:23 -07:00
Tim Stack
7f18aa9cd9 [blog] add post for cursor mode 2023-06-23 16:16:58 -07:00
Tim Stack
8da3dcc01c [listview] when making big moves, put the focused row in the middle
Related to #1088 and #1149
2023-06-23 09:10:33 -07:00
Tim Stack
7bf42e7d2f [json-logs] automatically remove trailing line feeds
Fixes #969
2023-06-22 23:09:39 -07:00
Tim Stack
e0811eb629 [session] fix restoring log top/selection
Related to #1088
2023-06-22 15:50:50 -07:00
Tim Stack
3da4b85365 [cursor] use selection when switching between views and keeping time synced
Related to #1088
2023-06-22 12:55:37 -07:00
Tim Stack
1a1272bbfb [cursor] when the parser overlay is displayed, sync the selection and top
Related to #1088
2023-06-22 08:56:29 -07:00
Tim Stack
29837caf52 [log_format] fix hiding/showing JSON fields not in the line-format
Related to #1081
2023-06-22 06:06:30 -07:00
Tim Stack
c49d83395b [formats] add cloudflare format
Related to #1081
2023-06-21 16:40:19 -07:00
Tim Stack
0e4a6635e1 [textfile] log reason for not discovering metadata and cache it 2023-06-20 15:01:34 -07:00
Tim Stack
8118c5dbe4 [sections] fix some issues with doc sections in logs 2023-06-20 14:52:41 -07:00
Tim Stack
e77ef5c8cd [cursor] breadcrumb performers should move selection instead of top 2023-06-20 11:06:35 -07:00
Tim Stack
c8764da9d2 [bunyan] add test for this format and add "src" field
Related to #1136
2023-06-20 10:33:53 -07:00
Tim Stack
57486af178
Merge pull request #1136 from TobiX/bunyan
Add support for the bunyan JSON log format
2023-06-20 09:40:28 -07:00
Tim Stack
1c8c7089cb [log_format] try to do a better job matching JSON formats to logs
Try all formats and find the one with the highest quality
match.  For JSON logs, this means the format that matched
the most fields in the line-format.

Related to #1136
2023-06-20 09:38:11 -07:00
Tim Stack
a1cfe34a7b [lss] fix handling of ansi escapes in json log 2023-06-20 07:56:55 -07:00
Tim Stack
5db31300c9 [logfile] avoid reading full log messages that are bigger than the line_buffer max size 2023-06-19 07:01:22 -07:00
Tim Stack
0083eaf675 [humanize] pad out duration to align fields
Fixes #933
2023-06-18 21:33:00 -07:00
Tim Stack
026031dcd3 [config] remove GLOB_NOCHECK when looking for git dirs
Fixes #1109
2023-06-17 13:13:39 -07:00
Tim Stack
82b10e2b23 [readline] handle width properly
Fixes #1100
2023-06-17 08:44:01 -07:00
Tim Stack
8f8874c718 [cursor] update docs and more tweaks 2023-06-16 21:38:19 -07:00
Tim Stack
cfb7ac1fdd [lss] don't add an empty style attr 2023-06-16 07:37:38 -07:00
Tim Stack
2e409a8251 [vmw_log] fix for capturing sub= 2023-06-16 06:06:26 -07:00
Tim Stack
2ff9f63a79 [hotkeys] use selection instead of top in a few more places 2023-06-15 22:13:21 -07:00
Tim Stack
06385bc019 [cursor] ignore key repeat when searching forward 2023-06-15 21:55:42 -07:00