Commit Graph

1917 Commits (099b32b393c034a5ee6955f99dbce639d72537e8)
 

Author SHA1 Message Date
Timothy Stack 099b32b393 [version] bump to 0.9.1 3 years ago
Timothy Stack f17d838be1 [build] missing file in header list 3 years ago
Timothy Stack 215c08f632 [build] missed curl_looper subclassing isc::service 3 years ago
Timothy Stack 50b63559ce [build] need a cast... 3 years ago
Timothy Stack 775d2443a6 [injector] fix some init issues 3 years ago
Timothy Stack 310c67c53e [build] missing include 3 years ago
Timothy Stack bc48911e42 [build] missing include 3 years ago
Timothy Stack eea5220191 [build] missing include 3 years ago
Timothy Stack cac1175973 [services] initial pass at injecting services and a bunch of other stuff 3 years ago
Timothy Stack 8633afdff3 [ptime] fix handling of too large number for seconds 4 years ago
Timothy Stack 92a31534cf [vt52] deal with bracketed paste mode from readline 4 years ago
Timothy Stack e5f37ee3ff [perf]
Defect Number:
    Reviewed By:
   Testing Done:
4 years ago
Timothy Stack a871ad5dbc [cleanup] some curl-related fixes 4 years ago
Timothy Stack 076d730fa2 [cleanup] some minor fixes 4 years ago
Timothy Stack 56bee6f4c9 [archive] remove old unpacked archives and a bunch of other stuff 4 years ago
Timothy Stack ae422bb37e [release] add xz/lzma to the release build 4 years ago
Timothy Stack a768f0146f add CPPFLAGS/LDFLAGS to bin2c build 4 years ago
Timothy Stack 8851c4492f [tests] add a test for decompression 4 years ago
Timothy Stack 678be94d75 [files] use libarchive to decompress files
Fixes #87
4 years ago
Timothy Stack be71834733 [files-view] close the files view when jumping to a file 4 years ago
Timothy Stack 5599c9cc80 [files] fix hiding of duplicate files 4 years ago
Timothy Stack 6be36eda19 [build] isdigit() instead of isnumber() 4 years ago
Timothy Stack 8235f9af5d [tests] try to make scripty output readable 4 years ago
Timothy Stack 4d936f7bba [build] add more tests to cmake build 4 years ago
Timothy Stack 853ef11435 [debt] another leak fix 4 years ago
Timothy Stack 7f80d47ae4 [debt] fix some cleanup 4 years ago
Timothy Stack cc072d29ea [tests] update another date-sensitive test 4 years ago
Timothy Stack 60dde499ac [tests] fix test to make it insensitive to the current date 4 years ago
Timothy Stack 1cefe583fa [debt] fix a leak in lnav_view_filters 4 years ago
Timothy Stack 2de57d242d [leak] fix leak of yajl error msgs 4 years ago
Timothy Stack 6d8a9f2121 [debt] try to fix leak 4 years ago
Timothy Stack 2996a90afa [format] use the module level for a message 4 years ago
Tim Stack 787b33f45c
[build] missing include 4 years ago
Timothy Stack 1d17ac7f29 [build] compress data files embedded in the binary to save some space
Fixes #763
4 years ago
Timothy Stack 63c31838eb [debt] fixing some more debt 4 years ago
Tim Stack f5f1626b07
Update README.md 4 years ago
Timothy Stack 9a073e80e7 [result] fix Result.map() issue with copying the value when the result was in error 4 years ago
Timothy Stack 7476dd5bb9 [misc] misc bugs 4 years ago
Timothy Stack bfa2c7f38c [lnav] fix handling of closed files 4 years ago
Tim Stack a13ad5b7c2
Merge pull request #817 from eladeyal-intel/patch-1
reorder
4 years ago
Timothy Stack 4ca6fd7bfd [sqlite] add an xml/xpath extension 4 years ago
eladeyal-intel f41d5cc414
reorder 4 years ago
Timothy Stack 9ed3a80326 [build] minor fixes 4 years ago
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