Commit Graph

813 Commits (b8b16bd8e56cf04ed1120a3a64486320020f42c7)
 

Author SHA1 Message Date
Timothy Stack b8b16bd8e5 [view] differentiate messages from different log files 9 years ago
Timothy Stack e07f3f5b24 [docs] update docs for horizontal move change 9 years ago
Suresh Sundriyal 6e8f75aae4 [misc] Update the AUTHORS and NEWS file. 9 years ago
Tim Stack ba1191d730 Merge pull request #234 from PaulWay/PaulWay_shift_horizontal_movement
Adding smaller movements to left and right via shift-arrows or H and L.
9 years ago
Tim Stack d780a03619 Merge pull request #235 from sureshsundriyal/lo-fi
[lo-fi shortcut] Change shortcut to 'Ctrl-l'.
9 years ago
Suresh Sundriyal d6b32d60be [lo-fi shortcut] Change shortcut to 'Ctrl-l'.
* Change the 'lo-fi' shortcut to 'Ctrl-l'
* Remove the shortcut for 'redraw'
9 years ago
Paul Wayper de38b11e67 Fixed missing semicolon from last break statement in previous commit. 9 years ago
Suresh Sundriyal 97d3c53565 [autodeploy_log] rename the Auto Deploy log format 9 years ago
Suresh Sundriyal 280d0cb718 [top_status_view] Increase the format name column width 9 years ago
Paul Wayper e5acc0e6ba Adding smaller movements to left and right via shift-arrows or H and L. 9 years ago
Timothy Stack 94459f2cb1 [generic_log] fix log levels for generic_log 9 years ago
Suresh Sundriyal 44ce89f296 Merge pull request #231 from sureshsundriyal/wip2
[format] Add a format for Auto Deploy.
9 years ago
Suresh Sundriyal eee628a272 [format] Add a format for Auto Deploy. 9 years ago
Suresh Sundriyal be5f26f232 Merge pull request #230 from sureshsundriyal/wip
Require sqlite3-v3.6.0
9 years ago
Suresh Sundriyal b5f1e9cec2 Require sqlite3-v3.6.0
v3.6.0 was the last released version of sqlite3 that I could
successfully compile with without any source changes. I could
compile with v3.4.2 but that required some code changes which
were not really worth the trouble of supporting v3.4.2, which was
released on 2007-08-13.
9 years ago
Suresh Sundriyal 3bd29c31ab Merge pull request #229 from sureshsundriyal/wip
[build] Require sqlite3 to be at least version 3.3.9.
9 years ago
Timothy Stack b01b962ea7 [build] forgot to add some new data files 9 years ago
Timothy Stack 021b7cb3aa [test] add a test for nested json log formats 9 years ago
Suresh Sundriyal e8ff7d8e8e [build] Require sqlite3 to be at least version 3.3.9.
'sqlite3_prepare_v2' was first introduced in version 3.3.9, which is
about 8 years old by now.
9 years ago
Timothy Stack 9948eeba77 [build] use isdigit 9 years ago
Timothy Stack 1d0233bbfa [json-format] support for full paths 9 years ago
Tim Stack 43104ed687 Merge pull request #228 from sureshsundriyal/wip4
[pretty] Don't wait indefinitely for reverse IP lookups.
9 years ago
Suresh Sundriyal fcb2db38b0 [timer] Start off disarmed + refactoring. 9 years ago
Suresh Sundriyal da582ce00f [timer] Add 'disarm' method 9 years ago
Suresh Sundriyal 99094a9cf8 [timer] Some refactoring 9 years ago
Suresh Sundriyal 55e912d21e [pretty] Don't wait indefinitely for reverse IP lookups.
Reverse lookup for pretty print should be a best effort undertaking. So,
+ Give up on EAI_AGAIN.
+ Don't block on the getnameinfo call indefinitely, resolv.conf might be
  set up with a large timeout.
+ Disable lookups after the first failure.
+ Lots of OCD error checking.
9 years ago
Timothy Stack 5a7c5a2139 [piper] the piper was not exiting if the stream it was reading did not terminate with a line feed 9 years ago
Suresh Sundriyal d8ca659203 Merge pull request #226 from sureshsundriyal/wip
[pretty] More restrictive IPv4 regex.
9 years ago
Suresh Sundriyal 5cd1da8e1a [pretty] More restrictive IPv4 regex.
The regular expression seems to match arbitrary version strings in
pretty-print view. Adding a more restrictive regular expression,
that should be able to distinguish between valid IPv4 addresses and
arbitrary version strings.
9 years ago
Timothy Stack 9ac53b114e add subsystem to the vmk_log format 9 years ago
Suresh Sundriyal d8d46a49dc [build] Make pkg.sh executable. 9 years ago
Suresh Sundriyal 9903f9bb21 [build] Some typographical errors. 9 years ago
Suresh Sundriyal 520ec12bab Merge pull request #225 from sureshsundriyal/wip
[build] Get rid of the sqlite3 dependency.
9 years ago
Suresh Sundriyal ace51f0848 [build] Get rid of the sqlite3 dependency. 9 years ago
Suresh Sundriyal 99baf0f9aa Merge pull request #224 from sureshsundriyal/wip2
[vagrant] Use the multi-machine facility.
9 years ago
Suresh Sundriyal 229576d1be [vagrant] Use the multi-machine facility. 9 years ago
Suresh Sundriyal bfa27483d6 Merge pull request #223 from sureshsundriyal/wip
Add FreeBSD builds + fixes + remove build cruft.
9 years ago
Suresh Sundriyal 1a0de7269e [vagrant] Remove the generated cruft after the builds are done. 9 years ago
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