Commit Graph

1974 Commits (5af3664bc11123cdc7bc38aa006fb2bff3881303)
 

Author SHA1 Message Date
Timothy Stack 4ff2b710d5 [log_format] change w3c_log to put extra columns into a JSON column 4 years ago
Tim Stack a9a08d3315
Merge pull request #812 from phord/gz-stream-continuation
gzip stream continuation
4 years ago
Timothy Stack 941504a4cb [help] fix word wrap for example desc 4 years ago
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.
4 years ago
Phil Hord f10a303f54 Revert "Don't try to read concatenated gzip streams"
This reverts commit 1d127053e9.
4 years ago
Timothy Stack 3a11140b27 [humanize] handle a zero value explicitly since log() doesn't like it (doh...) 4 years ago
Timothy Stack e6df0fba0a [humanize] something seems wrong 4 years ago
Timothy Stack e04d04c1a9 [build] search for tinfow in addition to tinfo
Hopefully fixes #792 without breaking other things...
4 years ago
Timothy Stack 6b0b3a65dd [build] fix static init issue 4 years ago
Timothy Stack 127fb20b28 [build] try to dump error log 4 years ago
Timothy Stack 04da95eb95 [installer] fix file type check for formats
Fixes #801
4 years ago
Timothy Stack 9c1f2ca4fa [view_curses] use VC_ROLE instead of VC_STYLE where possible and fix segv in mvwattrline
Fixes #806
4 years ago
Timothy Stack 159608cdcc [debt] some more leaks 4 years ago
Timothy Stack 730233e356 [debt] some more leak plugging
Defect Number:
    Reviewed By:
   Testing Done:
4 years ago
Timothy Stack 9d6941c89d [readline] show help for SQL in :filter-expr 4 years ago
Timothy Stack 8a2fb80888 [build] fix distcheck 4 years ago
Timothy Stack 267e32d479 [tests] update expected output 4 years ago
Timothy Stack e3f28eaa43 [logfile] a captured file cannot be overwritten
Fixes #741
4 years ago
Tim Stack 560c2d4ec3
Delete .travis.yml 4 years ago
Timothy Stack 030c73e76b [build] missing include 4 years ago
Timothy Stack 642fce3548 [build] minor fixes 4 years ago
Timothy Stack 836fc83203 [pretty-print] pay attention to hidden fields
Fixes #653
4 years ago
Timothy Stack a0986bf271 [log_formats] ignore empty lines in non-multiline formats 4 years ago
Timothy Stack 623da1fe33 [build] add w3c logfiles to dist 4 years ago
Timothy Stack 5f1ffb24a8 [build] name clash 4 years ago
Timothy Stack 32f112b8de [formats] add w3c extended log format impl
Fiexes #798
4 years ago
Timothy Stack 8494aefd50 fix leak in pcrepp copy cons 4 years ago
Timothy Stack 86d515b4bc clear db_label_source 4 years ago
Timothy Stack d773fe0b9a make sure destructors are run for vtab 4 years ago
Timothy Stack 6b630f55dd unregister vtabs 4 years ago
Timothy Stack 19e0624ab6 [debt] even more mem leaks
Defect Number:
    Reviewed By:
   Testing Done:
4 years ago
Timothy Stack 21f127cb56 [debt] some more mem leaks
Defect Number:
    Reviewed By:
   Testing Done:
4 years ago
Timothy Stack b924395ed2 [debt] fix some mem leaks 4 years ago
Timothy Stack 0d31323a18 [build] missing sqlite func 4 years ago
Timothy Stack 33621e1936 [filters] more space for hit count in the UI 4 years ago
Timothy Stack 3a2a1e0dda [sqlite] fallback to prepare_v2 4 years ago
Timothy Stack 08739e4235 [sql_filter] fix statement finalization 4 years ago
Timothy Stack 927aecc437 [sqlite] fix mprintf free funcs 4 years ago
Timothy Stack 3c0dbf3324 [rl-poss] fix free of sqlite3_mprintf 4 years ago
Timothy Stack 900834f7c8 [build] missing algo inc 4 years ago
Timothy Stack 49a6f6df11 [build] missing algo inc 4 years ago
Timothy Stack 22a7e4deeb [build] missing capture 4 years ago
Timothy Stack 22c2e95df0 [filters] sql filter
Related to #568
4 years ago
Timothy Stack 6d0054d3b6 [logfile] refactor visibility 4 years ago
Timothy Stack 2aad7985a6 [build] opt build
Defect Number:
    Reviewed By:
   Testing Done:
4 years ago
Tim Stack ba26c79508
Merge pull request #796 from nicolasbock/tmux
Add `tmux` terminfo entries
4 years ago
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>
4 years ago
Timothy Stack d3fa76e8e9 [lnav_util] fix ok/error msg rendering 4 years ago
Timothy Stack a29d3bc745 [build] missing algo 4 years ago
Timothy Stack 0e9962f187 [build] missing math 4 years ago