Timothy Stack
5b66441378
[doc] update some docs
2014-02-24 15:50:42 -08:00
Timothy Stack
c29d756fd3
[sql] implement the sqlite3 .schema command
2014-02-24 11:43:50 -08:00
Timothy Stack
7958c54fd0
[sql] use the default sqlite datetime format so collating works
2014-02-23 10:23:17 -08:00
Timothy Stack
8e884520c0
[misc] tweak scrollbar colors; add auto-complete for strings when typing sql searches; fix ipaddress collator
2014-02-22 22:52:21 -08:00
Timothy Stack
3d72830b74
[scroll] some more scrollbar tweaks
2014-02-20 20:22:20 -08:00
Timothy Stack
601c19a537
[scrollbar] change the look of the scrollbar
2014-02-20 20:01:06 -08:00
Timothy Stack
c3e1dda8f7
[sql] fix bug when querying sub-lines
2014-02-19 20:23:19 -08:00
Timothy Stack
8c086c06ae
[help] add an option to just display the internal help text
...
Fixes #67
2014-02-10 07:53:56 -08:00
Timothy Stack
fcaae6af0e
[term] set the terminal title
...
Defect Number:
Reviewed By:
Testing Done:
2014-02-10 07:25:28 -08:00
Timothy Stack
55e9dafa79
[search] add autocomplete for tokens in displayed lines
2014-02-09 18:41:32 -08:00
Timothy Stack
5ef8a168a7
[perf] reduce copies of log messages
2014-02-01 06:41:11 -08:00
Timothy Stack
e200f60a96
[format] avoid making a copy of the string in logline_value and reduce UI updates
2014-01-25 12:13:41 -08:00
Timothy Stack
f4aeb11ad5
[view_curses] use a vector for string attributes
...
Using a map/multimap is too expensive/complex for how many
attributes we have on a line due to how many tree nodes
need to be malloced/freed. Just using a vector should be
good enough and a lot faster.
2014-01-25 09:29:35 -08:00
Timothy Stack
bd7b14965b
[log-data] fix the column type for numbers
2014-01-18 06:46:51 -08:00
Timothy Stack
9906e949cf
[overlay] clear overlay when file is removed
2014-01-16 06:37:02 -08:00
Timothy Stack
2fa081c00a
[cygwin] more windows nits and cleanup
2014-01-13 22:29:14 -08:00
Timothy Stack
7feeaf0fde
highlighting nits and fix filtering
...
Defect Number:
Reviewed By:
Testing Done:
2014-01-13 21:58:04 -08:00
Timothy Stack
6968b76825
[key] add g/G for going to the top/bottom of the file
...
The 'graph' view hotkey has been changed to ctrl-G since it is not
used as much.
Defect Number:
Reviewed By:
Testing Done:
2013-11-24 14:26:10 -08:00
Timothy Stack
f867b9cc63
[wrap] add a hotkey for word wrap and fix some glitches
2013-11-08 07:32:39 -08:00
Timothy Stack
c3d51190c8
[wrap] start support for word wrapping and fix a variety of glitches
2013-11-06 07:29:20 -08:00
Timothy Stack
50d50fb5a8
[sql] show single-row results in the command-line and fix some minor fixes
2013-10-29 05:33:39 -07:00
Timothy Stack
7f08e46920
[build] fix os x build issues
2013-10-23 07:01:32 -07:00
Timothy Stack
879c1059aa
missing sys/wait.h include
2013-10-11 06:31:17 -07:00
Timothy Stack
59c1d4313b
[mouse] more mouse support and other fixes
2013-10-11 06:22:29 -07:00
Timothy Stack
001f9abdef
[cmd] open/close file commands
2013-09-14 12:30:57 -07:00
Timothy Stack
8eb4b02f97
[yajlpp] some optimizations for json log parsing
2013-09-14 06:36:31 -07:00
Timothy Stack
968fcb50a5
[cppcheck] some cppcheck nits and other bugs
2013-09-10 20:13:08 -07:00
Timothy Stack
c59acba758
[format] initial support for json formats and some bug fixes
2013-09-10 06:20:37 -07:00
Timothy Stack
f61f87e22d
[default files] read in all default files and fix some display issues in the text view
2013-09-04 02:14:48 -07:00
Timothy Stack
7d66a64d00
[data-parser] ignore whitespace when computing the schema id
...
Also add some more terminfo directories.
2013-08-29 19:15:45 -07:00
Timothy Stack
de374e68f6
[build] some more build tweaks
2013-08-28 21:22:04 -07:00
Timothy Stack
561c881482
[logline] terminate hidden_table_columns array
2013-08-28 08:16:26 -07:00
Timothy Stack
94ce0ffd83
[docs] more docs and some simple bug fixes
2013-08-25 07:12:41 -07:00
Timothy Stack
37283d0afb
[nits] do not complain about no formats
2013-07-30 21:21:28 -07:00
Timothy Stack
9b8ceb5cb0
[log formats] transfer more formats to config
2013-07-28 11:03:31 -07:00
Timothy Stack
644c2754b3
[curses] suppressed flash
2013-07-27 12:07:05 -07:00
Timothy Stack
f6b2345184
[docs] use a different theme
2013-07-25 20:41:42 -07:00
Timothy Stack
165958f92d
[readline] some minor cleanup from the last checkin
2013-07-25 06:22:54 -07:00
Timothy Stack
af3524bbf6
[readline] abort entry support
2013-07-24 07:42:16 -07:00
Timothy Stack
af6e289cda
[log format] add scaling factors
2013-07-23 05:55:08 -07:00
Timothy Stack
e75f42dd07
[data parser] hex dump values and add the uwsgi log format
2013-07-17 21:24:33 -07:00
Timothy Stack
3ee6dbf824
[sql] log table nits
2013-07-13 15:38:12 -07:00
Timothy Stack
c28b9f1316
[highlight] add some more highlighting and fix some other nits
2013-07-13 07:36:48 -07:00
Timothy Stack
a0fec0d01b
[stdin] when reading from stdin, dump the contents after exiting from curses
2013-07-09 22:27:48 -07:00
Timothy Stack
68fb1170b0
[log format] more log tweaks
2013-07-09 20:52:20 -07:00
Timothy Stack
2772064c7f
[nits] minor tweaks and bug fixes
2013-07-08 21:09:35 -07:00
Timothy Stack
fcb6ab2cd5
[nits] fix some nits
2013-06-30 21:19:31 -07:00
Timothy Stack
79c4038128
[log time] add a command to adjust log message times
2013-06-30 16:43:08 -07:00
Timothy Stack
2d33cb7f7e
[log format] some more log format work
2013-06-29 11:00:34 -07:00
Timothy Stack
2cd356b4c5
[log format] some more work to externalize log formats; color identifiers in logs
2013-06-29 06:22:24 -07:00