Commit Graph

2058 Commits

Author SHA1 Message Date
Timothy Stack
8633afdff3 [ptime] fix handling of too large number for seconds 2021-01-19 22:54:43 -08:00
Timothy Stack
92a31534cf [vt52] deal with bracketed paste mode from readline 2021-01-19 21:49:43 -08:00
Timothy Stack
e5f37ee3ff [perf]
Defect Number:
    Reviewed By:
   Testing Done:
2021-01-19 10:05:56 -08:00
Timothy Stack
a871ad5dbc [cleanup] some curl-related fixes 2021-01-18 15:04:24 -08:00
Timothy Stack
076d730fa2 [cleanup] some minor fixes 2021-01-17 23:29:08 -08:00
Timothy Stack
56bee6f4c9 [archive] remove old unpacked archives and a bunch of other stuff 2021-01-16 22:23:20 -08:00
Timothy Stack
ae422bb37e [release] add xz/lzma to the release build 2021-01-11 21:33:28 -08:00
Timothy Stack
a768f0146f add CPPFLAGS/LDFLAGS to bin2c build 2021-01-11 20:40:11 -08:00
Timothy Stack
8851c4492f [tests] add a test for decompression 2021-01-10 22:04:55 -08:00
Timothy Stack
678be94d75 [files] use libarchive to decompress files
Fixes #87
2021-01-10 13:33:20 -08:00
Timothy Stack
be71834733 [files-view] close the files view when jumping to a file 2021-01-09 22:00:37 -08:00
Timothy Stack
5599c9cc80 [files] fix hiding of duplicate files 2021-01-08 22:42:28 -08:00
Timothy Stack
6be36eda19 [build] isdigit() instead of isnumber() 2021-01-08 20:48:54 -08:00
Timothy Stack
8235f9af5d [tests] try to make scripty output readable 2021-01-08 14:08:52 -08:00
Timothy Stack
4d936f7bba [build] add more tests to cmake build 2021-01-01 20:40:52 -08:00
Timothy Stack
853ef11435 [debt] another leak fix 2020-12-31 23:58:23 -08:00
Timothy Stack
7f80d47ae4 [debt] fix some cleanup 2020-12-31 23:39:33 -08:00
Timothy Stack
cc072d29ea [tests] update another date-sensitive test 2020-12-31 23:26:57 -08:00
Timothy Stack
60dde499ac [tests] fix test to make it insensitive to the current date 2020-12-31 23:23:56 -08:00
Timothy Stack
1cefe583fa [debt] fix a leak in lnav_view_filters 2020-12-31 22:55:34 -08:00
Timothy Stack
2de57d242d [leak] fix leak of yajl error msgs 2020-12-31 15:24:28 -08:00
Timothy Stack
6d8a9f2121 [debt] try to fix leak 2020-12-31 14:58:37 -08:00
Timothy Stack
2996a90afa [format] use the module level for a message 2020-12-31 13:55:53 -08:00
Tim Stack
787b33f45c
[build] missing include 2020-12-30 15:04:32 -08:00
Timothy Stack
1d17ac7f29 [build] compress data files embedded in the binary to save some space
Fixes #763
2020-12-30 13:49:29 -08:00
Timothy Stack
63c31838eb [debt] fixing some more debt 2020-12-28 22:31:11 -08:00
Tim Stack
f5f1626b07
Update README.md 2020-12-27 21:20:58 -08:00
Timothy Stack
9a073e80e7 [result] fix Result.map() issue with copying the value when the result was in error 2020-12-26 23:00:44 -08:00
Timothy Stack
7476dd5bb9 [misc] misc bugs 2020-12-24 22:29:38 -08:00
Timothy Stack
bfa2c7f38c [lnav] fix handling of closed files 2020-12-24 00:07:53 -08:00
Tim Stack
a13ad5b7c2
Merge pull request #817 from eladeyal-intel/patch-1
reorder
2020-12-23 22:49:37 -08:00
Timothy Stack
4ca6fd7bfd [sqlite] add an xml/xpath extension 2020-12-23 15:01:21 -08:00
eladeyal-intel
f41d5cc414
reorder 2020-12-23 08:58:44 +02:00
Timothy Stack
9ed3a80326 [build] minor fixes 2020-12-18 22:46:16 -08:00
Timothy Stack
4ff2b710d5 [log_format] change w3c_log to put extra columns into a JSON column 2020-12-18 22:35:23 -08:00
Tim Stack
a9a08d3315
Merge pull request #812 from phord/gz-stream-continuation
gzip stream continuation
2020-12-14 12:04:52 -08:00
Timothy Stack
941504a4cb [help] fix word wrap for example desc 2020-12-13 21:11:07 -08:00
Phil Hord
7ad40f7263 Improved fix for multi-stream gz files
Instead of throwing an error when we unexpectedly reach a stream EOS, treat it as regular
stream end. This allows for streams that might different encodings for different sections.
Even though we don't recognize the encoding and continue on with the data, at least we
don't fail when we reach this situation.  This allows us safely to try and continue
parsing the next catted gz stream, knowing that if it fails, we will handle it gracefully.
2020-12-13 13:37:12 -08:00
Phil Hord
f10a303f54 Revert "Don't try to read concatenated gzip streams"
This reverts commit 1d127053e9.
2020-12-13 13:17:21 -08:00
Timothy Stack
3a11140b27 [humanize] handle a zero value explicitly since log() doesn't like it (doh...) 2020-12-12 23:02:24 -08:00
Timothy Stack
e6df0fba0a [humanize] something seems wrong 2020-12-12 22:33:58 -08:00
Timothy Stack
e04d04c1a9 [build] search for tinfow in addition to tinfo
Hopefully fixes #792 without breaking other things...
2020-12-10 22:50:42 -08:00
Timothy Stack
6b0b3a65dd [build] fix static init issue 2020-12-10 22:32:01 -08:00
Timothy Stack
127fb20b28 [build] try to dump error log 2020-12-10 21:42:44 -08:00
Timothy Stack
04da95eb95 [installer] fix file type check for formats
Fixes #801
2020-12-10 21:18:56 -08:00
Timothy Stack
9c1f2ca4fa [view_curses] use VC_ROLE instead of VC_STYLE where possible and fix segv in mvwattrline
Fixes #806
2020-12-09 15:35:06 -08:00
Timothy Stack
159608cdcc [debt] some more leaks 2020-12-08 23:02:10 -08:00
Timothy Stack
730233e356 [debt] some more leak plugging
Defect Number:
    Reviewed By:
   Testing Done:
2020-12-08 15:56:01 -08:00
Timothy Stack
9d6941c89d [readline] show help for SQL in :filter-expr 2020-12-08 13:24:29 -08:00
Timothy Stack
8a2fb80888 [build] fix distcheck 2020-12-08 09:29:52 -08:00