Timothy Stack
|
2772064c7f
|
[nits] minor tweaks and bug fixes
|
2013-07-08 21:09:35 -07:00 |
|
Timothy Stack
|
7e8118513e
|
[readline] dedupe history
|
2013-07-06 14:37:07 -07:00 |
|
Timothy Stack
|
275724e912
|
missed a change to summarize
|
2013-07-06 09:37:58 -07:00 |
|
Timothy Stack
|
57deb82f70
|
[sql] add startswith/endswith functions
|
2013-07-06 09:16:01 -07:00 |
|
Timothy Stack
|
3e480b5bad
|
[bookmark] add support for metadata attached to bookmarks
|
2013-07-05 09:14:39 -07:00 |
|
Timothy Stack
|
e5cb6ff251
|
use isdigit
|
2013-07-02 06:44:07 -07:00 |
|
Timothy Stack
|
0537e13e85
|
missing include
|
2013-07-02 06:41:28 -07:00 |
|
Timothy Stack
|
f3cab9aafd
|
[log format] tweak some of the formats
|
2013-07-02 06:34:48 -07:00 |
|
Timothy Stack
|
3e168ca67e
|
Merge branch 'master' of github:tstack/lnav
|
2013-07-01 09:08:50 -07:00 |
|
Timothy Stack
|
9ac75c6b81
|
[view curses] missed reversing colors
|
2013-07-01 06:34:52 -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
|
33c7f57979
|
[ext log] add support for samples
|
2013-06-29 21:19:03 -07:00 |
|
Timothy Stack
|
972fe9f9c9
|
[syslog] fix syslog timestamps
|
2013-06-29 12:02:08 -07:00 |
|
Tim Stack
|
76bc85c43b
|
[build] fix for linux
|
2013-06-29 11:52:15 -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 |
|
Timothy Stack
|
0306287c1a
|
[misc] use localtime in timestamp for stdin; collate in summarize; <END> moves to the last line
|
2013-06-27 17:23:28 -07:00 |
|
Timothy Stack
|
c60f432863
|
[view_curses] use mvchgat in mvwattrline since it seems to work fine now and is much faster
|
2013-06-26 06:22:33 -07:00 |
|
Timothy Stack
|
6803beca97
|
[search] fix some glitches
|
2013-06-26 06:14:09 -07:00 |
|
Timothy Stack
|
def3de9e6b
|
[log] log partitioning
|
2013-06-25 20:43:27 -07:00 |
|
Timothy Stack
|
bb62711678
|
[yajlpp] support for array indexes in paths; also force log times to be in order
|
2013-06-25 18:52:51 -07:00 |
|
Timothy Stack
|
f1087184d6
|
[log format] lay some foundation for making log formats configurable
|
2013-06-25 18:45:07 -07:00 |
|
Timothy Stack
|
6d77a7412e
|
[pcrepp] add support for named captures and fix some other bugs
|
2013-06-24 18:08:43 -07:00 |
|
Timothy Stack
|
63c6855a99
|
[k-way] fix a crash with empty files
|
2013-06-24 06:43:05 -07:00 |
|
Timothy Stack
|
5ba26cc5f7
|
[hist] cleanup the hist_source and add support for graphing a single column at a time
|
2013-06-23 13:43:51 -07:00 |
|
Timothy Stack
|
8908e2569f
|
[parser] fix some parser issues; and a fix for my last checkin
|
2013-06-23 06:11:37 -07:00 |
|
Timothy Stack
|
db963c16cb
|
[perf] use k-way merge instead of stable_sort when building the index of all lines
|
2013-06-22 17:40:21 -07:00 |
|
Timothy Stack
|
6535b03b6e
|
[log] try to cache the results of filtering so we do not always recompute
|
2013-06-22 13:44:50 -07:00 |
|
Timothy Stack
|
3507970684
|
[sql] hidden columns do not show up in table_info
|
2013-06-22 10:19:30 -07:00 |
|
Timothy Stack
|
025ca0586b
|
[sql] add some more internal state functions
|
2013-06-22 10:01:13 -07:00 |
|
Timothy Stack
|
af3d2a432f
|
[sql] add a logline_datetime function
|
2013-06-22 07:55:49 -07:00 |
|
Timothy Stack
|
d72cab0c1e
|
[log_format] the access_log format wasn't picking up the timestamp range correctly
|
2013-06-22 07:00:59 -07:00 |
|
Timothy Stack
|
53ce768b9d
|
Merge branch 'master' of github:tstack/lnav
|
2013-06-20 20:36:31 -07:00 |
|
Timothy Stack
|
d9cf6aa668
|
[grep_proc] do not restart the proc during destruction
|
2013-06-20 20:36:19 -07:00 |
|
Timothy Stack
|
8be234d41f
|
[bookmarks] restore support for bookmarks in the other views
|
2013-06-20 06:42:11 -07:00 |
|
Timothy Stack
|
f26dc13529
|
[cppcheck] fix some nits turned up by cppcheck
|
2013-06-20 06:08:53 -07:00 |
|
Timothy Stack
|
8c1dee55ff
|
Merge branch 'master' of ssh://github.com/tstack/lnav
|
2013-06-20 05:53:43 -07:00 |
|
Timothy Stack
|
4107af3bfe
|
[session] prefer bookmarks from the same session
|
2013-06-19 06:47:36 -07:00 |
|
Tim Stack
|
ab9b193917
|
[valgrind] fix some found by valgrind
|
2013-06-18 21:56:06 -07:00 |
|
Timothy Stack
|
ad5d137d09
|
[release] shell script to demonstrate following logs
|
2013-06-18 21:15:50 -07:00 |
|
Timothy Stack
|
65c00483cd
|
[color] fix a bug introduced into the highlight color sequence
|
2013-06-18 08:07:08 -07:00 |
|
Timothy Stack
|
d029338a1f
|
[release] add the terminal settings used to take screenshots
|
2013-06-18 06:13:47 -07:00 |
|
Timothy Stack
|
df80972d5d
|
[log format] generic prefix len
|
2013-06-18 06:12:36 -07:00 |
|
Timothy Stack
|
5a7d6dab2c
|
[cleanup] uncrustify
|
2013-06-15 18:07:50 -07:00 |
|
Timothy Stack
|
eee43efd5a
|
[build] bsd build
|
2013-06-15 17:45:33 -07:00 |
|
Timothy Stack
|
55bff2abcb
|
[session] execute last search when reloading a session
|
2013-06-15 16:42:21 -07:00 |
|
Timothy Stack
|
9a6e1469ab
|
[help] add some more help text
|
2013-06-15 07:11:45 -07:00 |
|
Timothy Stack
|
945495b5d1
|
[parser] number regex refinements
|
2013-06-14 18:41:31 -07:00 |
|
Timothy Stack
|
3e54f1d8cc
|
[status] add stitching to the status line
|
2013-06-14 18:12:52 -07:00 |
|