Commit Graph

1216 Commits

Author SHA1 Message Date
Timothy Stack
abd566cb08 [readline] make search tab-completion case-insensitive 2017-04-13 06:15:29 -07:00
Timothy Stack
7063c01988 [overlay] fix an crash with the overlay when the logs are from the future 2017-04-12 22:45:33 -07:00
Timothy Stack
a973f7f934 [misc] some more miscellaneous bugs
Defect Number:
    Reviewed By:
   Testing Done:
2017-04-12 15:54:54 -07:00
Timothy Stack
05730274ed [prev-mark] jumping to the first bookmark wasn't always working 2017-04-12 07:32:11 -07:00
Timothy Stack
02d622979b [release-build] install ncurses-static 2017-04-11 07:53:02 -07:00
Timothy Stack
186cae4658 [build] add -static-libstdc++ and -static-libgcc by default
Defect Number:
    Reviewed By:
   Testing Done:
2017-04-11 07:41:55 -07:00
Timothy Stack
aa21234164 [hist] need to rebuild hist to reflect marks
Defect Number:
    Reviewed By:
   Testing Done:
2017-04-11 07:25:54 -07:00
Timothy Stack
7033b51b41 fix potential crash when quitting 2017-04-10 23:21:14 -07:00
Timothy Stack
035460eb61 update expected output 2017-04-10 23:04:50 -07:00
Timothy Stack
085ea321ea show some more preview 2017-04-10 23:02:50 -07:00
Timothy Stack
bbf8bdc4ec [search-table] highlight the captured text for preview
Defect Number:
    Reviewed By:
   Testing Done:
2017-04-09 17:55:52 -07:00
Timothy Stack
aae3cf4d14 [log_vtab_manager] fix lookup_impl() 2017-04-09 02:32:07 -07:00
Timothy Stack
fea3cb83d9 [sql] preview table definition
Defect Number:
    Reviewed By:
   Testing Done:
2017-04-09 01:57:19 -07:00
Timothy Stack
d2514773ae [build] no joy with -static 2017-04-08 17:32:16 -07:00
Timothy Stack
dbc8251175 [build] one more time 2017-04-08 17:32:16 -07:00
Timothy Stack
85bd837be4 [build] try full static 2017-04-08 17:32:16 -07:00
Timothy Stack
52d6e641c4 [build] run ldd on the generated binary 2017-04-08 17:32:16 -07:00
Timothy Stack
7e55f7401f [filter-in] highlight matches in green 2017-04-08 07:45:51 -07:00
Timothy Stack
914f4cf4bb [filter-out] show a preview of the filter effects by highlighting matches in red
Defect Number:
    Reviewed By:
   Testing Done:
2017-04-07 23:11:57 -07:00
Timothy Stack
66c1fa6071 [build] try precise 2017-04-07 08:36:49 -07:00
Timothy Stack
01e7f04955 [build] as a global env 2017-04-07 08:04:37 -07:00
Timothy Stack
006141b911 [build] fix configure script flags 2017-04-07 07:44:50 -07:00
Timothy Stack
783bd88762 [build] ugh... 2017-04-07 07:33:25 -07:00
Timothy Stack
32bf9d48d8 [build] one more time 2017-04-07 07:26:53 -07:00
Timothy Stack
2cfa100125 [build] pickup the right file 2017-04-07 07:18:43 -07:00
Timothy Stack
b25a7e8b86 [build] fix path to release script 2017-04-07 07:09:20 -07:00
Timothy Stack
21f964b642 [build] zip up the travis artifact
Defect Number:
    Reviewed By:
   Testing Done:
2017-04-07 06:58:03 -07:00
Timothy Stack
407c5c67b1 [build] missed some new files 2017-04-06 23:20:02 -07:00
Timothy Stack
df399a36a4 [docs] some more docs, command-help, and tests for #428 2017-04-06 23:05:20 -07:00
Timothy Stack
22d8257c03 [jsonlog] convert integer level to string and then apply the level patterns 2017-04-06 16:11:21 -07:00
Timothy Stack
3e97c737c1 [jsonlog] fix some bugs related to json logs 2017-04-06 15:12:48 -07:00
Timothy Stack
e326c74c36 [build] more deploy stuff 2017-04-06 09:54:41 -07:00
Timothy Stack
3f427497d3 [build] more publish from travis... 2017-04-06 09:52:17 -07:00
Timothy Stack
240d71246c [travis] try to publish builds on github
Defect Number:
    Reviewed By:
   Testing Done:
2017-04-06 09:38:25 -07:00
Timothy Stack
04e60fd79d [build] sign warnings 2017-04-06 07:40:07 -07:00
Timothy Stack
775107e630 [data_parser] use after free 2017-04-06 07:30:59 -07:00
Timothy Stack
daf9c5d4d6 [grep_proc] uninitialized value 2017-04-06 06:36:21 -07:00
Timothy Stack
0a2ab5d61d [rl_highlighter] fix a use-after-free 2017-04-06 06:33:52 -07:00
Timothy Stack
545b2f4ace [docs] add help for CAST and fix a couple of glitches
Defect Number:
    Reviewed By:
   Testing Done:
2017-04-05 23:20:55 -07:00
Timothy Stack
851bd183b3 [perf] some performance tweaks 2017-04-05 21:42:54 -07:00
Timothy Stack
2f44f1e861 [ptime] add %N time format for nanoseconds 2017-04-05 10:19:47 -07:00
Timothy Stack
fa3c3c837a [build] some minor fixes for the release build 2017-04-05 07:41:33 -07:00
Timothy Stack
78119dc9f1 fixing some minor issues
Fixes #255
2017-04-05 07:05:19 -07:00
Timothy Stack
4954817741 [crash] pressing i/I when not in the log view
Defect Number:
    Reviewed By:
   Testing Done:
2017-04-02 07:47:51 -07:00
Timothy Stack
00ebd10d71 [cmds] do a dry-run of a command to check for errors
Defect Number:
    Reviewed By:
   Testing Done:
2017-04-02 07:17:31 -07:00
Timothy Stack
4f823f8d6f [build] don't pass hints to getaddrinfo 2017-03-31 07:13:48 -07:00
Timothy Stack
3ee0260034 [build] drop re2c for now 2017-03-31 07:13:01 -07:00
Timothy Stack
411ea1fbee [help] show help text for SQL functions
Defect Number:
    Reviewed By:
   Testing Done:
2017-03-31 07:01:11 -07:00
Timothy Stack
cd76eae5b8 [build] convert some C files to C++
Defect Number:
    Reviewed By:
   Testing Done:
2017-03-26 21:01:49 -07:00
Timothy Stack
6fcfd35395 [sql] add "search" column to the lnav_views table
Fixes #388
2017-03-26 07:28:08 -07:00