Vagrant User
988fe187b6
[build] freebsd build fixes
2013-06-10 06:39:52 -07:00
Timothy Stack
fddaeef606
[ui] add a prompt to the bottom status for readline modes
2013-06-08 12:07:13 -07:00
Timothy Stack
3196050b25
[sql] set some columns to be text so they are not graphed
2013-06-08 11:47:50 -07:00
Timothy Stack
c58f14658a
[ansi scrubber] minor reorg
2013-06-08 11:18:44 -07:00
Timothy Stack
8f0aac9dbd
[test] add a test for the ansi scrubber
2013-06-08 10:51:54 -07:00
Timothy Stack
47846bae4c
Merge branch 'master' of ssh://github.com/tstack/lnav
2013-06-08 07:57:52 -07:00
Timothy Stack
8754b45699
[textview] cleanup the ansi scrubber
2013-06-08 07:57:40 -07:00
Tim Stack
4a26355c63
[test] clear the TRACE_FILE after closing it
2013-06-08 06:27:36 -07:00
Timothy Stack
5d478fc17a
[cleanup] start a tracer/debugger for the data parser
2013-06-08 06:10:18 -07:00
Timothy Stack
e71a85d471
[build] oops...
2013-06-06 07:13:00 -07:00
Timothy Stack
9a0c09e2ac
[build] fix a build break
2013-06-06 07:10:13 -07:00
Timothy Stack
5ba3097ee7
[cleanup] move some code around and try to pretty things up a bit
2013-06-06 07:01:32 -07:00
Timothy Stack
178937886c
[cmd] add summarize command
2013-06-05 19:34:48 -07:00
Timothy Stack
4516ffd8d7
[tests] more log samples
2013-06-04 19:45:04 -07:00
Timothy Stack
5e18f47cd2
[nits] fix some recently introduced bugs and some long standing ones
2013-06-04 06:53:25 -07:00
Timothy Stack
a4792841da
[test] add-test command
2013-06-03 07:45:19 -07:00
Tim Stack
7d87faf4b2
[build] fix some build errors on linux
2013-06-02 21:22:16 -07:00
Timothy Stack
6178231012
[session] load bookmarks
2013-06-02 21:11:17 -07:00
Timothy Stack
e5d9779cde
[session] save bookmarks
2013-06-02 14:20:15 -07:00
Timothy Stack
858abe79b6
[test] fix test_auto_mem test
2013-05-31 21:20:58 -07:00
Tim Stack
cb03e9443d
[linux build] fix some linux build issues
2013-05-31 21:13:26 -07:00
Timothy Stack
7cb8d7606e
[help] Add some more contextual help and handle newlines in view_curses
2013-05-31 20:45:40 -07:00
Timothy Stack
9304add25b
[session] start session support
2013-05-31 08:01:31 -07:00
Timothy Stack
88bfda4a3d
[bugs] use wordexp
2013-05-30 17:46:41 -07:00
Tim Stack
2ecb70b339
[test] missed initializing callback_state in drive_sql
2013-05-29 10:13:28 -06:00
Tim Stack
e80bfcb102
[test] check_output should show a diff on failure
2013-05-29 10:06:52 -06:00
Timothy Stack
5bc8ebea96
[fs sql func] multi-argument joinpath and add some tests
2013-05-29 07:28:57 -07:00
Timothy Stack
0dba72db71
[nits] fix some minor bugs and add some path manipulation functions to sqlite
2013-05-28 23:29:13 -07:00
Timothy Stack
9b185f31e9
Missing file
2013-05-28 07:33:32 -07:00
Timothy Stack
44f75111b1
[sqlite] prefix the column names with 'log_' and add a 'create-logline-table' command
2013-05-28 07:08:49 -07:00
Timothy Stack
98a595ade9
[cleanup] some more cleanup as suggested by cppcheck
2013-05-28 06:13:45 -07:00
Timothy Stack
865849f017
[spam] uncrustify pass
2013-05-27 21:35:00 -07:00
Timothy Stack
3128dc772c
[sqlite] Major improvements to the sqlite integration.
...
This is a checkpoint of the improvements to the sqlite integration. The
data_parser stuff should be much better now and I've tried to improve
other parts of the user experience as well.
2013-05-24 07:55:56 -07:00
Timothy Stack
b04e6bfc78
[glog] some tweaks to the glog change
...
Some changes to the glog_log sql table:
* Removed the 'glog_level' field since the standard one should be able to
handle everything now.
* Changed the 'file' column to 'src_file' and added a 'src_line' column.
* Added the sample glog log content to the test directory.
2013-05-17 17:44:55 -07:00
Tim Stack
f3a85327ab
Merge pull request #49 from mdordal/master
...
Add support for glog logs
2013-05-17 17:09:32 -07:00
Matt Dordal
fa18aa4b60
Fix up some clowniness with glog db
2013-05-17 14:53:01 -07:00
Matt Dordal
e35c5006cd
update .gitignore with automake stuff
2013-05-15 01:06:56 -07:00
Matt Dordal
e1dbc7262e
Add support for glog logs
...
Glog is an open-source C++ logging framework from Google. Add support
for the log format.
Testing: run on an example log
2013-05-15 01:04:58 -07:00
Timothy Stack
f62b5c271c
[release] bump to 0.5.1
2013-05-02 23:02:03 -07:00
Timothy Stack
4c6069c33d
[cleanup] little bits of cleanup here and there
2013-05-02 08:29:36 -07:00
Timothy Stack
ee52bcef41
[build] fix build issues
2013-04-30 21:52:46 -07:00
Timothy Stack
a92785e889
[piper_proc] add timestamp and file write options for stdin
2013-04-30 21:48:16 -07:00
Timothy Stack
5a25a76b2d
[build] set _BSD_SOURCE to 1 to quiet warnings
2013-04-24 07:18:27 -07:00
Timothy Stack
7c60b1c36d
[build] add test-driver file
2013-04-24 06:46:45 -07:00
Timothy Stack
772b28dc01
[highlight] tweak some of the highlight regexes
2013-04-23 09:25:18 -07:00
Timothy Stack
bad57ac735
[misc] add some more comments and fix bugs in the sql view
2013-04-20 13:21:10 -07:00
Timothy Stack
9dba680d40
[build] fix a typo
2013-04-19 07:06:02 -07:00
Timothy Stack
8d23b92e42
[build] rerun autogen on travis
2013-04-19 07:03:42 -07:00
Timothy Stack
5e4d186921
[build] fix
2013-04-18 23:02:11 -07:00
Timothy Stack
458a42fcc9
[autogen] do not install bin2c and rerun autogen
2013-04-18 22:46:49 -07:00