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
Timothy Stack
267e32d479
[tests] update expected output
2020-12-08 09:11:39 -08:00
Timothy Stack
e3f28eaa43
[logfile] a captured file cannot be overwritten
...
Fixes #741
2020-12-07 15:21:33 -08:00
Tim Stack
560c2d4ec3
Delete .travis.yml
2020-12-07 11:53:30 -08:00
Timothy Stack
030c73e76b
[build] missing include
2020-12-07 09:12:45 -08:00
Timothy Stack
642fce3548
[build] minor fixes
2020-12-07 09:04:14 -08:00
Timothy Stack
836fc83203
[pretty-print] pay attention to hidden fields
...
Fixes #653
2020-12-06 23:52:09 -08:00
Timothy Stack
a0986bf271
[log_formats] ignore empty lines in non-multiline formats
2020-12-06 13:09:06 -08:00
Timothy Stack
623da1fe33
[build] add w3c logfiles to dist
2020-12-05 23:33:17 -08:00
Timothy Stack
5f1ffb24a8
[build] name clash
2020-12-05 23:17:15 -08:00
Timothy Stack
32f112b8de
[formats] add w3c extended log format impl
...
Fiexes #798
2020-12-05 21:51:46 -08:00
Timothy Stack
8494aefd50
fix leak in pcrepp copy cons
2020-12-01 14:00:28 -08:00
Timothy Stack
86d515b4bc
clear db_label_source
2020-12-01 13:48:13 -08:00
Timothy Stack
d773fe0b9a
make sure destructors are run for vtab
2020-12-01 13:33:04 -08:00
Timothy Stack
6b630f55dd
unregister vtabs
2020-12-01 12:58:37 -08:00
Timothy Stack
19e0624ab6
[debt] even more mem leaks
...
Defect Number:
Reviewed By:
Testing Done:
2020-12-01 11:27:03 -08:00
Timothy Stack
21f127cb56
[debt] some more mem leaks
...
Defect Number:
Reviewed By:
Testing Done:
2020-12-01 10:28:20 -08:00
Timothy Stack
b924395ed2
[debt] fix some mem leaks
2020-11-30 23:42:37 -08:00
Timothy Stack
0d31323a18
[build] missing sqlite func
2020-11-30 23:07:02 -08:00
Timothy Stack
33621e1936
[filters] more space for hit count in the UI
2020-11-30 23:06:05 -08:00
Timothy Stack
3a2a1e0dda
[sqlite] fallback to prepare_v2
2020-11-29 20:44:20 -08:00
Timothy Stack
08739e4235
[sql_filter] fix statement finalization
2020-11-29 20:35:13 -08:00
Timothy Stack
927aecc437
[sqlite] fix mprintf free funcs
2020-11-29 13:58:53 -08:00
Timothy Stack
3c0dbf3324
[rl-poss] fix free of sqlite3_mprintf
2020-11-29 13:46:47 -08:00
Timothy Stack
900834f7c8
[build] missing algo inc
2020-11-29 13:37:01 -08:00
Timothy Stack
49a6f6df11
[build] missing algo inc
2020-11-29 13:35:15 -08:00
Timothy Stack
22a7e4deeb
[build] missing capture
2020-11-29 13:33:32 -08:00
Timothy Stack
22c2e95df0
[filters] sql filter
...
Related to #568
2020-11-29 13:20:07 -08:00
Timothy Stack
6d0054d3b6
[logfile] refactor visibility
2020-11-25 14:47:39 -08:00
Timothy Stack
2aad7985a6
[build] opt build
...
Defect Number:
Reviewed By:
Testing Done:
2020-11-25 14:46:39 -08:00
Tim Stack
ba26c79508
Merge pull request #796 from nicolasbock/tmux
...
Add `tmux` terminfo entries
2020-11-25 14:45:39 -08:00
Nicolas Bock
5be45cf397
Add tmux
terminfo entries
...
Recent terminfo databases contain two entries for tmux sessions,
`tmux` and `tmux-256color`. This change adds these two entries.
Signed-off-by: Nicolas Bock <nicolasbock@gmail.com>
2020-11-25 15:29:08 -07:00
Timothy Stack
d3fa76e8e9
[lnav_util] fix ok/error msg rendering
2020-11-20 08:55:30 -08:00