Commit Graph

899 Commits (eb97193e33c345326130374f4e6aec01a5a4d3c4)
 

Author SHA1 Message Date
Timothy Stack a2f298de8c forgot to check for POLLHUP 9 years ago
Timothy Stack e1874c0278 use poll instead of select so we can handle more than FD_SETSIZE files 9 years ago
Timothy Stack 66d258dd44 [test] use doc ip range 9 years ago
Tim Stack 754d0aba05 Merge pull request #209 from sureshsundriyal/wip
[regex] VMKernel logs have ALERT as well as WARNING.
9 years ago
Suresh Sundriyal 9f53d1d3d1 [regex] VMKernel logs have ALERT as well as WARNING. 9 years ago
Tim Stack 20e1fc06dd Merge pull request #207 from sureshsundriyal/wip
[terminal] Print out an error when openpty fails.
9 years ago
Suresh Sundriyal 7e5d5a72bd [terminal] Print out an error when openpty fails.
tstack/lnav#206
9 years ago
Timothy Stack 8a91c96bed [build] bump version to 0.7.3 since we will release soon 9 years ago
Suresh Sundriyal 8944e951a6 Merge pull request #205 from sureshsundriyal/wip
[build] Remove the mangled C++ symbol check.
9 years ago
Timothy Stack 0b232a7588 [headless] multiline support for command files 9 years ago
Suresh Sundriyal 7e8a3f06f2 [build] Remove the mangled C++ symbol check. 9 years ago
Timothy Stack 269dfac33e [build] missed adding test file to makefile 9 years ago
Timothy Stack 2dfae4f7f9 [pretty] add some more tests and leave leading spaces alone in some cases 9 years ago
Suresh Sundriyal a09abb7d41 Merge pull request #203 from sureshsundriyal/wip
[build] Stop adding to the environment variables.
9 years ago
Suresh Sundriyal 65959bab47 [build] Stop adding to the environment variables.
The AutoMake scripts honor the SQLITE3_XXX flags already. There is no need to
keep adding stuff to the environment variables.
9 years ago
Suresh Sundriyal 7ba7627fcb Merge pull request #202 from sureshsundriyal/wip
[wsign-compare] FreeBSD builds fail while comparing int with FD_SETSIZE.
9 years ago
Suresh Sundriyal 1de2a30560 [wsign-compare] FreeBSD builds fail while comparing int with FD_SETSIZE. 9 years ago
Timothy Stack 5f7344874b [pretty] only start a new line after a comma if we're in a structure 9 years ago
Timothy Stack d6d652ec38 various tweaks 9 years ago
Tim Stack e065d2b34b Merge pull request #201 from sureshsundriyal/wip
[build] Add the git cln to the lnav version.
9 years ago
Suresh Sundriyal 7da767bc07 [build] More changes for git version string. 9 years ago
Suresh Sundriyal 0c979afc09 [build] Add the git cln to the lnav version. 9 years ago
Timothy Stack c58f44bb3f [headless] completely read stdin in headless mode before running commands 9 years ago
Suresh Sundriyal e769eb371d Merge pull request #200 from sureshsundriyal/wip
[autogen] More fixes.
9 years ago
Suresh Sundriyal 68716cd3a4 [autogen] More fixes. 9 years ago
Suresh Sundriyal 07179063f8 Merge pull request #199 from sureshsundriyal/wip
[autogen] Fix autogen on systems without 'which'.
9 years ago
Suresh Sundriyal 397f33ad03 [autogen] Fix autogen on systems without 'which'. 9 years ago
Suresh Sundriyal 4d3c1e206b Merge pull request #198 from sureshsundriyal/wip
[autogen] Honor environment variables and prefer autoreconf.
9 years ago
Suresh Sundriyal c1d37fab97 [autogen] Honor environment variables and prefer autoreconf. 9 years ago
Timothy Stack 32e96e6395 [pipe-to] fix some issues when running pipe in headless mode 9 years ago
Timothy Stack 1e7c988d85 [bookmark] fix static initializer order for the bookmark types 9 years ago
Suresh Sundriyal 36aa0c10d4 [build] Fix osx-package builds. 9 years ago
Suresh Sundriyal b954836cf0 [release-build] Fix the linux vagrant builds. 9 years ago
Suresh Sundriyal 24ce092873 Merge pull request #197 from sureshsundriyal/wip
[travis] Add 'make distcheck' to the test script.
9 years ago
Suresh Sundriyal d1916b3329 [travis] Add 'make distcheck' to the test script. 9 years ago
Suresh Sundriyal faa54f4823 Merge pull request #196 from sureshsundriyal/wip
[build] Fix 'make distcheck'/package logfile_vami.0
9 years ago
Suresh Sundriyal c64ec91eb5 [build] Fix 'make distcheck'/package logfile_vami.0 9 years ago
Timothy Stack 7b8bc67cc9 [pretty] drop extra new lines 9 years ago
Timothy Stack da73110578 Revert "Revert "[pretty-print] add a test for the pretty-printer""
This reverts commit 42b809427d.
9 years ago
Timothy Stack a300ce9977 [format] order the formats based on sample matches 9 years ago
Tim Stack fd55176df8 Merge pull request #195 from sureshsundriyal/wip
Clean up the autogenerated build files.
9 years ago
Suresh Sundriyal e7fdaf871f [README.md] Fix the instruction about autogen.sh. 9 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.
9 years ago
Suresh Sundriyal 7e3036cb86 [build] autogen 9 years ago
Suresh Sundriyal 7948bc0e04 Merge pull request #193 from sureshsundriyal/wip
compiler flags.
9 years ago
Suresh Sundriyal fc91faaa00 Enable '-Werror' on the tests. 9 years ago
Suresh Sundriyal bfee33b7fd Turn on 'sign-compare' error check for tests. 9 years ago
Suresh Sundriyal b1a2a88d98 Merge pull request #188 from sureshsundriyal/wip
[build] Turn 'sign-compare' in to an error.
9 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.
9 years ago
Timothy Stack a0ccbc9872 [build] quiet a format warning 9 years ago