Timothy Stack
e0cec10445
[pretty-print] add a test for the pretty-printer
2015-03-16 23:44:05 -07:00
Timothy Stack
1a9e41cf2f
use stringstream instead of strstream
2015-03-16 23:27:40 -07:00
Timothy Stack
c670a86d04
[pretty-print] first pass at a pretty-printer
...
Defect Number:
Reviewed By:
Testing Done:
2015-03-16 23:10:34 -07:00
Timothy Stack
1d3481c3fa
[cmd] add pipe-to and pipe-line-to commands
2015-03-16 09:16:49 -07:00
Timothy Stack
64df915a5a
[piper] fix some ownership issues with the piper fd
2015-03-14 07:08:48 -07:00
Timothy Stack
145982ee6a
even more travis
2015-03-13 21:15:22 -07:00
Timothy Stack
48d377e838
more travis
2015-03-13 21:11:19 -07:00
Timothy Stack
592c93b0dd
more travis
2015-03-13 21:09:02 -07:00
Timothy Stack
82f566c5cf
travis test
2015-03-13 20:17:34 -07:00
Timothy Stack
9ded31f647
display autotools version
2015-03-13 19:59:28 -07:00
Tim Stack
82a36855fb
Merge pull request #127 from sureshsundriyal/master
...
[build] Move/Refactor aclocal macros.
2015-03-13 19:57:31 -07:00
Tim Stack
33d43e0157
Merge pull request #126 from sureshsundriyal/master
...
Add support for compiling lnav with jemalloc.
2015-03-13 19:40:11 -07:00
Suresh Sundriyal
7886ddbb12
[build] Move/Refactor aclocal macros.
...
* Move all the m4 macros in to their own directory.
* Rename 'ax_with_jemalloc.m4' -> 'lnav_with_jemalloc.m4' because
'ax_with_*' is a convention for third-party aclocal macros in the
official archives.
* Rename the methods to be more lnav specific.
2015-03-12 23:47:34 -07:00
Suresh Sundriyal
bd2ae532de
Update the generated build files.
2015-03-12 00:55:40 -07:00
Suresh Sundriyal
0d29019923
[jemalloc] Add support for jemalloc.
...
Add some repurposed m4 macros for compiling lnav with jemalloc and hook
them in to configure.ac.
2015-03-12 00:48:50 -07:00
Timothy Stack
974aafe1b9
[search] fix searching when a file is deleted and recreated
2015-03-11 06:22:50 -07:00
Timothy Stack
23344ac8b2
build fix
2015-03-09 06:58:47 -07:00
Timothy Stack
b5b4a241e2
build
2015-03-09 06:49:45 -07:00
Timothy Stack
fad59bfaf1
[ptime] fix endianness and parsing issues
2015-03-09 06:30:12 -07:00
Timothy Stack
363547428c
[version] some more version updates
2015-02-26 21:52:36 -08:00
Timothy Stack
0a5b34b640
update NEWS
2015-02-26 21:49:39 -08:00
Timothy Stack
0ce83a0301
bump version to 0.7.2
2015-02-26 21:47:27 -08:00
Timothy Stack
c80e181790
fix ptime_b_slow, again...
2015-02-25 22:18:50 -08:00
Timothy Stack
08d089d168
do a scan
2015-02-25 21:51:30 -08:00
Timothy Stack
a2caf34028
[sysclip] fix NULL deref
2015-02-14 15:13:00 -08:00
Timothy Stack
0b816dd45d
[nav] fix time-based navigation when filtering is active
2015-01-25 20:51:21 -08:00
Timothy Stack
f54c9d41fc
missing test file
2014-12-10 07:19:31 -08:00
Timothy Stack
c2e44c5998
[filter] fix for multiple filter-ins being applied
2014-12-10 07:03:01 -08:00
Timothy Stack
99f34a1447
[fmt] add a vmkernel log format
...
Defect Number:
Reviewed By:
Testing Done:
2014-11-22 10:33:24 -08:00
Timothy Stack
6a90dd9bc2
copy search terms to OS-Xs find clipboard
...
Fixes #108
2014-11-19 06:12:43 -08:00
Tim Stack
80ef38227b
Merge pull request #120 from iranzo/master
...
Add support for OpenStack log formats (tested on neutron, nova)
2014-11-12 07:35:34 -08:00
Pablo Iranzo Gómez
8fc539df16
Specify timestamp and url for Openstack log files
2014-11-12 15:47:28 +01:00
Tim Stack
a5a6da954f
Merge pull request #119 from sureshsundriyal/master
...
[log_accel] Minor refactoring.
2014-11-12 06:30:30 -08:00
Pablo Iranzo Gómez
d1c5f12bfc
Add support for OpenStack log formats (tested on neutron, nova)
2014-11-12 14:43:46 +01:00
Suresh Sundriyal
114a7a6ecf
[log_accel] Minor refactoring.
...
Unless I am misunderstanding the intention behind the equation:
(A - D)/C - (B - D)/C = (A - B)/C
The output seems to be exactly the same:
Before:
=======
1m7s000│Nov 11 06:45:01 XXX-XXX CRON[28452]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
11m7s000│Nov 11 06:55:01 XXX-XXX CRON[28819]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
21m7s000│Nov 11 07:05:01 XXX-XXX CRON[29186]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
31m7s000│Nov 11 07:15:01 XXX-XXX CRON[29552]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
33m7s000│Nov 11 07:17:01 XXX-XXX CRON[29629]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
41m7s000│Nov 11 07:25:01 XXX-XXX CRON[29922]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
51m7s000│Nov 11 07:35:01 XXX-XXX CRON[30290]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
1h1m7s000│Nov 11 07:45:01 XXX-XXX CRON[30657]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
After:
======
1m7s000│Nov 11 06:45:01 XXX-XXX CRON[28452]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
11m7s000│Nov 11 06:55:01 XXX-XXX CRON[28819]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
21m7s000│Nov 11 07:05:01 XXX-XXX CRON[29186]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
31m7s000│Nov 11 07:15:01 XXX-XXX CRON[29552]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
33m7s000│Nov 11 07:17:01 XXX-XXX CRON[29629]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
41m7s000│Nov 11 07:25:01 XXX-XXX CRON[29922]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
51m7s000│Nov 11 07:35:01 XXX-XXX CRON[30290]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
1h1m7s000│Nov 11 07:45:01 XXX-XXX CRON[30657]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Some names and identifying details in the log snippets above have been changed
to protect the privacy of individuals. Any resemblance to actual computers,
sentient or otherwisei, is purely coincidental.
2014-11-11 23:09:05 -08:00
Timothy Stack
cfa628f6c4
various fixes
...
Defect Number:
Reviewed By:
Testing Done:
2014-11-11 21:18:55 -08:00
Timothy Stack
62f4c9e59e
[build] another missing define
2014-11-11 09:41:57 -08:00
Timothy Stack
3158b29cbd
[build] fix missing define
2014-11-11 09:12:42 -08:00
Timothy Stack
7dd372e305
fix hotkey listing
2014-11-11 08:55:40 -08:00
Timothy Stack
17db6e38fe
add a lo-fi mode
...
Fixes #113
2014-11-11 08:44:44 -08:00
Timothy Stack
ba83382b38
[vdsm_log] missed the level field
2014-11-10 13:57:15 -08:00
Tim Stack
6abdcf3ff2
Merge pull request #117 from iranzo/master
...
Add support for RHEV/oVirt engine.log file
2014-11-10 13:31:07 -08:00
Pablo Iranzo Gómez
98e8f1b1c3
Add support for RHEV/oVirt engine.log file
2014-11-10 20:37:07 +01:00
Timothy Stack
fc31831286
[vdsm_log] add new format
2014-11-10 08:56:35 -08:00
Timothy Stack
244ee2717f
[vmw_log] fix full message read for continued messages
2014-11-07 06:16:45 -08:00
Timothy Stack
7664b75a87
missed invalidating shared buffer refs when loading new data
2014-11-07 05:49:48 -08:00
Tim Stack
c97580d974
Merge pull request #114 from sureshsundriyal/master
...
[vmw_log] 'panic' is an 'error' too.
2014-11-07 05:40:15 -08:00
Suresh Sundriyal
fb4eb36796
[vmw_log] 'panic' is an 'error' too.
...
VPXD prints out the stackframes in the log files when it terminates
abnormally. These log messages have a log level of 'panic'. I guess
these qualify as 'error' as well.
2014-11-07 00:40:00 -08:00
Timothy Stack
82ada5103a
fix an uninitialized var
2014-11-06 22:41:48 -08:00
Timothy Stack
eef375c525
[build] cleanup a test file
2014-11-06 20:41:25 -08:00