Commit Graph

494 Commits (814a549c724515f5e387c7b7b37382137efad9ef)

Author SHA1 Message Date
Suresh Sundriyal 32c6874665 [-Wsign-compare] lnav_log.cc 10 years ago
Suresh Sundriyal 19e6303fac [-Wsign-compare] lnav.cc 10 years ago
Suresh Sundriyal 8c329130ed [-Wsign-compare] logfile_sub_source.cc 10 years ago
Suresh Sundriyal 410c2a3cd7 [-Wsign-compare] lnav_commands.cc 10 years ago
Suresh Sundriyal c61bfbecad [-Wsign-compare] log_vtab_impl.cc 10 years ago
Suresh Sundriyal ff4db03d5b [-Wsign-compare *&& -Wuninitailzed] log_format.cc 10 years ago
Suresh Sundriyal a21c172d8e [Coverity] Fix a forward null. 10 years ago
Suresh Sundriyal e6d97795fe [-Wunused-but-set-variable] vt52_curses.cc 10 years ago
Suresh Sundriyal fe6f3ec1ae [-Wsign-compare] view_curses.hh 10 years ago
Suresh Sundriyal 72bdbb5839 [-Wsign-compare] statusview_curses.hh 10 years ago
Suresh Sundriyal 67e79fb07c [-Wsign-compare] readline_curses.cc 10 years ago
Suresh Sundriyal 36b012eba3 [-Wsign-compare] filter_observer.hh 10 years ago
Suresh Sundriyal 35feb28212 [-Wsign-compare] textview_curses.hh 10 years ago
Suresh Sundriyal c23ea2cf96 [-Wsign-compare] json_ptr.hh 10 years ago
Suresh Sundriyal 04471054d8 [-Wsign-compare] data_scanner.hh 10 years ago
Suresh Sundriyal de34380aed [-Wsign-compare] readline_highlighters.cc 10 years ago
Suresh Sundriyal e1f922d25a [-Wsign-compare] Type mismatch: db_sub_source.hh 10 years ago
Suresh Sundriyal e41549f96c [-Wsign-compare] Fix the type mismatch warnings. 10 years ago
Timothy Stack 66c5d9413e fix piping lnav 10 years ago
Timothy Stack 7efedcdafc [lint] remove unnecessary null checks 10 years ago
Timothy Stack e71985a951 need to check the view stack in rebuild_indexes() 10 years ago
Timothy Stack 033c861028 [cmd] next/prev-mark commands 10 years ago
Suresh Sundriyal a46d33de2b [pretty print] Avoid extra new lines.
With the recent change to enable pretty print on all the log lines in
the current view, 'lnav' adds extra new lines between all the normal log
lines. This change removes the extra new lines.
10 years ago
Suresh Sundriyal 27b0a67168 [build] autogen 10 years ago
Suresh Sundriyal 707ccce9c0 [build] Stop readline macro from polluting the environment variables. 10 years ago
Suresh Sundriyal 4ed9765610 [Coverity] Fix dereference before null check. 10 years ago
Suresh Sundriyal c386814850 [Coverity] Printf arg type mismatch. 10 years ago
Suresh Sundriyal 6a2c28450e [Coverity] Initialize class variables. 10 years ago
Suresh Sundriyal 0c30d52ca2 [Coverity] Remove dead code.
Given the fact that rem += SECSPERDAY is executed only when rem < 0,
it won't be possible for the condition 'rem >= SECSPERDAY' to be true.
10 years ago
Tim Stack fdcb75d198 Merge pull request #157 from sureshsundriyal/wip
Fix the tests when not compiled with bz2 support.
10 years ago
Timothy Stack 44d2e12403 [text] add filtering support to the plain text view
Fixes #149 #148
10 years ago
Suresh Sundriyal 521767eeb9 [build] autogen 10 years ago
Suresh Sundriyal acd913b9f9 [Compile errors] test_override.cc -> test_override.c 10 years ago
Timothy Stack 282e70445e [pretty] reformat all displayed lines instead of just the top one
Fixes #150
10 years ago
Suresh Sundriyal ed0baf7c1c [build] Add custom silent rules.
Add custom silent rules for ptime/bin2c/sqlite3/rm commands.
10 years ago
Timothy Stack 8fb15e455a [cmd] add a relative-goto command 10 years ago
Suresh Sundriyal 1025015bc8 [build] autogen.sh run 10 years ago
Suresh Sundriyal 40250d41d9 [build] autogen.sh run 10 years ago
Timothy Stack 4ea800a8f8 [build] messed up sigset init 10 years ago
Timothy Stack 219a4baad1 [ui] lower the index rebuild frequency when the command line is active 10 years ago
Suresh Sundriyal 23e2d86421 [build] autogen run 10 years ago
Timothy Stack 42521ef337 [hist] the wrong view could be used when switching from hist to log 10 years ago
Timothy Stack cf462cecde [hist] need to rebuild the histogram if files are closed 10 years ago
Suresh Sundriyal 6567b53266 [Coverity] Eliminate null pointer dereferencing.
There is a possibility that 'name' might be NULL and {get/set}env might
dereference it.
10 years ago
Suresh Sundriyal e3f2939904 [Coverity] Uninitialized variable.
Zero out 'msg' during declaration.
10 years ago
Suresh Sundriyal 803642a849 [Coverity] Fixes an 'Uninitialized variables' error.
Initialize retval to SQLITE_ERROR during declaration at the beggining of
the method. I could technically go with SQLITE_OK but if this is going
to be unintentially returned without being initialized, I would much
rather it return an error than success.
10 years ago
Suresh Sundriyal 74de13e2c9 Remove unused 'strncasestr_i'.
The function is not really used anywhere and does not really do what the
name suggests it should. It leads to compiler warnings about 'unused'
function. Removing this for now.
10 years ago
Suresh Sundriyal 1c0d3a4f5a [Warnings] varargs with reference parameters.
'va_start' has undefined behvaior with reference types, so use a pointer instead.
10 years ago
Suresh Sundriyal 89b31050f1 [Compile errors] Fix some errors on ancient toolchains.
Fix some random errors on older toolchains where sys/time.h does
not include time.h.
10 years ago
Timothy Stack b02430f4d9 add netinet include 10 years ago