1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00
Commit Graph

892 Commits

Author SHA1 Message Date
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
Timothy Stack
443053da62 [all_logs] add log_msg_schema hidden column to the all_logs table and refine the msg format 2015-08-26 09:41:45 -07:00
Timothy Stack
e95bd90dfc [filter] check for too many filters being created 2015-08-24 22:09:33 -07:00
Timothy Stack
0fee92b08f add 're-' prefix to data_scanner 2015-08-21 07:00:47 -07:00
Timothy Stack
feaff13b13 [data_parser] some fixes for the debugger and some parsing improvements 2015-08-21 06:48:05 -07:00
Timothy Stack
a3b417c2d5 fix timestamps in test 2015-08-19 21:15:34 -07:00
Timothy Stack
a6ffff5126 don't restore time-offset mode since people might not know how to turn it off 2015-08-19 21:13:21 -07:00
Timothy Stack
25a375f08d [misc] fix various bugs 2015-08-19 21:02:26 -07:00
Timothy Stack
6ce2d9e6a1 [pt] write out the error message for a request 2015-08-18 22:15:00 -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
1ad3966a95 [tests] add a couple more tests for the loader 2015-08-12 22:34:41 -07:00
Timothy Stack
87cfe63613 fix an issue with module formats 2015-08-10 21:50:30 -07:00
Timothy Stack
5bb0599d7e [fmt] add a sudo_log format 2015-08-10 20:41:27 -07:00
Timothy Stack
bedae8c8c2 [fmt] install/update formats from git repos
Fixes #244
2015-08-09 21:03:23 -07:00
Timothy Stack
84c5db2e70 sigh, just remove the test sample to satisfy travis 2015-08-07 20:33:58 -07:00
Timothy Stack
c60b2c2ed6 try to fix the pcrepp test 2015-08-07 20:12:52 -07:00
Timothy Stack
9139e6de5b [search-table] guess the column types based on the regex 2015-08-07 20:04:28 -07:00
Timothy Stack
17ca8febf0 do distcheck in parallel as well 2015-08-05 23:26:18 -07:00
Timothy Stack
a23e83f878 do the travis build in parallel 2015-08-05 23:25:42 -07:00
Timothy Stack
2b5447f59c [sql] add a log_search table 2015-08-05 23:18:19 -07:00
Timothy Stack
6f26aa7f3e [sql] multiline text was not returned correctly 2015-08-04 21:49:13 -07:00
Timothy Stack
b76b6175c6 build fix 2015-08-04 08:47:33 -07:00
Timothy Stack
cd0145a49d build fix 2015-08-04 08:43:45 -07:00
Timothy Stack
83b92c3b65 [papertrail] add support for time ranges 2015-08-04 08:39:32 -07:00
Timothy Stack
9df95b33e1 build fix 2015-08-03 08:27:33 -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
9555ad911a more build fixes 2015-08-02 07:41:09 -07:00
Timothy Stack
4f52a5ea5c build fix 2015-08-02 06:49:33 -07:00
Timothy Stack
f286950854 [curl] add a curl looper to handle url requests 2015-08-02 06:43:57 -07:00
Timothy Stack
248dd78f63 [config] some libcurl changes for static linking 2015-07-25 07:01:29 -07:00
Timothy Stack
06c74c450f [release] some updates to the release makefile 2015-07-25 06:45:38 -07:00
Timothy Stack
b7d7fe70c7 [pretty] remove extraneous newline 2015-07-23 23:35:56 -07:00
Timothy Stack
82574e2e27 [line_buffer] missed invalidating a sb ref 2015-07-23 23:06:52 -07:00
Timothy Stack
fa89ecc5e5 redo the search in the pretty view
Fixes #245
2015-07-23 22:29:08 -07:00
Timothy Stack
d616509958 build fix 2015-07-22 07:41:23 -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
3a87a65ab2 [fmt] add warnings for missing fields 2015-07-20 05:33:02 -07:00
Timothy Stack
010131aaba [docs] update the docs for recent changes 2015-07-19 21:38:37 -07:00
Timothy Stack
27bb9bb2ee [fmt] highlight identifiers in module formats 2015-07-19 02:40:02 -07:00