Commit Graph

  • 83f7013e7f [logline] update for shared_buffer change Timothy Stack 2014-02-26 08:12:09 -08:00
  • 33fe23a325 [status] show the search hit index in the bottom status bar Timothy Stack 2014-02-24 16:41:12 -08:00
  • 1453c8e787 [sql] do not switch to the DB view if only the log_line column is selected Timothy Stack 2014-02-24 16:05:29 -08:00
  • 5b66441378 [doc] update some docs Timothy Stack 2014-02-24 15:50:42 -08:00
  • c29d756fd3 [sql] implement the sqlite3 .schema command Timothy Stack 2014-02-24 11:43:50 -08:00
  • aac5fada48 [nits] small changes to fix clang analyzer errors Timothy Stack 2014-02-23 12:34:57 -08:00
  • 7958c54fd0 [sql] use the default sqlite datetime format so collating works Timothy Stack 2014-02-23 10:23:17 -08:00
  • 034bde1854 Add term_extra.hh to noinst_HEADERS Timothy Stack 2014-02-22 23:03:15 -08:00
  • 8e884520c0 [misc] tweak scrollbar colors; add auto-complete for strings when typing sql searches; fix ipaddress collator Timothy Stack 2014-02-22 22:52:21 -08:00
  • 3d72830b74 [scroll] some more scrollbar tweaks Timothy Stack 2014-02-20 20:22:20 -08:00
  • 601c19a537 [scrollbar] change the look of the scrollbar Timothy Stack 2014-02-20 20:00:51 -08:00
  • 8a61902622 [valgrind] fix an issue in mvwattrline turned up by valgrind Timothy Stack 2014-02-20 07:04:05 -08:00
  • c3e1dda8f7 [sql] fix bug when querying sub-lines Timothy Stack 2014-02-19 20:23:19 -08:00
  • c9d3914b6a [cppcheck] fix some nits Timothy Stack 2014-02-19 06:29:13 -08:00
  • 6a38619ac7 [piper] fix for partial lines when reading stdin Timothy Stack 2014-02-19 05:58:31 -08:00
  • 1bb17a0b96 [sql] add a collator for log level Timothy Stack 2014-02-18 09:06:50 -08:00
  • 8c086c06ae [help] add an option to just display the internal help text Timothy Stack 2014-02-10 07:53:56 -08:00
  • fcaae6af0e [term] set the terminal title Timothy Stack 2014-02-10 07:25:28 -08:00
  • 55e9dafa79 [search] add autocomplete for tokens in displayed lines Timothy Stack 2014-02-09 18:41:32 -08:00
  • 8b11813463 [format] cache indexes to pcre named captures Timothy Stack 2014-02-09 07:11:58 -08:00
  • e822636f89 Merge pull request #75 from sureshsundriyal/lnav-cleanup Tim Stack 2014-02-06 21:27:18 -08:00
  • cd49dc5226 Static linking related cleanup. Suresh Sundriyal 2014-02-06 20:45:46 -08:00
  • 04c2d014ce Merge pull request #74 from sureshsundriyal/lnav-static-compile-fix Tim Stack 2014-02-06 16:26:52 -08:00
  • e5471490cf Fix the static linking issue. fixes tstack/lnav#71. Suresh Sundriyal 2014-02-06 11:02:39 -08:00
  • 3251554cf9 [byte_array] tweak the template so it is easier to use with SpookyHash Timothy Stack 2014-02-04 09:26:25 -08:00
  • ef88ad1003 Merge pull request #69 from sureshsundriyal/lnav-spooky Tim Stack 2014-02-04 07:24:36 -08:00
  • 13f5ad0dce Change the code to use Spookyhash. Suresh Sundriyal 2014-02-03 22:29:59 -08:00
  • e08b11ff3d [pcre] try to avoid null chars in log messages Timothy Stack 2014-02-03 22:18:58 -08:00
  • 35584d6482 Fix Makefile.am to use Spookyhash code. Suresh Sundriyal 2014-02-03 22:10:17 -08:00
  • 66253b432d Add Spookyhash code. Suresh Sundriyal 2014-02-03 22:05:09 -08:00
  • 8acba75862 [data-parser] fix test failure Timothy Stack 2014-02-01 15:47:15 -08:00
  • e9d8172f61 instantiate templates for other number types Timothy Stack 2014-02-01 09:53:29 -08:00
  • 5ef8a168a7 [perf] reduce copies of log messages Timothy Stack 2014-02-01 06:41:11 -08:00
  • e200f60a96 [format] avoid making a copy of the string in logline_value and reduce UI updates Timothy Stack 2014-01-25 12:13:41 -08:00
  • f4aeb11ad5 [view_curses] use a vector for string attributes Timothy Stack 2014-01-25 09:29:35 -08:00
  • 13ecf0abf7 [date_time] temporary perf hack, parsing timezone is slow... Timothy Stack 2014-01-21 06:45:27 -08:00
  • 3259bde974 [nits] use pcrepp for filtering and fix sigabrt received when loading is interrupted Timothy Stack 2014-01-20 07:18:15 -08:00
  • bd7b14965b [log-data] fix the column type for numbers Timothy Stack 2014-01-18 06:46:51 -08:00
  • ccf361775a [cmd] filter pcres should be case-insensitive Timothy Stack 2014-01-18 06:40:32 -08:00
  • 9906e949cf [overlay] clear overlay when file is removed Timothy Stack 2014-01-16 06:37:02 -08:00
  • 73bde9dee3 [filter] fix problems with filtering multi-line log messages Timothy Stack 2014-01-15 07:05:15 -08:00
  • 2fa081c00a [cygwin] more windows nits and cleanup Timothy Stack 2014-01-13 22:29:14 -08:00
  • 7feeaf0fde highlighting nits and fix filtering Timothy Stack 2014-01-13 21:58:04 -08:00
  • 71cd99a2bf [cygwin] fix compile issue for test Timothy Stack 2014-01-12 19:58:18 -08:00
  • 5e011a9203 [cygwin] misc fixes to get things building/running on windows Timothy Stack 2014-01-07 07:35:52 -08:00
  • 6968b76825 [key] add g/G for going to the top/bottom of the file Timothy Stack 2013-11-24 14:26:10 -08:00
  • 9f7ed7f095 [misc] fix the access log format for user names; update config.guess/config.sub Timothy Stack 2013-11-24 14:21:20 -08:00
  • ef6380d03e [wrap] fix some word-wrap glitches v0.6.2 Timothy Stack 2013-11-10 07:32:35 -08:00
  • 6d7e6bf66f [release] some last minute clean up Timothy Stack 2013-11-09 17:34:06 -08:00
  • 7df2470624 [wrap] compute line size for logs and cache the value Timothy Stack 2013-11-09 17:14:40 -08:00
  • f867b9cc63 [wrap] add a hotkey for word wrap and fix some glitches Timothy Stack 2013-11-08 07:32:39 -08:00
  • 7eeb45f5e8 Fix a build issue on 32bit Timothy Stack 2013-11-06 09:28:14 -08:00
  • c3d51190c8 [wrap] start support for word wrapping and fix a variety of glitches Timothy Stack 2013-11-06 07:29:20 -08:00
  • 50d50fb5a8 [sql] show single-row results in the command-line and fix some minor fixes Timothy Stack 2013-10-29 05:33:39 -07:00
  • 7f08e46920 [build] fix os x build issues Timothy Stack 2013-10-23 07:01:32 -07:00
  • 879c1059aa missing sys/wait.h include Timothy Stack 2013-10-11 06:31:17 -07:00
  • 30a9d0497e build fix Timothy Stack 2013-10-11 06:27:36 -07:00
  • 59c1d4313b [mouse] more mouse support and other fixes Timothy Stack 2013-10-11 06:22:29 -07:00
  • f2aef7af20 reposition the redirect link Tim Stack 2013-10-01 22:25:49 -07:00
  • 001f9abdef [cmd] open/close file commands Timothy Stack 2013-09-14 12:30:57 -07:00
  • 8eb4b02f97 [yajlpp] some optimizations for json log parsing Timothy Stack 2013-09-14 06:36:31 -07:00
  • 05c62fc7a8 [log_format] some missing initializers v0.6.1 Timothy Stack 2013-09-10 20:27:14 -07:00
  • 968fcb50a5 [cppcheck] some cppcheck nits and other bugs Timothy Stack 2013-09-10 20:13:08 -07:00
  • 33584ed9f8 [docs] minor tweaks and version bump Timothy Stack 2013-09-10 09:42:30 -07:00
  • a8c3a8c80b [docs] json format docs and some build fixes Timothy Stack 2013-09-10 06:45:48 -07:00
  • c59acba758 [format] initial support for json formats and some bug fixes Timothy Stack 2013-09-10 06:20:37 -07:00
  • f61f87e22d [default files] read in all default files and fix some display issues in the text view Timothy Stack 2013-09-04 02:14:48 -07:00
  • 7f454f1d28 Update index.html Tim Stack 2013-08-30 09:00:49 -07:00
  • d882e8b9ea [README] Add a pointer to lnav.org at the top Tim Stack 2013-08-30 08:55:49 -07:00
  • 7d66a64d00 [data-parser] ignore whitespace when computing the schema id Timothy Stack 2013-08-29 19:15:45 -07:00
  • d199a1431a [news] update the news file v0.6.0 Timothy Stack 2013-08-28 21:46:12 -07:00
  • de374e68f6 [build] some more build tweaks Timothy Stack 2013-08-28 21:22:04 -07:00
  • 22dbcf7796 [build] some lib path ordering and a fix for older linuxes Timothy Stack 2013-08-28 18:20:11 -07:00
  • 561c881482 [logline] terminate hidden_table_columns array Timothy Stack 2013-08-28 08:16:26 -07:00
  • db8e64960d [build] more static library link Timothy Stack 2013-08-28 07:57:21 -07:00
  • b4ed348428 [build] mostly static linking stuff Timothy Stack 2013-08-28 07:28:31 -07:00
  • 7fea5565d2 [docs] mention dependencies Timothy Stack 2013-08-27 08:38:28 -07:00
  • 49368e1513 [docs] some more writing Timothy Stack 2013-08-26 07:20:01 -07:00
  • 94ce0ffd83 [docs] more docs and some simple bug fixes Timothy Stack 2013-08-25 07:12:41 -07:00
  • ba5b89ffe9 [logline] fix the read of the template line in get_columns and add man page Timothy Stack 2013-08-20 18:41:15 -07:00
  • 7f46777baa Add link to v0.5.1 Timothy Stack 2013-08-09 07:17:01 -07:00
  • 83f94cea86 [log-format] regex config format redux Timothy Stack 2013-08-07 06:31:34 -07:00
  • f716d5a533 [docs] more sections Timothy Stack 2013-08-06 23:14:24 -07:00
  • fb7d1f1dc9 [docs] some more docs Timothy Stack 2013-08-01 08:56:00 -07:00
  • 37283d0afb [nits] do not complain about no formats Timothy Stack 2013-07-30 21:21:28 -07:00
  • 7a12134577 [formats] reorder format file Timothy Stack 2013-07-28 17:30:38 -07:00
  • 75dd7e2ad6 [docs] start some UI docs Timothy Stack 2013-07-28 17:05:09 -07:00
  • dc0a0c49fc [build] some makefile cleanup Timothy Stack 2013-07-28 14:33:11 -07:00
  • 255b91771c [version] bump the version to 0.6.0 Timothy Stack 2013-07-28 11:43:33 -07:00
  • 9b8ceb5cb0 [log formats] transfer more formats to config Timothy Stack 2013-07-28 11:03:31 -07:00
  • 644c2754b3 [curses] suppressed flash Timothy Stack 2013-07-27 12:07:05 -07:00
  • b305aff417 [sql] swap regexp_replace args Timothy Stack 2013-07-27 11:11:50 -07:00
  • 25f02eca08 [docs] more docs Timothy Stack 2013-07-27 11:04:43 -07:00
  • 500f1da9f6 [docs] explicit shift keys Timothy Stack 2013-07-26 08:23:45 -07:00
  • f6b2345184 [docs] use a different theme Timothy Stack 2013-07-25 20:41:42 -07:00
  • 165958f92d [readline] some minor cleanup from the last checkin Timothy Stack 2013-07-25 06:22:54 -07:00
  • af3524bbf6 [readline] abort entry support Timothy Stack 2013-07-24 07:42:16 -07:00
  • 78099e4fa8 [textview] max line length fix Timothy Stack 2013-07-23 22:05:31 -07:00
  • af6e289cda [log format] add scaling factors Timothy Stack 2013-07-23 05:55:08 -07:00
  • c557a9ad33 [build] freebsd fixes Vagrant User 2013-07-17 22:40:00 -07:00