Commit Graph

775 Commits (b854940d22f5ac8a27719429ae462dba953f5920)
 

Author SHA1 Message Date
Suresh Sundriyal b854940d22 [vagrant] Fix builds and add support for FreeBSD.
+ The sqlite certificates have changed and not trusted by wget, so use
  the http protocol to download the binary.
+ Add support for FreeBSD builds.
+ Move stuff around to support FreeBSD builds.
+ Destroy the vagrant VM after a successful build.
9 years ago
Suresh Sundriyal 0ad313a342 Merge pull request #222 from sureshsundriyal/wip
[test] Add tests for attaching to sqlite3 db.
9 years ago
Suresh Sundriyal 9894db83be [test] Add tests for attaching to sqlite3 db.
* Test for attaching db when passed in through as a command line
  argument.
* Test for attaching db from within lnav.
9 years ago
Suresh Sundriyal 363fb68db4 Merge pull request #220 from sureshsundriyal/wip
Revert "[build] Remove the build dependency on 'sqlite3' command-line to...
9 years ago
Suresh Sundriyal b2959ce6bd Revert "[build] Remove the build dependency on 'sqlite3' command-line tool."
This reverts commit ce7a32b587.
9 years ago
Suresh Sundriyal fea61ef092 Merge pull request #219 from sureshsundriyal/wip
[build] Remove the build dependency on 'sqlite3' command-line tool.
9 years ago
Suresh Sundriyal ce7a32b587 [build] Remove the build dependency on 'sqlite3' command-line tool. 9 years ago
Suresh Sundriyal f106d1678a Merge pull request #218 from sureshsundriyal/wip
[build] Remove the dependency on Python.
9 years ago
Suresh Sundriyal 70e2de6fc6 [build] Remove the dependency on Python.
We got rid of the only Python script that was run during the build phase
to produce the sql table. This dependecy is no longer required.
9 years ago
Tim Stack 1b9f96852b Merge pull request #216 from sureshsundriyal/wip
[init.sql] Check in a static init.sql and remove init_sql.py.
9 years ago
Suresh Sundriyal 8e70980f7f [init.sql] Check in a static init.sql and remove init_sql.py.
- The codes from httplib.py don't contain all the HTTP status codes and
  might differ between different versions of Python installed on the
  systems the binary is built on.
- Add the complete list from:
  http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
- Remove ```init_sql.py``` from the source directory.
- Remove the ```init.sql``` targets from Makefile.am
9 years ago
Timothy Stack 1c41731c33 remove -Werror=sign-compare for now since it's not supported on some older compilers 9 years ago
Suresh Sundriyal 8405481381 Merge pull request #215 from sureshsundriyal/wip
Fix broken build targets + coverity fixes.
9 years ago
Suresh Sundriyal d9a85507af [build] Fix the broken 'make distcheck' target. 9 years ago
Suresh Sundriyal 4e9f6f9b2a [coverity] Uninitialized pointer field : textview_curses.hh 9 years ago
Timothy Stack 245a3c3d1b [fmt] allow timestamp to be specified in the log format
Fixes #155
9 years ago
Timothy Stack ae64b599bd [format] add more log levels and fix some more pretty-printer glitches
Fixes #212
9 years ago
Tim Stack 2981357ed4 Merge pull request #213 from sureshsundriyal/wip
[coverity] buffer overrun.
9 years ago
Suresh Sundriyal 13337a75a5 [coverity] buffer overrun. 9 years ago
Timothy Stack 866f45380c turn off coverity 9 years ago
Timothy Stack 4fcc4d6fdf run coverity 9 years ago
Tim Stack 6e5641314a Merge pull request #210 from sureshsundriyal/wip
[pretty] 'A-f' covers a lot of printable characters.
9 years ago
Suresh Sundriyal fd157ac42c [pretty] 'A-f' covers a lot of printable characters. 9 years ago
Timothy Stack 488d24b847 [pretty] word-wrap should work in the pretty-printer view 9 years ago
Timothy Stack a50ec2eb42 update usage 9 years ago
Timothy Stack 8d421d0cd4 do not dump stdin if -q is specified 9 years ago
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