Commit Graph

1078 Commits (a59e0b290e43c1e57afa5f17e48d46c98aa289ae)
 

Author SHA1 Message Date
Timothy Stack 4eb797ce9a [hist] start to replace the old hist_source class 9 years ago
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.
9 years ago
Timothy Stack 64cbab1281 [sql] exec .sql files in format dirs 9 years ago
Timothy Stack 91406be91e [nav] add "opid" support with a hotkey 9 years ago
Timothy Stack 885f65f402 [fmt] add an ELB format 9 years ago
Timothy Stack 65a4803955 [tests] some more test fixes 9 years ago
Timothy Stack c0fc73d4ea [tests] fix test_sql.sh 9 years ago
Timothy Stack 3996eef593 use an empty file 9 years ago
Timothy Stack 3c9ba126a9 [glob] ignore files picked up by a glob that are not readable 9 years ago
Timothy Stack ff929391f3 need to fflush(stdout) to get the mouse working again 9 years ago
Timothy Stack e799638889 missed flushing the stream when setting the term title, it could cause some screen corruption 9 years ago
Timothy Stack 4af60fe4ee include the required version of libcurl in the README/NEWS 9 years ago
Timothy Stack 6cb42fc690 the log_search table regex should be case-insensitive 9 years ago
Timothy Stack 0c3a303066 set 'level' as the default name for the level field 9 years ago
Timothy Stack 7a476ca42d use a more reliable ip address for test 9 years ago
Suresh Sundriyal 7103060924 Merge pull request #265 from sureshsundriyal/freebsd
[release-builds] Fix the FreeBSD builds.
9 years ago
Suresh Sundriyal e68452e174 [release-builds] Fix the FreeBSD builds.
Fixes tstack/lnav#264
9 years ago
Timothy Stack 0237aaad21 [release] update the release Makefile 9 years ago
Timothy Stack dfb009595b [loader] prefer user-provided formats when breaking a cycle 9 years ago
Tim Stack 97699e93a9 Add bountysource link 9 years ago
Timothy Stack 4f775dc1ae [pt] don't poll if max time is set 9 years ago
Timothy Stack f11cca2366 [sql] add a timeslice() function 9 years ago
Timothy Stack 99d103cd58 [logline] add a log_msg_instance column to the table 9 years ago
Timothy Stack bf73660747 bump version to 0.8.0 9 years ago
Timothy Stack 9c23431779 [all_logs] add a .msgformats SQL command 9 years ago
Timothy Stack 45fbae9c0f turn off coverity 9 years ago
Timothy Stack 060c24b679 turn on coverity 9 years ago
Timothy Stack ecd3eb05bc [coverity] next set of fixes 9 years ago
Timothy Stack 69e927e91b [coverity] some more fixes 9 years ago
Suresh Sundriyal eb97193e33 Merge pull request #257 from sureshsundriyal/configure
[Autoconf] More cleanup.
9 years ago
Suresh Sundriyal f96827a61c [Autoconf] More cleanup. 9 years ago
Timothy Stack d298f45fe0 some coverity fixes 9 years ago
Timothy Stack c3a26ceb6f fix some copy pasta in pt-time commands 9 years ago
Timothy Stack ef37fcd4d2 turn off coverity 9 years ago
Timothy Stack 17c375bb8f turn on coverity 9 years ago
Timothy Stack 4f32bddd93 [pt] allow relative times for papertrail time bounds 9 years ago
Timothy Stack ec473edc85 [cmd] add support for times in goto 9 years ago
Suresh Sundriyal 7cd7bf4dc4 Merge pull request #256 from sureshsundriyal/autoconf
[Autoconf] Minor cleanup.
9 years ago
Suresh Sundriyal 90b9905bdc [Autoconf] Minor cleanup.
Use the autoconf macros instead of shell constructs.
9 years ago
Suresh Sundriyal 9711e99d11 Merge pull request #254 from sureshsundriyal/curl
[cURL] Allow libcurl to be dynamically linked in on OS X.
9 years ago
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.
9 years ago
Timothy Stack 7407fd429d user alerter instead of flash() 9 years ago
Timothy Stack 4422e9d82b [curl] use ssh-agent for auth 9 years ago
Timothy Stack 3c0d78d28e [sql] fix spurious loading bar flash while searching 9 years ago
Timothy Stack 399c78d86d [pretty] pretty-print the contents of strings
Fixes #250
9 years ago
Timothy Stack 443053da62 [all_logs] add log_msg_schema hidden column to the all_logs table and refine the msg format 9 years ago
Timothy Stack e95bd90dfc [filter] check for too many filters being created 9 years ago
Timothy Stack 0fee92b08f add 're-' prefix to data_scanner 9 years ago
Timothy Stack feaff13b13 [data_parser] some fixes for the debugger and some parsing improvements 9 years ago
Timothy Stack a3b417c2d5 fix timestamps in test 9 years ago