1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00
Commit Graph

3121 Commits

Author SHA1 Message Date
Tim Stack
28cc709b4b [tests] add index test
Test for #1194
2023-10-09 08:55:20 -07:00
Tim Stack
0b985ef64f [log_vtab_impl] fix index constraint
Missed checking the end bounds

Fixes #1194
2023-10-06 21:21:23 -07:00
Tim Stack
bab9f8dd9e [hotkeys] fix 'R' hotkey issue
set_top() was called instead of set_selection()

Mentioned in #1193
2023-10-06 13:29:43 -07:00
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
e9dbe4117f [build] tweak macos link 2023-09-25 09:28:28 -07:00
Tim Stack
02b3308df7 [docs] mention timestamps 2023-09-22 11:11:21 -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
d0c4530a8b [tests] missed expected output 2023-09-09 08:37:38 -07:00
Tim Stack
eacbaa9d4f [cmds] add command for setting a default time zone 2023-09-08 21:31:16 -07:00
Tim Stack
731066a644 [news] add :convert-time-to 2023-09-05 22:41:06 -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
c796a66273 [blog] add post about the new "config" management commands 2023-09-04 22:51:07 -07:00
Tim Stack
7f2841065c [fmt] bump version 2023-09-04 20:59:46 -07:00
Tim Stack
6edc9268d7 [release] bump version number 2023-09-04 20:39:49 -07:00
Tim Stack
463853efd9 [docs] change to furo theme 2023-09-03 21:50:11 -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
cf177281da missed adding test file 2023-08-31 22:53:39 -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
63e5b81002 [tests] disable test where error message is platform dependent 2023-08-29 23:30:27 -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
eda33d696d [build] test depends on some docs 2023-08-26 06:37:45 -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