Commit Graph

2226 Commits (master)

Author SHA1 Message Date
Tim Stack aa6708f7fb [log_format] check for missing timestamp capture
Related to #1208
6 months ago
Tim Stack 69619892e2 [session] scroll to bottom of stdin 6 months ago
Maximilian Moser eb5fa930e4 Fix typo in help message 7 months ago
Adam Monsen e90eceeff3 nextcloud format: improve description
per code review by @tstack
8 months ago
Adam Monsen a01084d123 nextcloud format: remove unncecessary log sample
per code review by @tstack
8 months ago
Adam Monsen b47804a449 nextcloud format: remove unnecessary file-pattern
per code review by @tstack
8 months ago
Adam Monsen 9f1497d435 Add support for Nextcloud server-side logs 8 months ago
Tim Stack c92290e922 [logfile] prevent duplicate from being hidden a second time
Related to #1070
8 months ago
Tim Stack 0b985ef64f [log_vtab_impl] fix index constraint
Missed checking the end bounds

Fixes #1194
8 months ago
Tim Stack bab9f8dd9e [hotkeys] fix 'R' hotkey issue
set_top() was called instead of set_selection()

Mentioned in #1193
8 months ago
Tim Stack 21377958ca [hex-view] add a new view 8 months ago
Tim Stack 930748a013 [data_scanner] recognize toml/ini table headers 8 months ago
Tim Stack 9663b1f49f [doc.sections] recognize diff sections 8 months ago
Tim Stack 8ed0eaf0e7 [strace_log] make it work with -ttt format 8 months ago
Tim Stack 79d813fb72 Revert "[readline] try clone() if fork() does not work"
This reverts commit 86b999c464.
8 months ago
Tim Stack 86b999c464 [readline] try clone() if fork() does not work 8 months ago
Tim Stack 93dba62101 [readline] more error logging 8 months ago
Tim Stack e9c211f3a4 try to deal with a bad pty path 8 months ago
Tim Stack e5bcf85712 [readline] remove use of openpty 8 months ago
Tim Stack 8a5616c010 [docs] mention timezone stuff 9 months ago
Tim Stack e7c2535066 [build] catch tz exception 9 months ago
Tim Stack 893abf77ec [:set-file-timezone] flesh out this command some more 9 months ago
Tim Stack eacbaa9d4f [cmds] add command for setting a default time zone 9 months ago
Tim Stack 58196be6fc [build] missing file 9 months ago
Tim Stack 97e43bc76f [libs] import the c++ date library 9 months ago
Tim Stack 7f2841065c [fmt] bump version 9 months ago
Tim Stack 37eb9cfa36 [listview] fix a couple of glitches with the selection 9 months ago
Tim Stack 68b48fcc6a [docker-url] handle multi-document compose
Also, use `docker-compose` instead of `docker compose`

Related to #1183
9 months ago
Tim Stack cb5b02b220 [docs] pass for next release 9 months ago
Tim Stack 243593835b [doc.sections] fixes for man pages 9 months ago
Tim Stack e17363ea66 [readline] fix a dumb mistake with the sql prompt 9 months ago
Tim Stack 215d6180de [attr_line] text wrapping fixes for preformatted text 9 months ago
Tim Stack ebbeff8ac1 [opid] anchor description extractors 9 months ago
Tim Stack 29d0af47cb [keymap] half-page up near the top should go to zero
Some performance improvements
9 months ago
Tim Stack 38e5fa5945 [podman-url] add podman url scheme
Related to #1184
9 months ago
Tim Stack b561dd18c4 [fstat_vtab] add error column 9 months ago
Tim Stack 884e2df6ad [:eval] treat the argument like the contents of a file with multiple commands 9 months ago
Tim Stack 862079e663 [fstab_vtab] add "data" column to the table
Bump rapidyaml version
9 months ago
Tim Stack 01c973868d [file_collection] handle large file counts better 9 months ago
Tim Stack 6fdb56cd4e [lss] handle invalid row number 9 months ago
Tim Stack d8b7dc40db [gantt] reduce memory usage 9 months ago
Tim Stack 05f9eaf74a [exec] limit wait_for_pipers() in interactive use
Related to #1183
9 months ago
Tim Stack 0a75daceec [doc] disable guidelines when sane indents are not detected 9 months ago
Tim Stack 2fc57c7f4c [build] add missing include 9 months ago
Tim Stack fbb89a73ab [lss] missed a full_sort and improve error handling when too many files are opened 9 months ago
Tim Stack 80a7332fc8 [sql] some SQL prompt cleanup 9 months ago
Tim Stack df4878ac5c [build] fix some cmake bitrot 9 months ago
Tim Stack dd8a23ad51 [ansi_scrubber] handle unknown sequences
... and many other tweaks.
9 months ago
Tim Stack ce391166ee [ptime] fix buffer overflow
Fixes #997
9 months ago
Tim Stack 4ee3b91111 [doc.meta] detect indents for guidelines 9 months ago
Tim Stack f3bdc50e70 [pretty] use an attribute to draw the guidelines to keep copy & paste clean 9 months ago
Tim Stack be377dea27 [pretty-print] fix an issue with shifting attributes when rewriting
Related to #705
9 months ago
Tim Stack 921bc0a3d3 [gantt] pad sub-op ID width 9 months ago
Tim Stack 880d31ea0a [ansi_scrubber] missed handling some bad inputs 9 months ago
Tim Stack 92162b2ad5 [misc] fix a data_parser issue and don't always push db view after running init commands 9 months ago
Tim Stack 530021604e [docs] add some more stuff for the gantt chart 10 months ago
Tim Stack acfc5bfcfd [formats] add some opid descriptions 10 months ago
Tim Stack 40a1d25474 [generic_log] tweak the pattern to allow for truncated subsecond values 10 months ago
Tim Stack 33c929ac5d [time_util] fix typo 10 months ago
Tim Stack 912171a43f [vmw_vc_svc_log] fixup for this format
Also, some optimizations for gantt index building
10 months ago
Tim Stack 8835f1ebea [formats] add 'title' to vpostgres_log 10 months ago
Tim Stack 92b7145971 [formats] add vpostgres_log definition 10 months ago
Tim Stack 12c2718a16 [data_scanner] recognize XML comments 10 months ago
Tim Stack 5c0333fd64 [themes] add dracula theme
Various improvements to styling.

Empty opids are not valid.
10 months ago
Tim Stack 02e801cf6a [gantt] add op description for vpxd and add toggle for subop details 10 months ago
Tim Stack 7572a68eaa [date_time] do not change time format if there is a loss of precision 10 months ago
Tim Stack c464827737 [views_vtab] programmatic control of the overlay toggle 10 months ago
Tim Stack 3e49915ef2 [tests] fix :export-session-to test
Also, fix some regex101 import bitrot
10 months ago
Tim Stack d13a6e8b2d [overlay] fix some overlay issues 10 months ago
Tim Stack 4cd1234cea [date_time] try to show zone offset where appropriate
Related to #703
10 months ago
Tim Stack cc445cc78f [listview] use ctrl-] to focus on overlays 10 months ago
Tim Stack cdb5760b5d [build] missing include 10 months ago
Tim Stack 1c857feed7 [gantt] support for sub-ids 10 months ago
Tim Stack 917270e293 [date_time] try to handle truncated sub-second values
Certain software will leave zeroes off the end of
timestamps...
10 months ago
Tim Stack d6137c7b10 [vtab] allow UPDATEs to log_annotations 10 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.
10 months ago
Tim Stack 3cc827d613 [date_time] missed some TZ stuff 10 months ago
Tim Stack 155dad6ee1 [date_time_scanner] convert timestamps with zones to local time
Related to #703
10 months ago
tstack d1386a8432 Update tailer 10 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
10 months ago
Tim Stack bd5b3908c3 [formats] some tweaks 10 months ago
Suresh Sundriyal b244543719 [cleanup] More include cleanup. 10 months ago
Tim Stack 1be7e8f407 [cmds] fix pipe-line-to for interactive use 10 months ago
Tim Stack 9306ddbf13 [gantt] tweak the style of dates in the chart headers 10 months ago
Tim Stack 52017079ff [gantt] add breadcrumb with timestamp 10 months ago
Tim Stack 98699b318c [tests] more gantt tests 10 months ago
Tim Stack b791c573e1 [tests] add some more gantt tests 10 months ago
Suresh Sundriyal 348884f578 [cleanup] Remove redundant includes from logfile_sub_source 10 months ago
Suresh Sundriyal 53514c4dea [cleanup] Some more include cleanup. 10 months ago
Tim Stack 6e1a664286 [iwyu] more include cleanup 10 months ago
Tim Stack 78c643fea7 [iwyu] include cleanup 10 months ago
Tim Stack 7de246cad5
Merge pull request #1180 from sureshsundriyal/master
[cleanup] Remove redundant include of `algorithm`.
10 months ago
Tim Stack 333d21f29f [:open] plug another leak 10 months ago
Tim Stack 775647e8ff [:open] plug leak 10 months ago
Tim Stack cb43a562a2 [bro] update opid metadata 10 months ago
Suresh Sundriyal e96a8a1498 [cleanup] Remove redundant include of `algorithm`. 10 months ago
Suresh Sundriyal ec100cdc99 Remove redundant headers - 2
Remove redundant headers from:
  - listview_curses.{cc,hh}
  - top_status_source.{cc,hh}
  - vtab_module.{cc,hh}
  - sql_util.{cc,hh}

Also add the appropriate headers in:
  - log.watch.cc
  - log_format.cc
  - regexp_vtab.cc
10 months ago
Suresh Sundriyal 4489277672 Remove redundant includes in lnav.{hh,cc}
Remove the redundant includes in lnav.hh and lnav.cc and add the
includes in the actual cc files that break due to the removal.
10 months ago
Tim Stack 2da7361097 [gantt] render opid descriptions correctly 10 months ago
Tim Stack f7da1df59b [lss] fix missing bookmarks for metadata 10 months ago
Tim Stack 14e61acda7 [gantt] support filtering 10 months ago
Tim Stack 6334ad299c [log_format] check that patterns have a timestamp capture 10 months ago
Tim Stack 3f4c572368 [vmw_log] pickup vsan logs 10 months ago
Tim Stack 2afd233212 [vmw_log] handle exceptions in btresolver.py 10 months ago
Tim Stack f71300ba1d [gantt] add a gantt chart view 10 months ago
Tim Stack 7c8d32308a [listview] scroll within overlay 10 months ago
Tim Stack f2ec975b1c [string_fragment] oopserator< 10 months ago
Tim Stack 7dfecc556f [config] fix static init ordering issue 10 months ago
Tim Stack 3ae3515f44 [build] missed mentioning some new files in the Makefiles 10 months ago
Tim Stack a16a8cf3fa [log-annotations] add :annotate command 10 months ago
Tim Stack 1b31d7401a [log_format] fix rollover when there is no date in the timestamp
Fixes #1178
10 months ago
Tim Stack 45be4d3829 [pcre2pp] replace() was not appending the remaining string correctly
Used `str` instead of `remaining` in the `append()` call.

Fixes #1177
10 months ago
Tim Stack 80bf31b338 [markdown] add border-left/border-right support 10 months ago
Tim Stack 4b9f81a65a [markdown] some minor improvements 10 months ago
Tim Stack b650d96f5b [log_source] add log message when expanding index array 10 months ago
Tim Stack 84893fd517 [log_source] do a full sort when the index array is reallocated
Fixes #1175
10 months ago
Tim Stack b0589d14d9 [tidy] use factory_container for theme highlights
And... a bunch of other stuff
10 months ago
Tim Stack 2107aa538f [piper] pass SIGINT to child 11 months ago
Tim Stack 1a4d9d1fde [build] missing time.h include 11 months ago
Tim Stack fa024a7256 [build] missing include 11 months ago
Tim Stack 401ec5181f [piper] add metadata to piper file header and cleanup workdir 11 months ago
tstack d73a0e7c6a Update tailer 11 months ago
Tim Stack a5c7378557 [config] order the keymaps 11 months ago
tstack 0e484519d4 Update tailer 11 months 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
11 months ago
Tim Stack 4f4fd4091f [misc] more include shuffling
Improve xpath() error messages

Update alt-text in other themes
11 months ago
tstack 6c8a0d1bb7 Update tailer 11 months ago
tstack df747326c5 Update tailer 11 months ago
Tim Stack 2a2e8738fa [tests] leave JSON shorthand (-> / ->>) out of the examples for now 11 months ago
Tim Stack b5e19ef3b0 [tests] add some tests for recent additions
Add missing SQLite JSON functions to the help
Fix some DB UI issues
11 months ago
Tim Stack 55dd4a0096 [build] handle some missing deps 11 months ago
Tim Stack 2f9a41dfaf [files] custom url handlers
Related to #1029
11 months ago
Tim Stack 770eb8c0a0 [piper] format_to_n does not terminate... 11 months ago
Suresh Sundriyal 15137c7c78 [build] Add fPIE to ptimec as well. 11 months ago
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.
11 months ago
Tim Stack 0361ed5700 [build] some tidying up of the headers 11 months ago
Tim Stack 8df83d562a [config] simplify file format detection by moving it into the log format definition 11 months ago
Tim Stack 2e09202ff5 [config] externalize file format detection 11 months ago
Tim Stack 898f6e0ad1 [tidy] close FDs and add FMT_STRING() 11 months ago
Tim Stack 5b89b69e25 [piper] ignore stdin when it's a closed fifo 11 months ago
Tim Stack 42c9269d8d [piper] check for POLLHUP too 11 months ago
Tim Stack 0c9cf22acc [build] remove unused piper close() method 11 months ago
Tim Stack 5787f47767 [piper] replace piper_proc with a thread
Related to #1029
11 months ago
Tim Stack 2532d3dbf0 [formats] add cloudvm_ram_log 11 months ago
Tim Stack 60b9494427 [listview] fix pgdn behavior near the end of the content 11 months ago
Tim Stack 54cc2d006f [view_helpers] add some defense to the search preview 11 months ago
Tim Stack 29e2db5cc3 [textview] fix backwards search for cursor mode and mention it in FAQ
Related to #385
11 months ago
Tim Stack 841b3ee567 [help] a little extra info on config paths 11 months ago
Tim Stack e0ff4434a9 [logfile] report utf error location
Related to #1156
11 months ago
Tim Stack 5d915796fa [debug] include archive_version_details() 11 months ago
Tim Stack d4832c976d [vmw_py_log] handle broken ms field in timestamp 11 months ago
Tim Stack 5244753758 [pcap_log] use auto-width for fields 11 months ago
Tim Stack 4a24d8797f [sql] logline table was not checking if format matched the template line format
Some more cursor mode tweaks...
12 months ago
Tim Stack 7f18aa9cd9 [blog] add post for cursor mode 12 months ago
Tim Stack 8da3dcc01c [listview] when making big moves, put the focused row in the middle
Related to #1088 and #1149
12 months ago
Tim Stack 7bf42e7d2f [json-logs] automatically remove trailing line feeds
Fixes #969
12 months ago
Tim Stack e0811eb629 [session] fix restoring log top/selection
Related to #1088
12 months ago
Tim Stack 3da4b85365 [cursor] use selection when switching between views and keeping time synced
Related to #1088
12 months ago
Tim Stack 1a1272bbfb [cursor] when the parser overlay is displayed, sync the selection and top
Related to #1088
12 months ago
Tim Stack 29837caf52 [log_format] fix hiding/showing JSON fields not in the line-format
Related to #1081
12 months ago
Tim Stack c49d83395b [formats] add cloudflare format
Related to #1081
12 months ago
Tim Stack 0e4a6635e1 [textfile] log reason for not discovering metadata and cache it 12 months ago
Tim Stack 8118c5dbe4 [sections] fix some issues with doc sections in logs 12 months ago
Tim Stack e77ef5c8cd [cursor] breadcrumb performers should move selection instead of top 12 months ago
Tim Stack c8764da9d2 [bunyan] add test for this format and add "src" field
Related to #1136
12 months ago
Tim Stack 57486af178
Merge pull request #1136 from TobiX/bunyan
Add support for the bunyan JSON log format
12 months ago
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
12 months ago
Tim Stack a1cfe34a7b [lss] fix handling of ansi escapes in json log 12 months ago
Tim Stack 5db31300c9 [logfile] avoid reading full log messages that are bigger than the line_buffer max size 12 months ago
Tim Stack 0083eaf675 [humanize] pad out duration to align fields
Fixes #933
12 months ago
Tim Stack 026031dcd3 [config] remove GLOB_NOCHECK when looking for git dirs
Fixes #1109
12 months ago
Tim Stack 82b10e2b23 [readline] handle width properly
Fixes #1100
12 months ago
Tim Stack 8f8874c718 [cursor] update docs and more tweaks 12 months ago
Tim Stack cfb7ac1fdd [lss] don't add an empty style attr 12 months ago
Tim Stack 2e409a8251 [vmw_log] fix for capturing sub= 12 months ago
Tim Stack 2ff9f63a79 [hotkeys] use selection instead of top in a few more places 12 months ago
Tim Stack 06385bc019 [cursor] ignore key repeat when searching forward 12 months ago
Tim Stack e3bebedbad [cursor] following should only be done when the last line is selected 12 months ago
Tim Stack fe7e89121f [listview] set selection to 0 when pressing 'b'/'pgup' and the top is 0 12 months ago
Tim Stack f44e04d854 [cursor] some more fixes for the new cursor support
related to #1088
12 months ago
Tim Stack 6f0f66a418 [json] fix json log handling with multiple lines in a field 12 months ago
tstack 49dcccbaae Update tailer 12 months ago
tstack ab12671308 Update tailer 12 months ago
tstack 7b2ec36315 Update tailer 12 months ago
Tim Stack 7ccb467695 [build] fix some more warnings 12 months ago
Tim Stack 91730b7c3c [cleanup] fix some warnings 12 months ago
Tim Stack 193fd7d8cc [fmt] bump version to 10.0.0 12 months ago
Tim Stack 51841d40b8 [view] add selection column to lnav_views
related to #1149
12 months ago
Tim Stack 5e8800872b [build] try using prebuilt image 12 months ago
Tim Stack dd21bdfd82 [text_filter] scrub ansi when testing a filter
Related to #1163
12 months ago
Tim Stack f98f1e52c9
Merge pull request #1160 from he32/shift-overflow-fix
ArenaAlloc/arenaallocimpl.h: avoid shift overflow on 32-bit hosts.
1 year ago
Havard Eidnes 0b51752974 ArenaAlloc/arenaallocimpl.h: avoid shift overflow on 32-bit hosts.
Use the constants defined by <stdint.h> to avoid right-shift by 32
on a 32-bit host by comparing SIZE_MAX to UINT32_MAX, since `value`
is a size_t.

Found by building on NetBSD/macppc with -Wshift-count-overflow
(which is default on in the pkgsrc setup, which this is from).

./third-party/ArenaAlloc/arenaallocimpl.h:111:22: warning: right shift count >=
width of type [-Wshift-count-overflow]
  111 |       value |= value >> 32;
      |                ~~~~~~^~~~~
1 year ago
Havard Eidnes f5daea2273 strnatcmp.c: ensure correct value range for isdigit() argument.
The valid values to pass to `isdigit()` is the values represented
by `unsigned char` and the value of EOF (usually -1).  Other values
such as the other negative `signed char` values may invoke undefined
behaviour.

Fix this by casting the argument to `isdigit()` to `unsigned char`.

Found by building on NetBSD/macppc with -Wchar-subscripts turned on.
1 year ago
Tim Stack 9323958296 [args] fix handling of non-numeric text after colon in a path
Fixes #1155
1 year ago
Tim Stack a324bc8c1c [docs] add a note that level regexes are not anchored
Related to #1153
1 year ago
Tim Stack c3abaee445 [log/text-views] reload selectable config
Related to #1088
1 year ago
Tim Stack 822eaf5a1a [json_log] auto detect the required width for a column
Related to #1146
1 year ago
Tim Stack f2a0c8f21c [logfile] include microseconds when converting timestamps
Mentioned in #1145

Also, fix the field hiding issue mentioned in #1146
1 year ago
Tim Stack 44b564681b [format_loader] catch invalid format names
Fixes #1122
1 year ago
Tim Stack 65b0d78143 [log_format/json] appending an empty string can trigger an assert
Fixes #1132
1 year ago