Timothy Stack
6e196bff79
[line_buffer] clear cached data when doing a read
2015-12-22 22:44:42 -08:00
Timothy Stack
e07b4e448f
[exec] add a prompt to execute lnav scripts
2015-12-18 22:39:27 -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
d1bbc433b7
[view] start to refactor the bar chart code
2015-12-03 21:56:35 -08:00
Timothy Stack
4eb797ce9a
[hist] start to replace the old hist_source class
2015-11-28 21:52:24 -08:00
Timothy Stack
64cbab1281
[sql] exec .sql files in format dirs
2015-11-26 22:19:53 -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
0237aaad21
[release] update the release Makefile
2015-10-14 21:01:39 -07:00
Timothy Stack
9c23431779
[all_logs] add a .msgformats SQL command
2015-09-20 21:03:51 -07:00
Timothy Stack
ecd3eb05bc
[coverity] next set of fixes
2015-09-19 21:13:46 -07:00
Timothy Stack
3c0d78d28e
[sql] fix spurious loading bar flash while searching
2015-09-03 21:23:29 -07:00
Timothy Stack
0d37a8c142
[text] pretty-printing should work in the text view
2015-08-18 20:58:20 -07:00
Timothy Stack
b4cb092ce1
[view] stop scrolling to the right when the end is reached
...
Fixes #84
2015-08-14 20:45:23 -07:00
Timothy Stack
bedae8c8c2
[fmt] install/update formats from git repos
...
Fixes #244
2015-08-09 21:03:23 -07:00
Timothy Stack
2b5447f59c
[sql] add a log_search table
2015-08-05 23:18:19 -07:00
Timothy Stack
83b92c3b65
[papertrail] add support for time ranges
2015-08-04 08:39:32 -07:00
Timothy Stack
cc5e70fb30
[cmd] add help to the command prompt
2015-08-03 06:49:07 -07:00
Timothy Stack
e9a96caf09
[papertrail] use the curl_looper
2015-08-02 20:12:21 -07:00
Timothy Stack
f286950854
[curl] add a curl looper to handle url requests
2015-08-02 06:43:57 -07:00
Timothy Stack
fa89ecc5e5
redo the search in the pretty view
...
Fixes #245
2015-07-23 22:29:08 -07:00
Timothy Stack
d2d8c75135
[sql] add an lnav_views table
2015-07-22 07:09:51 -07:00
Timothy Stack
9496a960f6
[check] print the partial match of non-matching lines when checking a log file
2015-07-20 06:33:52 -07:00
Timothy Stack
5e77e9f256
[readline] try a different behavior when tab-completing quoted stuff in the SQL context
2015-07-17 20:51:44 -07:00
Timothy Stack
3f4e11a693
[fmt] first pass at supporting sub-formats (called module formats)
2015-07-17 20:39:06 -07:00
Timothy Stack
a8bf7e39b0
log the version of libcurl
2015-07-12 10:23:01 -07:00
Timothy Stack
5ef60412db
[pt] pass search query to papertrail
2015-07-12 09:57:02 -07:00
Timothy Stack
7ef92dab79
[format] try to validate formats against a given file
2015-07-11 16:32:48 -07:00
Timothy Stack
f1dd99328d
[lnav.cc] move more stuff out of lnav.cc
2015-07-08 22:26:54 -07:00
Timothy Stack
6b971ccd66
move stuff out of lnav.cc
...
Defect Number:
Reviewed By:
Testing Done:
2015-07-08 06:35:36 -07:00
Timothy Stack
879bbd581e
[pt] rough draft of tail for papertrail
2015-07-06 20:53:42 -07:00
Suresh Sundriyal
b4f2c1683a
[coverity] Avoid a buffer-overrun.
...
'escape_index' is ensured to be less than 'sizeof(escape_buffer)-1'.
This guarantees enough space for one more character in the
escape_buffer. However, if we meet this condition, we go ahead and shove
a character and a null-terminator in to the string, potentially leading
to a buffer overrun.
2015-06-27 21:37:08 -07:00
Timothy Stack
054e8d489b
[data-scanner] convert to using re2c
2015-06-08 06:27:45 -07:00
Timothy Stack
504b5747fe
[sql] add an all_logs table that exposes the message format with values, like numbers, replaced with hashes
2015-06-03 06:36:58 -07:00
Timothy Stack
04f8ceadab
[file-marker] some more cleanup
2015-05-14 22:07:28 -07:00
Suresh Sundriyal
d6b32d60be
[lo-fi shortcut] Change shortcut to 'Ctrl-l'.
...
* Change the 'lo-fi' shortcut to 'Ctrl-l'
* Remove the shortcut for 'redraw'
2015-05-08 22:31:56 -07:00
Timothy Stack
1d0233bbfa
[json-format] support for full paths
2015-04-25 12:15:51 -07:00
Timothy Stack
ae64b599bd
[format] add more log levels and fix some more pretty-printer glitches
...
Fixes #212
2015-04-10 19:50:05 -07:00
Suresh Sundriyal
13337a75a5
[coverity] buffer overrun.
2015-04-10 00:44:06 -07:00
Timothy Stack
a50ec2eb42
update usage
2015-04-08 21:12:16 -07:00
Timothy Stack
8d421d0cd4
do not dump stdin if -q is specified
2015-04-08 21:06:38 -07:00
Timothy Stack
e1874c0278
use poll instead of select so we can handle more than FD_SETSIZE files
2015-04-08 20:36:45 -07:00
Timothy Stack
0b232a7588
[headless] multiline support for command files
2015-04-07 22:13:44 -07:00
Timothy Stack
2dfae4f7f9
[pretty] add some more tests and leave leading spaces alone in some cases
2015-04-07 21:25:01 -07:00
Suresh Sundriyal
1de2a30560
[wsign-compare] FreeBSD builds fail while comparing int with FD_SETSIZE.
2015-04-07 19:39:27 -07:00
Timothy Stack
d6d652ec38
various tweaks
2015-04-07 06:09:49 -07:00
Suresh Sundriyal
0c979afc09
[build] Add the git cln to the lnav version.
2015-04-06 21:35:47 -07:00
Timothy Stack
c58f44bb3f
[headless] completely read stdin in headless mode before running commands
2015-04-06 02:53:53 -07:00
Timothy Stack
32e96e6395
[pipe-to] fix some issues when running pipe in headless mode
2015-04-05 21:40:04 -07:00