Commit Graph

525 Commits (fdf73c5744acb10f62457cf18189d25bf2f5cfd1)
 

Author SHA1 Message Date
Timothy Stack 1b60e49d0b [readline] add environment variable completions to the SQL view 10 years ago
Timothy Stack 47dc9e4a3c [readline] fix some highlighting issues for search/sql 10 years ago
Timothy Stack 2aa620a8aa [test] fix timestamps for tcf 10 years ago
Timothy Stack d54be05340 [test] don't include seconds in a touch -t arg 10 years ago
Timothy Stack 72e3a4d8df [format] add TCF file format and some fixes to make it work
Defect Number:
    Reviewed By:
   Testing Done:
10 years ago
Timothy Stack 2781a63cfb [build] set HOME during tests to a known writable dir
Defect Number:
    Reviewed By:
   Testing Done:
10 years ago
Timothy Stack 788ce43f6b remove an errant -lcrypto in the build 10 years ago
Timothy Stack 1795c6c77e [line_buffer] endian.h is not available everywhere
Defect Number:
    Reviewed By:
   Testing Done:
10 years ago
Tim Stack 755154aab6 Merge pull request #97 from carnil/master
Convert byte encoding to host byte order
10 years ago
Timothy Stack b23080d936 [scripts] add an example script dir
Defect Number:
    Reviewed By:
   Testing Done:
10 years ago
Salvatore Bonaccorso d452a52514 Convert byte encoding to host byte order
Correctly convert byte encoding for 32bit value from little-endian order
to host byte order.
10 years ago
Timothy Stack 6d6c0f9e55 [nits] some nits noticed after the release
Defect Number:
    Reviewed By:
   Testing Done:
10 years ago
Timothy Stack eb1747d73b build fix 10 years ago
Timothy Stack 9b44069e0b [build] cygwin fix 10 years ago
Timothy Stack bbc9d5335f ifdef out the attach on signal code 10 years ago
Timothy Stack 21754b8b9d [test] update the listview test 10 years ago
Timothy Stack ed296d46d7 [docs] update the on-line docs 10 years ago
Timothy Stack 530a0a94b5 [configure] fail if ncurses was not found and fix the date test 10 years ago
Timothy Stack 8372cef11c [date] code generator for strptime formats 10 years ago
Timothy Stack 865951739e [release] add a log generator for demo purposes 10 years ago
Timothy Stack a76803fd44 [session] fix a bug in save-session when the log file was closed 10 years ago
Timothy Stack a94b432630 [build] check for libexecinfo 10 years ago
Timothy Stack 5a1385bf5e [build] check for ENODATA 10 years ago
Timothy Stack e7565b5913 [build] termcap path 10 years ago
Timothy Stack 0f8f1b5218 [build] check for execinfo.h 10 years ago
Timothy Stack b2fb77e0c3 [line_buffer] small fix to the buffering code 10 years ago
Timothy Stack 1eb29e4081 try again for the limit 10 years ago
Timothy Stack 290cb0b733 add a define for limit macros 10 years ago
Timothy Stack 4ce9a1e871 [elapsed-time] add a visual indicator for sharp changes in message rate 10 years ago
Timothy Stack d17f7b1940 [cmd] add set-min-log-level command
Part of #82
10 years ago
Timothy Stack cbd8308b36 [cmd] use wordexp in the open command 10 years ago
Timothy Stack b988708431 [session] remove session flag CLI option in favor of commands
Too many CLI flags make things confusing and this one didn't add
anything, so I'm making it a command instead.
10 years ago
Timothy Stack b8d7dee277 handle missing level field in format 10 years ago
Timothy Stack bd0ff97415 [help] always turn on word-wrap
Turn on word-wrap in the help view to disable
horizontal scrolling.
10 years ago
Timothy Stack 92eef5c9b7 fix tcsh log test 10 years ago
Timothy Stack 9ff2d3774d [line_buffer] split long lines
Fixes #81
10 years ago
Timothy Stack eba916749b some more string cons errors 10 years ago
Timothy Stack 3e6e3566d7 [cmd] rescan/reload after executing each init cmd 10 years ago
Timothy Stack 7b971cb40f [cmd] show the result of executing the 'close' command when pressing the 'X' shortcut 10 years ago
Timothy Stack 9dd471c5de [shared_buffer] invalid refs in the line buffer destructor 10 years ago
Timothy Stack 783369223b fix some misuses of the std::string constructor and other tweaks 10 years ago
Timothy Stack 454503ed53 [conf] check for sqlite3_stmt_readonly 10 years ago
Timothy Stack f9adcc34b1 fix an off-by-one in the match array length 10 years ago
Timothy Stack 54d979f44f [open] bah, open should work for dirs 10 years ago
Timothy Stack 7b1bb506e2 [open] add some more checks when opening a file 10 years ago
Timothy Stack 365f8c619a [matches] readline seems to lie about the max match length 10 years ago
Timothy Stack ab1f9a8725 [test] reformat test_grep_proc2 10 years ago
Timothy Stack 41bc1e98fe [sql] implement xBestIndex 10 years ago
Timothy Stack 9ff6a3cbe9 [write-json] add a command to write results as json 10 years ago
Timothy Stack 06974bc942 [json-log] some tweaks to json-log support 10 years ago