Commit Graph

400 Commits (b2fb77e0c3ee6f94ee8f0466c1868ef1742d35fb)
 

Author SHA1 Message Date
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
Timothy Stack 44970b5800 [data] version regex tweak 10 years ago
Tim Stack 39f0b0995b Update strong_int.hh 10 years ago
Timothy Stack 174e1c855e [version] next release will be 0.7.0 instead of 0.6.3 10 years ago
Timothy Stack 6a02c938cf [data] fix some minor perf bugs 10 years ago
Timothy Stack 1de4838cf5 [index] allow for larger file sizes
Fixes #76

Max line count for a file is 256 million and the
max number of files is 4096.
10 years ago
Timothy Stack 1c6eb45170 [highlight] fix highlighting for backslash in regexes 10 years ago
Timothy Stack b34a314098 [data] fix scanning for times 10 years ago
Timothy Stack c628810850 [readline] fix a problem with scrolling through the match list 10 years ago
Timothy Stack 43e6b55a81 [readline] customize display of matches for completion 10 years ago
Timothy Stack 5918ffe069 [readline] some tweaks to the readline regex highlighting 10 years ago
Timothy Stack f77b601e9a [view_curses] add some tests for mvwattrline 10 years ago
Timothy Stack 112986da79 [view_curses] fix for attr ranges that cover tabs 10 years ago
Timothy Stack affff589a4 [view_curses] fix mvwattrline to work with overlapping styles better 10 years ago
Timothy Stack dbc96dc67c [session] preserve time-offset log-view setting 10 years ago
Timothy Stack 8455257aad fix coloring for the timestamp when in time-offset mode 10 years ago
Timothy Stack 08374381b2 [partition] use an underline to mark a partition boundary 10 years ago
Timothy Stack d993d0e8c6 [partition] make partitions a separate bookmark type 10 years ago
Timothy Stack e026d7d657 fix for scripty build 10 years ago
Timothy Stack 71328be926 build fix 10 years ago
Timothy Stack b6baae7730 [debug] more debugging stuff
Defect Number:
    Reviewed By:
   Testing Done:
10 years ago
Timothy Stack 86e32f4b45 build fix #2 10 years ago
Timothy Stack d2b2846a92 build fix... 10 years ago
Timothy Stack f94015e5b5 [readline] highlight pcre syntax in the search prompt 10 years ago
Timothy Stack c780ddb9af [mouse] more small fixes for mouse support (dragging) 10 years ago
Timothy Stack 74e7b3b92c [log] squelch file not found message 10 years ago