Timothy Stack
c96ab11d0f
[scanner] tweak to the time scanner
2015-12-31 21:00:31 -08:00
Timothy Stack
e5f786bc2c
[script] add metadata to script files
2015-12-28 20:30:04 -08:00
Timothy Stack
ab62d27757
[cmd] replace wordexp with shlex
2015-12-25 12:03:44 -08:00
Timothy Stack
16e988d132
[shlex] add a readline highlighter for shlex
2015-12-24 03:35:02 -08:00
Timothy Stack
6e196bff79
[line_buffer] clear cached data when doing a read
2015-12-22 22:44:42 -08:00
Timothy Stack
87b07a0087
[sql] allow log_part to be updated
2015-12-22 05:27:36 -08:00
Timothy Stack
2a10fa7d37
[build] some more build warnings
2015-12-20 13:40:25 -08:00
Timothy Stack
150590cfd6
[build] missing files from dist
2015-12-19 06:18:47 -08:00
Timothy Stack
84c157d543
[build] more build
2015-12-19 06:13:12 -08:00
Timothy Stack
cedd89d9b6
[build] try to fix some warnings and debug breakage
2015-12-19 06:08:56 -08:00
Timothy Stack
6821bae882
fix one part of the build break
2015-12-18 22:54:32 -08:00
Timothy Stack
e07b4e448f
[exec] add a prompt to execute lnav scripts
2015-12-18 22:39:27 -08:00
Timothy Stack
7386ea3864
update docs for json functions in sql
2015-12-11 02:27:46 -08:00
Timothy Stack
c4ae8d158c
[fmt] minor fix for the generic_log format and add another pattern to vmw_log
2015-12-10 20:36:25 -08:00
Timothy Stack
feab733742
[cmd] add reltime possibilities for some commands
2015-12-09 23:13:41 -08:00
Timothy Stack
a368accf9f
update for json changes
2015-12-09 21:29:17 -08:00
Timothy Stack
27f300b677
[sql] some more json-related updates/fixes
2015-12-09 21:20:49 -08:00
Timothy Stack
187d62334f
[json] record the type of json data in json_ptr_walk
2015-12-08 23:10:48 -08:00
Timothy Stack
e987a5164f
[hist] rewrite the histogram code
2015-12-08 22:46:10 -08:00
Timothy Stack
c874d95042
build fix
2015-12-05 22:17:27 -08:00
Timothy Stack
ba25c77b07
build stuff
2015-12-05 20:47:39 -08:00
Timothy Stack
224a7196e4
[cmd] hide lines commands
2015-12-05 20:38:21 -08:00
Timothy Stack
6e0026dabc
if curl-config --static-libs returns nothing, use the regular --libs option
2015-12-04 20:07:33 -08:00
Timothy Stack
47230920a1
update docs for opid
2015-12-04 19:33:23 -08:00
Timothy Stack
aa0999bd0e
[opid] missed adding opid to the json log and some other bug fixes
...
Defect Number:
Reviewed By:
Testing Done:
2015-12-04 19:04:37 -08:00
Timothy Stack
d1bbc433b7
[view] start to refactor the bar chart code
2015-12-03 21:56:35 -08:00
Timothy Stack
7c92d16297
[sql] add an overlay showing the values in json columns
2015-12-03 05:30:01 -08:00
Timothy Stack
e5a32362e0
build fix
2015-12-01 23:06:30 -08:00
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