Commit Graph

531 Commits (245a3c3d1b24b9e2a46a40acda9a166ff8e77d4a)

Author SHA1 Message Date
Timothy Stack 245a3c3d1b [fmt] allow timestamp to be specified in the log format
Fixes #155
10 years ago
Timothy Stack ae64b599bd [format] add more log levels and fix some more pretty-printer glitches
Fixes #212
10 years ago
Suresh Sundriyal 13337a75a5 [coverity] buffer overrun. 10 years ago
Suresh Sundriyal fd157ac42c [pretty] 'A-f' covers a lot of printable characters. 10 years ago
Timothy Stack 488d24b847 [pretty] word-wrap should work in the pretty-printer view 10 years ago
Timothy Stack a50ec2eb42 update usage 10 years ago
Timothy Stack 8d421d0cd4 do not dump stdin if -q is specified 10 years ago
Timothy Stack a2f298de8c forgot to check for POLLHUP 10 years ago
Timothy Stack e1874c0278 use poll instead of select so we can handle more than FD_SETSIZE files 10 years ago
Suresh Sundriyal 9f53d1d3d1 [regex] VMKernel logs have ALERT as well as WARNING. 10 years ago
Tim Stack 20e1fc06dd Merge pull request #207 from sureshsundriyal/wip
[terminal] Print out an error when openpty fails.
10 years ago
Suresh Sundriyal 7e5d5a72bd [terminal] Print out an error when openpty fails.
tstack/lnav#206
10 years ago
Timothy Stack 0b232a7588 [headless] multiline support for command files 10 years ago
Timothy Stack 2dfae4f7f9 [pretty] add some more tests and leave leading spaces alone in some cases 10 years ago
Suresh Sundriyal 1de2a30560 [wsign-compare] FreeBSD builds fail while comparing int with FD_SETSIZE. 10 years ago
Timothy Stack 5f7344874b [pretty] only start a new line after a comma if we're in a structure 10 years ago
Timothy Stack d6d652ec38 various tweaks 10 years ago
Suresh Sundriyal 7da767bc07 [build] More changes for git version string. 10 years ago
Suresh Sundriyal 0c979afc09 [build] Add the git cln to the lnav version. 10 years ago
Timothy Stack c58f44bb3f [headless] completely read stdin in headless mode before running commands 10 years ago
Timothy Stack 32e96e6395 [pipe-to] fix some issues when running pipe in headless mode 10 years ago
Timothy Stack 1e7c988d85 [bookmark] fix static initializer order for the bookmark types 10 years ago
Timothy Stack 7b8bc67cc9 [pretty] drop extra new lines 10 years ago
Timothy Stack a300ce9977 [format] order the formats based on sample matches 10 years ago
Suresh Sundriyal 05b408b568 [cleanup] Remove generated files and add to .gitignore.
- Remove the build generated files from the source tree.
  - This should take care of these files going out of sync or not be
    compatible with the version of autotools installed on users'
    machines.
- Add the generated files to .gitignore.
- Add a note in the installation instructions to run autogen.sh before
  running configure.
10 years ago
Suresh Sundriyal 7e3036cb86 [build] autogen 10 years ago
Suresh Sundriyal bfee33b7fd Turn on 'sign-compare' error check for tests. 10 years ago
Suresh Sundriyal dd88c6543a [build] Turn 'sign-compare' in to an error.
Can't turn on the same on tests because it breaks on some test cases.
10 years ago
Timothy Stack 0452bc0438 [build] some more sign-compare stuff 10 years ago
Timothy Stack 38e56b63ea [hist] fix the histogram when filters change 10 years ago
Tim Stack 1a204c6915 remove leftover test code 10 years ago
Timothy Stack 0d97e7ef59 override gettimeofday for testing 10 years ago
Timothy Stack 62011b4226 fix an errant include 10 years ago
Timothy Stack 408c690192 [log] some more logging cleanup 10 years ago
Timothy Stack f0f819b119 [log] dump more state on a crash 10 years ago
Suresh Sundriyal a1fd8f9dd9 [time_fmt] Add the new time_fmt to Makefile.am.
Makefile.in is a generated file and will get overwritten on the next
autogen run.
10 years ago
androm3da a66db0fd8b [time_formats] Added another time format
Added a new time format to the list
10 years ago
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