Commit Graph

933 Commits

Author SHA1 Message Date
Timothy Stack
7489dd514c [sql] graph columns that contain json objects 2015-12-01 22:59:27 -08:00
Timothy Stack
f3ca72f42d [jget] fix the jget function 2015-11-30 21:07:18 -08:00
Timothy Stack
b6e10f4ee4 bump the max line size to try and solve some json log issues 2015-11-29 20:35:13 -08:00
Timothy Stack
5a718bc0ec [sql] missed checking for null in graphable columns 2015-11-29 20:10:40 -08:00
Timothy Stack
62075fb340 [sql] add json_group_object aggregate function 2015-11-29 19:56:10 -08:00
Timothy Stack
4eb797ce9a [hist] start to replace the old hist_source class 2015-11-28 21:52:24 -08:00
Timothy Stack
8964232374 [json] fixes for json log parsing
I was careless with the initial json log impl since it did not deal
with incomplete log lines very well.  This seems to fix some cases.
But, I was still able to replicate a lockup at one point, so it
might not be complete.
2015-11-27 12:47:42 -08:00
Timothy Stack
64cbab1281 [sql] exec .sql files in format dirs 2015-11-26 22:19:53 -08:00
Timothy Stack
91406be91e [nav] add "opid" support with a hotkey 2015-11-24 20:59:24 -08:00
Timothy Stack
885f65f402 [fmt] add an ELB format 2015-11-16 22:58:11 -08:00
Timothy Stack
65a4803955 [tests] some more test fixes 2015-11-15 06:25:08 -08:00
Timothy Stack
c0fc73d4ea [tests] fix test_sql.sh 2015-11-15 06:16:59 -08:00
Timothy Stack
3996eef593 use an empty file 2015-11-14 22:47:04 -08:00
Timothy Stack
3c9ba126a9 [glob] ignore files picked up by a glob that are not readable 2015-11-14 22:17:59 -08:00
Timothy Stack
ff929391f3 need to fflush(stdout) to get the mouse working again 2015-11-14 12:39:36 -08:00
Timothy Stack
e799638889 missed flushing the stream when setting the term title, it could cause some screen corruption 2015-11-13 22:01:13 -08:00
Timothy Stack
4af60fe4ee include the required version of libcurl in the README/NEWS 2015-11-04 06:25:14 -08:00
Timothy Stack
6cb42fc690 the log_search table regex should be case-insensitive 2015-11-03 22:17:11 -08:00
Timothy Stack
0c3a303066 set 'level' as the default name for the level field 2015-11-01 20:47:42 -08:00
Timothy Stack
7a476ca42d use a more reliable ip address for test 2015-10-21 07:12:50 -07:00
Suresh Sundriyal
7103060924 Merge pull request #265 from sureshsundriyal/freebsd
[release-builds] Fix the FreeBSD builds.
2015-10-15 23:13:38 -07:00
Suresh Sundriyal
e68452e174 [release-builds] Fix the FreeBSD builds.
Fixes tstack/lnav#264
2015-10-15 23:10:57 -07:00
Timothy Stack
0237aaad21 [release] update the release Makefile 2015-10-14 21:01:39 -07:00
Timothy Stack
dfb009595b [loader] prefer user-provided formats when breaking a cycle 2015-10-14 21:01:39 -07:00
Tim Stack
97699e93a9 Add bountysource link 2015-10-07 20:14:33 -07:00
Timothy Stack
4f775dc1ae [pt] don't poll if max time is set 2015-10-04 20:50:49 -07:00
Timothy Stack
f11cca2366 [sql] add a timeslice() function 2015-10-03 14:58:01 -07:00
Timothy Stack
99d103cd58 [logline] add a log_msg_instance column to the table 2015-10-02 21:24:52 -07:00
Timothy Stack
bf73660747 bump version to 0.8.0 2015-09-25 06:40:17 -07:00
Timothy Stack
9c23431779 [all_logs] add a .msgformats SQL command 2015-09-20 21:03:51 -07:00
Timothy Stack
45fbae9c0f turn off coverity 2015-09-20 20:58:39 -07:00
Timothy Stack
060c24b679 turn on coverity 2015-09-19 21:24:34 -07:00
Timothy Stack
ecd3eb05bc [coverity] next set of fixes 2015-09-19 21:13:46 -07:00
Timothy Stack
69e927e91b [coverity] some more fixes 2015-09-19 20:30:39 -07:00
Suresh Sundriyal
eb97193e33 Merge pull request #257 from sureshsundriyal/configure
[Autoconf] More cleanup.
2015-09-15 01:50:14 -07:00
Suresh Sundriyal
f96827a61c [Autoconf] More cleanup. 2015-09-15 01:42:56 -07:00
Timothy Stack
d298f45fe0 some coverity fixes 2015-09-15 00:24:56 -07:00
Timothy Stack
c3a26ceb6f fix some copy pasta in pt-time commands 2015-09-15 00:14:27 -07:00
Timothy Stack
ef37fcd4d2 turn off coverity 2015-09-15 00:11:44 -07:00
Timothy Stack
17c375bb8f turn on coverity 2015-09-14 23:55:09 -07:00
Timothy Stack
4f32bddd93 [pt] allow relative times for papertrail time bounds 2015-09-14 23:32:05 -07:00
Timothy Stack
ec473edc85 [cmd] add support for times in goto 2015-09-14 08:56:42 -07:00
Suresh Sundriyal
7cd7bf4dc4 Merge pull request #256 from sureshsundriyal/autoconf
[Autoconf] Minor cleanup.
2015-09-14 01:04:24 -07:00
Suresh Sundriyal
90b9905bdc [Autoconf] Minor cleanup.
Use the autoconf macros instead of shell constructs.
2015-09-14 00:59:42 -07:00
Suresh Sundriyal
9711e99d11 Merge pull request #254 from sureshsundriyal/curl
[cURL] Allow libcurl to be dynamically linked in on OS X.
2015-09-12 23:54:09 -07:00
Suresh Sundriyal
cca2669e31 [cURL] Allow libcurl to be dynamically linked in on OS X.
This fixes tstack/lnav#253

The libcurl.m4 macros will still continue to look for a static archive
for libcurl but if one is not found and the binary is being compiled on
OS X, they will pick up the dynamic library if one is available.
2015-09-12 23:48:56 -07:00
Timothy Stack
7407fd429d user alerter instead of flash() 2015-09-06 22:51:58 -07:00
Timothy Stack
4422e9d82b [curl] use ssh-agent for auth 2015-09-04 22:10:26 -07:00
Timothy Stack
3c0d78d28e [sql] fix spurious loading bar flash while searching 2015-09-03 21:23:29 -07:00
Timothy Stack
399c78d86d [pretty] pretty-print the contents of strings
Fixes #250
2015-08-26 21:28:30 -07:00