Commit Graph

2116 Commits

Author SHA1 Message Date
Tim Stack
21377958ca [hex-view] add a new view 2023-10-05 22:25:51 -07:00
Tim Stack
930748a013 [data_scanner] recognize toml/ini table headers 2023-10-03 09:04:45 -07:00
Tim Stack
9663b1f49f [doc.sections] recognize diff sections 2023-10-01 22:07:10 -07:00
Tim Stack
8ed0eaf0e7 [strace_log] make it work with -ttt format 2023-09-27 15:11:52 -07:00
Tim Stack
79d813fb72 Revert "[readline] try clone() if fork() does not work"
This reverts commit 86b999c464.
2023-09-26 10:46:57 -07:00
Tim Stack
86b999c464 [readline] try clone() if fork() does not work 2023-09-26 08:55:20 -07:00
Tim Stack
93dba62101 [readline] more error logging 2023-09-25 11:31:46 -07:00
Tim Stack
e9c211f3a4 try to deal with a bad pty path 2023-09-25 10:57:03 -07:00
Tim Stack
e5bcf85712 [readline] remove use of openpty 2023-09-22 11:10:21 -07:00
Tim Stack
8a5616c010 [docs] mention timezone stuff 2023-09-13 14:58:59 -07:00
Tim Stack
e7c2535066 [build] catch tz exception 2023-09-11 22:59:36 -07:00
Tim Stack
893abf77ec [:set-file-timezone] flesh out this command some more 2023-09-11 22:12:49 -07:00
Tim Stack
eacbaa9d4f [cmds] add command for setting a default time zone 2023-09-08 21:31:16 -07:00
Tim Stack
58196be6fc [build] missing file 2023-09-05 22:39:16 -07:00
Tim Stack
97e43bc76f [libs] import the c++ date library 2023-09-05 21:54:49 -07:00
Tim Stack
7f2841065c [fmt] bump version 2023-09-04 20:59:46 -07:00
Tim Stack
37eb9cfa36 [listview] fix a couple of glitches with the selection 2023-09-03 07:43:19 -07:00
Tim Stack
68b48fcc6a [docker-url] handle multi-document compose
Also, use `docker-compose` instead of `docker compose`

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

Empty opids are not valid.
2023-08-16 22:13:15 -07:00
Tim Stack
02e801cf6a [gantt] add op description for vpxd and add toggle for subop details 2023-08-15 21:57:46 -07:00
Tim Stack
7572a68eaa [date_time] do not change time format if there is a loss of precision 2023-08-15 21:14:37 -07:00
Tim Stack
c464827737 [views_vtab] programmatic control of the overlay toggle 2023-08-15 16:34:33 -07:00
Tim Stack
3e49915ef2 [tests] fix :export-session-to test
Also, fix some regex101 import bitrot
2023-08-15 09:52:54 -07:00
Tim Stack
d13a6e8b2d [overlay] fix some overlay issues 2023-08-15 07:28:44 -07:00
Tim Stack
4cd1234cea [date_time] try to show zone offset where appropriate
Related to #703
2023-08-15 06:39:53 -07:00
Tim Stack
cc445cc78f [listview] use ctrl-] to focus on overlays 2023-08-15 06:21:06 -07:00
Tim Stack
cdb5760b5d [build] missing include 2023-08-14 19:12:17 -07:00
Tim Stack
1c857feed7 [gantt] support for sub-ids 2023-08-14 19:04:31 -07:00
Tim Stack
917270e293 [date_time] try to handle truncated sub-second values
Certain software will leave zeroes off the end of
timestamps...
2023-08-11 23:19:19 -07:00
Tim Stack
d6137c7b10 [vtab] allow UPDATEs to log_annotations 2023-08-11 21:40:46 -07:00
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.
2023-08-11 20:22:58 -07:00
Tim Stack
3cc827d613 [date_time] missed some TZ stuff 2023-08-11 10:06:28 -07:00
Tim Stack
155dad6ee1 [date_time_scanner] convert timestamps with zones to local time
Related to #703
2023-08-11 09:05:15 -07:00
tstack
d1386a8432 Update tailer 2023-08-11 02:21:03 +00:00
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
2023-08-10 16:08:56 -07:00
Tim Stack
bd5b3908c3 [formats] some tweaks 2023-08-09 20:57:59 -07:00
Suresh Sundriyal
b244543719 [cleanup] More include cleanup. 2023-08-08 15:36:26 -07:00
Tim Stack
1be7e8f407 [cmds] fix pipe-line-to for interactive use 2023-08-08 13:58:48 -07:00
Tim Stack
9306ddbf13 [gantt] tweak the style of dates in the chart headers 2023-08-08 08:12:47 -07:00
Tim Stack
52017079ff [gantt] add breadcrumb with timestamp 2023-08-07 06:50:43 -07:00
Tim Stack
98699b318c [tests] more gantt tests 2023-08-06 23:26:27 -07:00
Tim Stack
b791c573e1 [tests] add some more gantt tests 2023-08-06 07:20:06 -07:00
Suresh Sundriyal
348884f578 [cleanup] Remove redundant includes from logfile_sub_source 2023-08-06 06:56:13 -07:00
Suresh Sundriyal
53514c4dea [cleanup] Some more include cleanup. 2023-08-06 06:56:13 -07:00
Tim Stack
6e1a664286 [iwyu] more include cleanup 2023-08-05 22:26:00 -07:00
Tim Stack
78c643fea7 [iwyu] include cleanup 2023-08-05 13:27:46 -07:00
Tim Stack
7de246cad5
Merge pull request #1180 from sureshsundriyal/master
[cleanup] Remove redundant include of `algorithm`.
2023-08-05 12:12:33 -07:00
Tim Stack
333d21f29f [:open] plug another leak 2023-08-05 10:14:11 -07:00
Tim Stack
775647e8ff [:open] plug leak 2023-08-05 10:03:43 -07:00
Tim Stack
cb43a562a2 [bro] update opid metadata 2023-08-05 07:20:17 -07:00
Suresh Sundriyal
e96a8a1498 [cleanup] Remove redundant include of algorithm. 2023-08-05 06:54:39 -07:00
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
2023-08-05 03:54:09 -07:00
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.
2023-08-05 03:54:09 -07:00
Tim Stack
2da7361097 [gantt] render opid descriptions correctly 2023-08-04 21:41:36 -07:00
Tim Stack
f7da1df59b [lss] fix missing bookmarks for metadata 2023-08-03 23:11:35 -07:00
Tim Stack
14e61acda7 [gantt] support filtering 2023-08-03 21:04:47 -07:00
Tim Stack
6334ad299c [log_format] check that patterns have a timestamp capture 2023-08-02 20:49:05 -07:00
Tim Stack
3f4c572368 [vmw_log] pickup vsan logs 2023-08-02 14:37:05 -07:00
Tim Stack
2afd233212 [vmw_log] handle exceptions in btresolver.py 2023-08-02 11:57:33 -07:00
Tim Stack
f71300ba1d [gantt] add a gantt chart view 2023-08-02 10:44:13 -07:00
Tim Stack
7c8d32308a [listview] scroll within overlay 2023-07-31 22:24:47 -07:00
Tim Stack
f2ec975b1c [string_fragment] oopserator< 2023-07-31 06:21:46 -07:00
Tim Stack
7dfecc556f [config] fix static init ordering issue 2023-07-30 22:42:03 -07:00
Tim Stack
3ae3515f44 [build] missed mentioning some new files in the Makefiles 2023-07-30 22:08:32 -07:00
Tim Stack
a16a8cf3fa [log-annotations] add :annotate command 2023-07-30 21:17:52 -07:00