Commit Graph

  • f106d1678a Merge pull request #218 from sureshsundriyal/wip Suresh Sundriyal 2015-04-12 00:12:06 -07:00
  • 70e2de6fc6 [build] Remove the dependency on Python. Suresh Sundriyal 2015-04-11 18:19:34 -07:00
  • 1b9f96852b Merge pull request #216 from sureshsundriyal/wip Tim Stack 2015-04-11 16:29:49 -07:00
  • 8e70980f7f [init.sql] Check in a static init.sql and remove init_sql.py. Suresh Sundriyal 2015-04-11 14:55:50 -07:00
  • 1c41731c33 remove -Werror=sign-compare for now since it's not supported on some older compilers v0.7.3 Timothy Stack 2015-04-11 11:31:07 -07:00
  • 8405481381 Merge pull request #215 from sureshsundriyal/wip Suresh Sundriyal 2015-04-11 01:00:07 -07:00
  • d9a85507af [build] Fix the broken 'make distcheck' target. Suresh Sundriyal 2015-04-11 00:52:06 -07:00
  • 4e9f6f9b2a [coverity] Uninitialized pointer field : textview_curses.hh Suresh Sundriyal 2015-04-10 22:48:54 -07:00
  • 245a3c3d1b [fmt] allow timestamp to be specified in the log format Timothy Stack 2015-04-10 22:55:57 -07:00
  • ae64b599bd [format] add more log levels and fix some more pretty-printer glitches Timothy Stack 2015-04-10 19:50:05 -07:00
  • 2981357ed4 Merge pull request #213 from sureshsundriyal/wip Tim Stack 2015-04-10 03:05:11 -07:00
  • 13337a75a5 [coverity] buffer overrun. Suresh Sundriyal 2015-04-10 00:43:33 -07:00
  • 866f45380c turn off coverity Timothy Stack 2015-04-09 07:46:22 -07:00
  • 4fcc4d6fdf run coverity Timothy Stack 2015-04-09 07:29:06 -07:00
  • 6e5641314a Merge pull request #210 from sureshsundriyal/wip Tim Stack 2015-04-09 05:47:15 -07:00
  • fd157ac42c [pretty] 'A-f' covers a lot of printable characters. Suresh Sundriyal 2015-04-09 05:33:36 -07:00
  • 488d24b847 [pretty] word-wrap should work in the pretty-printer view Timothy Stack 2015-04-08 23:06:43 -07:00
  • a50ec2eb42 update usage Timothy Stack 2015-04-08 21:12:16 -07:00
  • 8d421d0cd4 do not dump stdin if -q is specified Timothy Stack 2015-04-08 21:06:38 -07:00
  • a2f298de8c forgot to check for POLLHUP Timothy Stack 2015-04-08 20:58:12 -07:00
  • e1874c0278 use poll instead of select so we can handle more than FD_SETSIZE files Timothy Stack 2015-04-08 20:36:45 -07:00
  • 66d258dd44 [test] use doc ip range Timothy Stack 2015-04-08 20:01:20 -07:00
  • 754d0aba05 Merge pull request #209 from sureshsundriyal/wip Tim Stack 2015-04-08 19:55:57 -07:00
  • 9f53d1d3d1 [regex] VMKernel logs have ALERT as well as WARNING. Suresh Sundriyal 2015-04-08 19:07:11 -07:00
  • 20e1fc06dd Merge pull request #207 from sureshsundriyal/wip Tim Stack 2015-04-08 09:20:18 -07:00
  • 7e5d5a72bd [terminal] Print out an error when openpty fails. Suresh Sundriyal 2015-04-08 03:57:34 -07:00
  • 8a91c96bed [build] bump version to 0.7.3 since we will release soon Timothy Stack 2015-04-08 02:26:25 -07:00
  • 8944e951a6 Merge pull request #205 from sureshsundriyal/wip Suresh Sundriyal 2015-04-07 22:24:13 -07:00
  • 0b232a7588 [headless] multiline support for command files Timothy Stack 2015-04-07 22:13:44 -07:00
  • 7e8a3f06f2 [build] Remove the mangled C++ symbol check. Suresh Sundriyal 2015-04-07 21:54:13 -07:00
  • 269dfac33e [build] missed adding test file to makefile Timothy Stack 2015-04-07 21:37:25 -07:00
  • 2dfae4f7f9 [pretty] add some more tests and leave leading spaces alone in some cases Timothy Stack 2015-04-07 21:25:01 -07:00
  • a09abb7d41 Merge pull request #203 from sureshsundriyal/wip Suresh Sundriyal 2015-04-07 20:31:34 -07:00
  • 65959bab47 [build] Stop adding to the environment variables. Suresh Sundriyal 2015-04-07 20:22:42 -07:00
  • 7ba7627fcb Merge pull request #202 from sureshsundriyal/wip Suresh Sundriyal 2015-04-07 19:46:34 -07:00
  • 1de2a30560 [wsign-compare] FreeBSD builds fail while comparing int with FD_SETSIZE. Suresh Sundriyal 2015-04-07 19:39:27 -07:00
  • 5f7344874b [pretty] only start a new line after a comma if we're in a structure Timothy Stack 2015-04-07 17:24:56 -07:00
  • d6d652ec38 various tweaks Timothy Stack 2015-04-07 06:09:49 -07:00
  • e065d2b34b Merge pull request #201 from sureshsundriyal/wip Tim Stack 2015-04-06 22:30:57 -07:00
  • 7da767bc07 [build] More changes for git version string. Suresh Sundriyal 2015-04-06 21:51:16 -07:00
  • 0c979afc09 [build] Add the git cln to the lnav version. Suresh Sundriyal 2015-04-06 21:33:34 -07:00
  • c58f44bb3f [headless] completely read stdin in headless mode before running commands Timothy Stack 2015-04-06 02:48:12 -07:00
  • e769eb371d Merge pull request #200 from sureshsundriyal/wip Suresh Sundriyal 2015-04-06 00:14:45 -07:00
  • 68716cd3a4 [autogen] More fixes. Suresh Sundriyal 2015-04-06 00:07:07 -07:00
  • 07179063f8 Merge pull request #199 from sureshsundriyal/wip Suresh Sundriyal 2015-04-05 22:52:47 -07:00
  • 397f33ad03 [autogen] Fix autogen on systems without 'which'. Suresh Sundriyal 2015-04-05 22:44:25 -07:00
  • 4d3c1e206b Merge pull request #198 from sureshsundriyal/wip Suresh Sundriyal 2015-04-05 22:07:51 -07:00
  • c1d37fab97 [autogen] Honor environment variables and prefer autoreconf. Suresh Sundriyal 2015-04-05 21:57:32 -07:00
  • 32e96e6395 [pipe-to] fix some issues when running pipe in headless mode Timothy Stack 2015-04-05 21:40:04 -07:00
  • 1e7c988d85 [bookmark] fix static initializer order for the bookmark types Timothy Stack 2015-04-05 16:26:50 -07:00
  • 36aa0c10d4 [build] Fix osx-package builds. Suresh Sundriyal 2015-04-05 16:10:47 -07:00
  • b954836cf0 [release-build] Fix the linux vagrant builds. Suresh Sundriyal 2015-04-05 15:44:51 -07:00
  • 24ce092873 Merge pull request #197 from sureshsundriyal/wip Suresh Sundriyal 2015-04-05 13:40:32 -07:00
  • d1916b3329 [travis] Add 'make distcheck' to the test script. Suresh Sundriyal 2015-04-05 13:34:09 -07:00
  • faa54f4823 Merge pull request #196 from sureshsundriyal/wip Suresh Sundriyal 2015-04-05 13:25:25 -07:00
  • c64ec91eb5 [build] Fix 'make distcheck'/package logfile_vami.0 Suresh Sundriyal 2015-04-05 13:19:45 -07:00
  • 7b8bc67cc9 [pretty] drop extra new lines Timothy Stack 2015-04-05 11:59:14 -07:00
  • da73110578 Revert "Revert "[pretty-print] add a test for the pretty-printer"" Timothy Stack 2015-04-05 11:00:13 -07:00
  • a300ce9977 [format] order the formats based on sample matches Timothy Stack 2015-04-05 07:12:20 -07:00
  • fd55176df8 Merge pull request #195 from sureshsundriyal/wip Tim Stack 2015-04-05 07:08:19 -07:00
  • e7fdaf871f [README.md] Fix the instruction about autogen.sh. Suresh Sundriyal 2015-04-05 02:53:51 -07:00
  • 05b408b568 [cleanup] Remove generated files and add to .gitignore. Suresh Sundriyal 2015-04-05 02:43:54 -07:00
  • 7e3036cb86 [build] autogen Suresh Sundriyal 2015-04-05 01:39:14 -07:00
  • 7948bc0e04 Merge pull request #193 from sureshsundriyal/wip Suresh Sundriyal 2015-04-05 00:54:35 -07:00
  • fc91faaa00 Enable '-Werror' on the tests. Suresh Sundriyal 2015-04-04 18:10:57 -07:00
  • bfee33b7fd Turn on 'sign-compare' error check for tests. Suresh Sundriyal 2015-04-04 17:34:43 -07:00
  • b1a2a88d98 Merge pull request #188 from sureshsundriyal/wip Suresh Sundriyal 2015-04-04 17:20:38 -07:00
  • dd88c6543a [build] Turn 'sign-compare' in to an error. Suresh Sundriyal 2015-04-04 17:07:08 -07:00
  • a0ccbc9872 [build] quiet a format warning Timothy Stack 2015-04-04 16:32:14 -07:00
  • 0452bc0438 [build] some more sign-compare stuff Timothy Stack 2015-04-04 16:13:03 -07:00
  • 87a669169d Merge pull request #187 from sureshsundriyal/wip Suresh Sundriyal 2015-04-04 15:23:20 -07:00
  • 89cc9e09fd [build] Fix 'make distcheck' Suresh Sundriyal 2015-04-04 15:12:26 -07:00
  • 8d20474e42 set the timestamp for the syslog file Timothy Stack 2015-04-04 14:06:32 -07:00
  • 397412aea3 don't check ws in diff Timothy Stack 2015-04-04 13:43:46 -07:00
  • 38e56b63ea [hist] fix the histogram when filters change Timothy Stack 2015-04-04 13:36:53 -07:00
  • 1a204c6915 remove leftover test code Tim Stack 2015-04-04 11:41:55 -07:00
  • 0d97e7ef59 override gettimeofday for testing Timothy Stack 2015-04-04 03:42:26 -07:00
  • 62011b4226 fix an errant include Timothy Stack 2015-04-04 02:55:06 -07:00
  • 408c690192 [log] some more logging cleanup Timothy Stack 2015-04-04 02:15:19 -07:00
  • f0f819b119 [log] dump more state on a crash Timothy Stack 2015-04-02 06:49:16 -07:00
  • a1fd8f9dd9 [time_fmt] Add the new time_fmt to Makefile.am. Suresh Sundriyal 2015-04-03 12:00:44 -07:00
  • 6c527440ca Revert "[time_formats] Added another time format" revert-185-master Tim Stack 2015-04-03 11:56:10 -07:00
  • 38476316b2 Merge pull request #185 from androm3da/master Tim Stack 2015-04-03 11:13:12 -07:00
  • a66db0fd8b [time_formats] Added another time format androm3da 2015-04-03 12:55:04 -05:00
  • 0065badf1f Merge pull request #183 from sureshsundriyal/wip Suresh Sundriyal 2015-04-02 19:13:34 -07:00
  • e62172fb63 [-Wformat] Fix scripty.cc again. Suresh Sundriyal 2015-04-02 19:04:54 -07:00
  • 814a549c72 Merge pull request #182 from sureshsundriyal/wip Suresh Sundriyal 2015-04-02 17:30:26 -07:00
  • e359f8552a [-Wunused-result] Bunch of test files. Suresh Sundriyal 2015-04-02 13:44:27 -07:00
  • c45496b593 [-Wformat] test/scripty.cc Suresh Sundriyal 2015-04-02 10:42:40 -07:00
  • 62777a92cd Merge pull request #181 from sureshsundriyal/wip Suresh Sundriyal 2015-04-02 09:17:03 -07:00
  • 32c6874665 [-Wsign-compare] lnav_log.cc Suresh Sundriyal 2015-04-02 01:59:49 -07:00
  • 19e6303fac [-Wsign-compare] lnav.cc Suresh Sundriyal 2015-04-02 01:48:21 -07:00
  • 8c329130ed [-Wsign-compare] logfile_sub_source.cc Suresh Sundriyal 2015-04-02 01:40:21 -07:00
  • 410c2a3cd7 [-Wsign-compare] lnav_commands.cc Suresh Sundriyal 2015-04-02 01:27:50 -07:00
  • c61bfbecad [-Wsign-compare] log_vtab_impl.cc Suresh Sundriyal 2015-04-02 00:19:44 -07:00
  • ff4db03d5b [-Wsign-compare *&& -Wuninitailzed] log_format.cc Suresh Sundriyal 2015-04-01 23:50:28 -07:00
  • a21c172d8e [Coverity] Fix a forward null. Suresh Sundriyal 2015-04-01 23:36:11 -07:00
  • baa5ca1ea1 Revert "Enable coverity scan." Suresh Sundriyal 2015-04-01 22:44:00 -07:00
  • 661ecbeec9 Enable coverity scan. Suresh Sundriyal 2015-04-01 22:36:34 -07:00
  • 605d18ebcb Merge pull request #180 from sureshsundriyal/wip Tim Stack 2015-04-01 22:21:22 -07:00