Commit Graph

1349 Commits (351ad7a8fcd758c253b5a7ffd374a450e04bb7f3)

Author SHA1 Message Date
Timothy Stack 351ad7a8fc [xml/xpath] suggest xpath() calls for xml fields 4 years ago
Timothy Stack 6deb7032a6 [tests] add more CSIs to scripty 4 years ago
Timothy Stack 2750d23b07 [tests] add more TUI tests 4 years ago
Timothy Stack 58f1c9df1c [tests] fix tui test 4 years ago
Timothy Stack 0a701394fe [tests] add an initial TUI test 4 years ago
Timothy Stack b847ae7164 [tests] more coverage 4 years ago
Timothy Stack f35c0c397e [tests] increasing coverage a bit 4 years ago
Timothy Stack c5ab97352d [cover] add some tests for :unix-time 4 years ago
Timothy Stack 83345f85c1 [build] missing coverage include 4 years ago
Timothy Stack a120bf2c0c [build] missing coverage flags 4 years ago
Timothy Stack efea67e61c [tests] move test_pcrepp 4 years ago
Timothy Stack 49ebde5953 [build] remove pcrecpp and other stuff
Linking against a binary c++ lib suuuucckkkkkssss...
4 years ago
Timothy Stack 2b9f4c6d3a [docs] start a cookbook 4 years ago
Timothy Stack f17d838be1 [build] missing file in header list 4 years ago
Timothy Stack 215c08f632 [build] missed curl_looper subclassing isc::service 4 years ago
Timothy Stack 50b63559ce [build] need a cast... 4 years ago
Timothy Stack 775d2443a6 [injector] fix some init issues 4 years ago
Timothy Stack 310c67c53e [build] missing include 4 years ago
Timothy Stack bc48911e42 [build] missing include 4 years ago
Timothy Stack eea5220191 [build] missing include 4 years ago
Timothy Stack cac1175973 [services] initial pass at injecting services and a bunch of other stuff 4 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 a768f0146f add CPPFLAGS/LDFLAGS to bin2c build 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 8235f9af5d [tests] try to make scripty output readable 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 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
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
Timothy Stack 4ca6fd7bfd [sqlite] add an xml/xpath extension 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