Commit Graph

717 Commits (812fa080551075046c382e8c20703153463f7bde)

Author SHA1 Message Date
Timothy Stack 8bb034eeeb [pcap] initial pcap support
Fixes #12
3 years ago
Timothy Stack f74214b9b6 [sql] add a gunzip() SQL function 3 years ago
Timothy Stack b8945232f7 [test] update expected help output 3 years ago
Timothy Stack 19fd336e9a [formats] add logfmt 3 years ago
Timothy Stack 6e6487935a [test] fix broken path 3 years ago
Timothy Stack dc0b7ff631 [cmake] run cmake-format 3 years ago
Timothy Stack b884f732f2 [json-ext] json_contains() should accept null
Related to #447
3 years ago
Timothy Stack 954e368974 [build] rejigger doctest inclusion a bit 3 years ago
Timothy Stack 68d7d64948 [rebuild] some more cleanup 3 years ago
Timothy Stack 458b959a13 [headless] fix an issue with headless rebuilds 3 years ago
Timothy Stack f6e245c04a [sql] jget() is not returning values with the right sqlite type 3 years ago
Timothy Stack b6b0578027 [file_collection] check for file closure in same_file
Fixes #908
3 years ago
Timothy Stack 86e84e1dab [distclean] more files to remove 3 years ago
Timothy Stack 1e1abcc97e [distclean] remove some extra files 3 years ago
Timothy Stack db7173caec [views] fix some issues with empty views
Related to #908
3 years ago
Tim Stack 869b10c3fc
Update test_remote.sh 3 years ago
Tim Stack fbdcca97e1
Update test_remote.sh 3 years ago
Timothy Stack 2df39916f9 [tests] debug remote test 3 years ago
Timothy Stack 42d2aa063a [tests] add missing test logfile to dist 3 years ago
Timothy Stack c462830be1 [tests] try to fix sql test 3 years ago
Timothy Stack aa9947fbb0 [tests] try to fix ci test failures 3 years ago
Timothy Stack 2000513135 [tests] set XDG_CONFIG_HOME too 3 years ago
Tim Stack 0fcda9adec
Update test_meta.sh 3 years ago
Timothy Stack 67557c829a [tests] debugging 3 years ago
Timothy Stack a7edb40cf7 [tests] fix expected output 3 years ago
Timothy Stack c13e1f3a00 [build] missed distributing some test files 3 years ago
Timothy Stack ce8397b5cf [view_curses] only write OSC;send-input in the test env
Fixes #895
3 years ago
Timothy Stack 65a7bd7bd6 [time-fmt] add a time format 3 years ago
Timothy Stack b184272edb [file_collection] fix recursion
Fixes #877
3 years ago
Timothy Stack dbcfdda363 [reltime] some more relative time fixes 3 years ago
Timothy Stack aa7ac37cdc [log_source] try to report sql filter errors 3 years ago
Timothy Stack a760a4240f [file_collection] handle dirs with colons
Fixes #863
3 years ago
Timothy Stack b2d296b5d3 [open] handle file names with colons
Fixes #863
3 years ago
Timothy Stack 408a2ea38e [tests] fix for busybox 3 years ago
Timothy Stack d5d44e63b3 [build] fix cmake build 3 years ago
Timothy Stack d3d527d290 [tests] adding some more coverage 3 years ago
Timothy Stack b5406f2cee [tests] some more coverage 3 years ago
Timothy Stack 75a01d0f50 [test] tweak test_remote.sh config 3 years ago
Timothy Stack 9c417afb2d [logfile] remove error exception and some optimizations 3 years ago
Timothy Stack 0dca44f487 [rebuild] add a deadline to make the UI more responsive 3 years ago
Timothy Stack b80e322162 [test] fix test_logfile.sh 3 years ago
Timothy Stack 1737964df6 [remote] add some tailer tests 3 years ago
Timothy Stack edfd835866 [remote] use the APE version of the tailer 3 years ago
Timothy Stack b78c914d6f [remote] a path is synced on an error 3 years ago
Timothy Stack 9a91cdffbb [test] scrub error message 3 years ago
Timothy Stack 12cf00f4dc [tests] set config to use for remote test 3 years ago
Timothy Stack 6ebd9f16a2 [remote] add a test 3 years ago
Timothy Stack c3dc668b69 [remote] add some config options and remove the copied tailer binary
Also fix time offset issue
3 years ago
Timothy Stack be51a4e3de [arc/remote] use a single work directory for archive/remote files 3 years ago
Timothy Stack e13816a8e3 [cmds] change :write-raw-to to copy the original log content and add :write-view-to command
Also added log_raw_text column to the log tables.

Fixes #859
3 years ago
Timothy Stack b64342ca47 [log_format] display log_body for the body field instead of the format name and add :mark-expr command 3 years ago
Timothy Stack d2b5690e0c [readline] improve filename completion 3 years ago
Timothy Stack cc1e79d1cc [init] fix order of init for views so they can be manipulated by SQL files in format dirs
Fixes #853
4 years ago
Timothy Stack 3741985ee3 [format] allow leading slash in field names
Fixes #852
4 years ago
Timothy Stack 70c07da5c5 [sql] fix help for sparkline() 4 years ago
Timothy Stack b7817d4bb9 [build] fix musl test build 4 years ago
Timothy Stack d31aa845f5 [base] refactor duration2str 4 years ago
Timothy Stack 0658b9ef57 [tests] move some test code around 4 years ago
Timothy Stack e593bde875 [build] fix some issues on xenial32 4 years ago
Timothy Stack 2e4106b80a [build] more test/dist fixes 4 years ago
Timothy Stack bfa1877f4e [tests] try to fix test build 4 years ago
Timothy Stack def50ee6cf [build] try fix 4 years ago
Timothy Stack c0ed59e61e [sqlite] implement .dump SQL command 4 years ago
Timothy Stack 6f4791ec35 [sqlite] include generate_series() extension 4 years ago
Timothy Stack 92e20ffd51 [reltime] add support for weekdays and having timeslice() return NULL when a time is out-of-range 4 years ago
Timothy Stack 4f4d90a65d [tests] include more information in error message 4 years ago
Timothy Stack 5d4f08b1b4 [scripty] add a timeout 4 years ago
Timothy Stack 1b16376076 [build] other build fix stuff 4 years ago
Timothy Stack 3c10b1f34b [build] try to fix some tests 4 years ago
Timothy Stack 749fdacfa8 [build] fixes 4 years ago
Timothy Stack 7b0e1c4f54 [filters] fix previews when created in the editor 4 years ago
Timothy Stack def2fe4bcb [test] try to fix test 4 years ago
Timothy Stack f6128240ab [sql] add lnav_top_file() SQL function 4 years ago
Timothy Stack 68759ada2d [data_scanner] fix quoted string regex
Fixes #842
4 years ago
Timothy Stack c177a321fb [leak] try to fix leak in a test 4 years ago
Timothy Stack d45d7d6c58 [docs] add report generation to cookbook 4 years ago
Timothy Stack f5e88b7158 [docs] add ARCHITECTURE.md and various other things 4 years ago
Timothy Stack a4368223ea some docs and test fixup 4 years ago
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
Tim Stack 0269aa1d47
Delete tui_echo.0 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 37523fe7d0 [test] test SQL state funcs 4 years ago
Timothy Stack 3b5a5b448a [tests] test old date 4 years ago
Timothy Stack 7e6b3dcc23 [scripty] fix handling of 'C' escape sequence 4 years ago
Timothy Stack b847ae7164 [tests] more coverage 4 years ago
Timothy Stack 7821d07b7c [tests] coverage for relative_time.hh 4 years ago
Timothy Stack 85b9329332 [tests] more coverage stuff 4 years ago
Timothy Stack f35c0c397e [tests] increasing coverage a bit 4 years ago
Timothy Stack caa5cc9003 [tests] add realpath() test 4 years ago
Timothy Stack 5c02766485 [tests] add test for realpath() 4 years ago
Timothy Stack 47fb48eaf3 [tests] add SQL readlink() test 4 years ago
Timothy Stack 7778042847 [tests] set TZ for test 4 years ago
Timothy Stack c5ab97352d [cover] add some tests for :unix-time 4 years ago
Timothy Stack efea67e61c [tests] move test_pcrepp 4 years ago
Timothy Stack 00890970cd [tests] disable a couple of tests 4 years ago
Timothy Stack 49ebde5953 [build] remove pcrecpp and other stuff
Linking against a binary c++ lib suuuucckkkkkssss...
4 years ago
Timothy Stack cac1175973 [services] initial pass at injecting services and a bunch of other stuff 4 years ago