Commit Graph

389 Commits (eba916749b3798329de987b594db734b7bb21516)
 

Author SHA1 Message Date
Timothy Stack eba916749b some more string cons errors 11 years ago
Timothy Stack 3e6e3566d7 [cmd] rescan/reload after executing each init cmd 11 years ago
Timothy Stack 7b971cb40f [cmd] show the result of executing the 'close' command when pressing the 'X' shortcut 11 years ago
Timothy Stack 9dd471c5de [shared_buffer] invalid refs in the line buffer destructor 11 years ago
Timothy Stack 783369223b fix some misuses of the std::string constructor and other tweaks 11 years ago
Timothy Stack 454503ed53 [conf] check for sqlite3_stmt_readonly 11 years ago
Timothy Stack f9adcc34b1 fix an off-by-one in the match array length 11 years ago
Timothy Stack 54d979f44f [open] bah, open should work for dirs 11 years ago
Timothy Stack 7b1bb506e2 [open] add some more checks when opening a file 11 years ago
Timothy Stack 365f8c619a [matches] readline seems to lie about the max match length 11 years ago
Timothy Stack ab1f9a8725 [test] reformat test_grep_proc2 11 years ago
Timothy Stack 41bc1e98fe [sql] implement xBestIndex 11 years ago
Timothy Stack 9ff6a3cbe9 [write-json] add a command to write results as json 11 years ago
Timothy Stack 06974bc942 [json-log] some tweaks to json-log support 11 years ago
Timothy Stack 44970b5800 [data] version regex tweak 11 years ago
Tim Stack 39f0b0995b Update strong_int.hh 11 years ago
Timothy Stack 174e1c855e [version] next release will be 0.7.0 instead of 0.6.3 11 years ago
Timothy Stack 6a02c938cf [data] fix some minor perf bugs 11 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.
11 years ago
Timothy Stack 1c6eb45170 [highlight] fix highlighting for backslash in regexes 11 years ago
Timothy Stack b34a314098 [data] fix scanning for times 11 years ago
Timothy Stack c628810850 [readline] fix a problem with scrolling through the match list 11 years ago
Timothy Stack 43e6b55a81 [readline] customize display of matches for completion 11 years ago
Timothy Stack 5918ffe069 [readline] some tweaks to the readline regex highlighting 11 years ago
Timothy Stack f77b601e9a [view_curses] add some tests for mvwattrline 11 years ago
Timothy Stack 112986da79 [view_curses] fix for attr ranges that cover tabs 11 years ago
Timothy Stack affff589a4 [view_curses] fix mvwattrline to work with overlapping styles better 11 years ago
Timothy Stack dbc96dc67c [session] preserve time-offset log-view setting 11 years ago
Timothy Stack 8455257aad fix coloring for the timestamp when in time-offset mode 11 years ago
Timothy Stack 08374381b2 [partition] use an underline to mark a partition boundary 11 years ago
Timothy Stack d993d0e8c6 [partition] make partitions a separate bookmark type 11 years ago
Timothy Stack e026d7d657 fix for scripty build 11 years ago
Timothy Stack 71328be926 build fix 11 years ago
Timothy Stack b6baae7730 [debug] more debugging stuff
Defect Number:
    Reviewed By:
   Testing Done:
11 years ago
Timothy Stack 86e32f4b45 build fix #2 11 years ago
Timothy Stack d2b2846a92 build fix... 11 years ago
Timothy Stack f94015e5b5 [readline] highlight pcre syntax in the search prompt 11 years ago
Timothy Stack c780ddb9af [mouse] more small fixes for mouse support (dragging) 11 years ago
Timothy Stack 74e7b3b92c [log] squelch file not found message 11 years ago
Timothy Stack d9fbe4a181 [mouse] small fixes for mouse support 11 years ago
Timothy Stack c347485834 [config] add more config directories to search 11 years ago
Timothy Stack fea18347f1 [headless] report output from commands/queries that were executed
Also, add some negative test cases.
11 years ago
Timothy Stack 9848582239 fix an error when parsing json logs 11 years ago
Timothy Stack 169a5bd732 [misc] some more tweaks to the last few changes 11 years ago
Timothy Stack 9588901171 Ensure the logfile_syslog.0 timestamp is from 2013 since the year is inferred from that. 11 years ago
Timothy Stack 47041177be Make sure there is a view on the stack 11 years ago
Timothy Stack 5a04a44381 [tests] add some tests that use headless mode 11 years ago
Timothy Stack 10eb9617b1 [sql] add a bookmark column to the log tables 11 years ago
Timothy Stack 7bcbd000ad Add include for time.h 11 years ago
Timothy Stack 64fe8175a6 [log] add an internal logger instead of using redirected stderr 11 years ago