Commit Graph

2867 Commits

Author SHA1 Message Date
Tim Stack
755154aab6 Merge pull request #97 from carnil/master
Convert byte encoding to host byte order
2014-04-05 22:39:41 -07:00
Timothy Stack
b23080d936 [scripts] add an example script dir
Defect Number:
    Reviewed By:
   Testing Done:
2014-04-05 22:36:48 -07:00
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.
2014-04-04 15:32:58 +02:00
Timothy Stack
6d6c0f9e55 [nits] some nits noticed after the release
Defect Number:
    Reviewed By:
   Testing Done:
2014-04-01 13:07:58 -07:00
Timothy Stack
eb1747d73b build fix 2014-03-29 22:08:01 -07:00
Timothy Stack
9b44069e0b [build] cygwin fix 2014-03-29 21:04:29 -07:00
Timothy Stack
bbc9d5335f ifdef out the attach on signal code 2014-03-29 18:57:12 -07:00
Timothy Stack
21754b8b9d [test] update the listview test 2014-03-28 21:02:09 -07:00
Timothy Stack
ed296d46d7 [docs] update the on-line docs 2014-03-28 06:55:24 -07:00
Timothy Stack
530a0a94b5 [configure] fail if ncurses was not found and fix the date test 2014-03-22 10:13:45 -07:00
Timothy Stack
8372cef11c [date] code generator for strptime formats 2014-03-22 08:02:48 -07:00
Timothy Stack
865951739e [release] add a log generator for demo purposes 2014-03-21 21:18:54 -07:00
Timothy Stack
a76803fd44 [session] fix a bug in save-session when the log file was closed 2014-03-18 22:47:36 -07:00
Timothy Stack
a94b432630 [build] check for libexecinfo 2014-03-18 03:59:27 -07:00
Timothy Stack
5a1385bf5e [build] check for ENODATA 2014-03-18 03:51:55 -07:00
Timothy Stack
e7565b5913 [build] termcap path 2014-03-18 03:41:08 -07:00
Timothy Stack
0f8f1b5218 [build] check for execinfo.h 2014-03-18 03:37:00 -07:00
Timothy Stack
b2fb77e0c3 [line_buffer] small fix to the buffering code 2014-03-17 04:17:17 -07:00
Timothy Stack
1eb29e4081 try again for the limit 2014-03-16 15:21:42 -07:00
Timothy Stack
290cb0b733 add a define for limit macros 2014-03-16 15:15:09 -07:00
Timothy Stack
4ce9a1e871 [elapsed-time] add a visual indicator for sharp changes in message rate 2014-03-16 15:07:08 -07:00
Timothy Stack
d17f7b1940 [cmd] add set-min-log-level command
Part of #82
2014-03-16 02:46:17 -07:00
Timothy Stack
cbd8308b36 [cmd] use wordexp in the open command 2014-03-15 22:33:56 -07:00
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.
2014-03-15 12:32:29 -07:00
Timothy Stack
b8d7dee277 handle missing level field in format 2014-03-15 11:37:03 -07:00
Timothy Stack
bd0ff97415 [help] always turn on word-wrap
Turn on word-wrap in the help view to disable
horizontal scrolling.
2014-03-15 10:08:50 -07:00
Timothy Stack
92eef5c9b7 fix tcsh log test 2014-03-15 04:49:37 -07:00
Timothy Stack
9ff2d3774d [line_buffer] split long lines
Fixes #81
2014-03-15 04:40:58 -07:00
Timothy Stack
eba916749b some more string cons errors 2014-03-12 23:30:11 -07:00
Timothy Stack
3e6e3566d7 [cmd] rescan/reload after executing each init cmd 2014-03-12 23:20:18 -07:00
Timothy Stack
7b971cb40f [cmd] show the result of executing the 'close' command when pressing the 'X' shortcut 2014-03-12 22:54:35 -07:00
Timothy Stack
9dd471c5de [shared_buffer] invalid refs in the line buffer destructor 2014-03-12 22:50:11 -07:00
Timothy Stack
783369223b fix some misuses of the std::string constructor and other tweaks 2014-03-12 21:19:23 -07:00
Timothy Stack
454503ed53 [conf] check for sqlite3_stmt_readonly 2014-03-12 20:36:14 -07:00
Timothy Stack
f9adcc34b1 fix an off-by-one in the match array length 2014-03-12 20:02:59 -07:00
Timothy Stack
54d979f44f [open] bah, open should work for dirs 2014-03-12 09:22:30 -07:00
Timothy Stack
7b1bb506e2 [open] add some more checks when opening a file 2014-03-12 08:44:02 -07:00
Timothy Stack
365f8c619a [matches] readline seems to lie about the max match length 2014-03-12 08:32:56 -07:00
Timothy Stack
ab1f9a8725 [test] reformat test_grep_proc2 2014-03-12 07:11:55 -07:00
Timothy Stack
41bc1e98fe [sql] implement xBestIndex 2014-03-11 08:18:51 -07:00
Timothy Stack
9ff6a3cbe9 [write-json] add a command to write results as json 2014-03-11 05:37:13 -07:00
Timothy Stack
06974bc942 [json-log] some tweaks to json-log support 2014-03-11 03:49:52 -07:00
Timothy Stack
44970b5800 [data] version regex tweak 2014-03-11 03:49:47 -07:00
Tim Stack
39f0b0995b Update strong_int.hh 2014-03-10 14:54:14 -07:00
Timothy Stack
174e1c855e [version] next release will be 0.7.0 instead of 0.6.3 2014-03-10 07:39:57 -07:00
Timothy Stack
6a02c938cf [data] fix some minor perf bugs 2014-03-10 07:32:22 -07:00
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.
2014-03-09 23:38:30 -07:00
Timothy Stack
1c6eb45170 [highlight] fix highlighting for backslash in regexes 2014-03-09 14:57:39 -07:00
Timothy Stack
b34a314098 [data] fix scanning for times 2014-03-09 12:55:02 -07:00
Timothy Stack
c628810850 [readline] fix a problem with scrolling through the match list 2014-03-09 08:54:55 -07:00