Commit Graph

212 Commits (ae64b599bd8342a077722d04659a1b4081e18420)

Author SHA1 Message Date
Timothy Stack ae64b599bd [format] add more log levels and fix some more pretty-printer glitches
Fixes #212
10 years ago
Timothy Stack e1874c0278 use poll instead of select so we can handle more than FD_SETSIZE files 10 years ago
Timothy Stack 66d258dd44 [test] use doc ip range 10 years ago
Timothy Stack 8a91c96bed [build] bump version to 0.7.3 since we will release soon 10 years ago
Timothy Stack 0b232a7588 [headless] multiline support for command files 10 years ago
Timothy Stack 269dfac33e [build] missed adding test file to makefile 10 years ago
Timothy Stack 2dfae4f7f9 [pretty] add some more tests and leave leading spaces alone in some cases 10 years ago
Timothy Stack c58f44bb3f [headless] completely read stdin in headless mode before running commands 10 years ago
Suresh Sundriyal c64ec91eb5 [build] Fix 'make distcheck'/package logfile_vami.0 10 years ago
Timothy Stack 7b8bc67cc9 [pretty] drop extra new lines 10 years ago
Timothy Stack da73110578 Revert "Revert "[pretty-print] add a test for the pretty-printer""
This reverts commit 42b809427d.
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 fc91faaa00 Enable '-Werror' on the tests. 10 years ago
Suresh Sundriyal bfee33b7fd Turn on 'sign-compare' error check for tests. 10 years ago
Timothy Stack a0ccbc9872 [build] quiet a format warning 10 years ago
Suresh Sundriyal 89cc9e09fd [build] Fix 'make distcheck' 10 years ago
Timothy Stack 8d20474e42 set the timestamp for the syslog file 10 years ago
Timothy Stack 38e56b63ea [hist] fix the histogram when filters change 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 e62172fb63 [-Wformat] Fix scripty.cc again.
Seems like timeval is defined differently on OS X than on Linux. So
fixing the format specifier on one breaks it on the other. Explicitly
cast the value being passed in to fix the problem on both the platforms.
10 years ago
Suresh Sundriyal e359f8552a [-Wunused-result] Bunch of test files. 10 years ago
Suresh Sundriyal c45496b593 [-Wformat] test/scripty.cc 10 years ago
Suresh Sundriyal 7d5ddc5994 [travis] Fix travis behavior.
Something seems to have changed in the travis infrastructure. It has
suddenly started complaining about 'test' usage in test_logfile.sh and
not printing out the test logs after the run.
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
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 94e3051257 [tests] Fix the conditional. 10 years ago
Suresh Sundriyal 521767eeb9 [build] autogen 10 years ago
Suresh Sundriyal b371a680b3 [tests] Skip bzip2 tests if not compiled with bzip2. 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 23e2d86421 [build] autogen run 10 years ago
Suresh Sundriyal d1c267b0b1 [Warning] conversion from string literal to 'char *'
Fix the deprecation warning about conversion from string literal to
'char *' by implicitly casting the literal.
10 years ago
Timothy Stack fa2ed5621d [build] autogen run 10 years ago
Timothy Stack ff724e4941 [pipe-to] set env vars for each log line column 10 years ago
Timothy Stack 12b81fe4e7 [format] fix full message read for json formats 10 years ago
Timothy Stack 3e7063a522 [pretty-print] put closing curlys on their own line 10 years ago
Timothy Stack 42b809427d Revert "[pretty-print] add a test for the pretty-printer"
This reverts commit e0cec10445.
10 years ago
Timothy Stack e0cec10445 [pretty-print] add a test for the pretty-printer 10 years ago
Timothy Stack c670a86d04 [pretty-print] first pass at a pretty-printer
Defect Number:
    Reviewed By:
   Testing Done:
10 years ago
Timothy Stack 1d3481c3fa [cmd] add pipe-to and pipe-line-to commands 10 years ago
Timothy Stack 9ded31f647 display autotools version 10 years ago
Suresh Sundriyal bd2ae532de Update the generated build files. 10 years ago
Timothy Stack fad59bfaf1 [ptime] fix endianness and parsing issues 10 years ago