Timothy Stack
|
3692c76788
|
[build] fix uninit var warning
|
2020-09-10 11:23:17 -07:00 |
|
Timothy Stack
|
f3d172c831
|
[keymap] add a french keymap
|
2020-09-09 22:16:06 -07:00 |
|
Timothy Stack
|
a3264fb104
|
[log_format] fix issues with year rollover
Defect Number:
Reviewed By:
Testing Done:
|
2020-09-08 22:11:32 -07:00 |
|
Timothy Stack
|
8a3fbe6375
|
[cmds] fix error format strings
|
2020-09-08 09:26:42 -07:00 |
|
Timothy Stack
|
815a05577e
|
[keymap] suggest the config option to set for an unknown keystroke
Also, add a unicode green-check/red-X mark for the success/error
message for commands.
|
2020-09-05 14:41:05 -07:00 |
|
Timothy Stack
|
8734795505
|
[keymap] handle unicode keys and add UK keymap
Fixes #392
|
2020-09-04 14:39:04 -07:00 |
|
Timothy Stack
|
82b34bb02a
|
[config] remove :save-config
|
2020-09-03 14:09:35 -07:00 |
|
Timothy Stack
|
ead1d3eb36
|
[build] fix some more warnings
|
2020-09-02 23:04:21 -07:00 |
|
Timothy Stack
|
c5a82240ec
|
[build] try to fix some warnings
|
2020-09-02 22:36:26 -07:00 |
|
Timothy Stack
|
84a7079e3f
|
[main] capture stderr only after initscr() and fix curl configure detection
|
2020-09-02 15:39:27 -07:00 |
|
Timothy Stack
|
f0934a6e3c
|
[theme] fix background color in the default theme
|
2020-08-30 22:48:07 -07:00 |
|
Timothy Stack
|
0940e97b2b
|
[nits] fix some naming issues
Fixes #169
|
2020-08-30 22:13:56 -07:00 |
|
Timothy Stack
|
1f2cf13739
|
[text] highlight rust code
|
2020-08-27 22:24:46 -07:00 |
|
Timothy Stack
|
6182b6b41c
|
[mouse] do not require xterm for mouse use
Fixes #727
|
2020-08-27 14:13:43 -07:00 |
|
Timothy Stack
|
4fa4a7057b
|
[log_format] gracefully handle a misconfigured log format
Fixes #742
|
2020-08-27 13:42:10 -07:00 |
|
Timothy Stack
|
d0f2f9e800
|
[view_curses] fix attribute range when the line contains UTF-8 chars
Fixes #745
|
2020-08-27 13:42:05 -07:00 |
|
Timothy Stack
|
a2b3427502
|
[tests] add tests for SQL annotation functionality
|
2020-08-26 22:44:12 -07:00 |
|
Timothy Stack
|
1269654617
|
fix SQL prompt help lookup
Fixes #748
|
2020-08-25 16:27:22 -07:00 |
|
Timothy Stack
|
e451c7c112
|
[docs] more usage notes
Defect Number:
Reviewed By:
Testing Done:
|
2020-08-24 22:50:48 -07:00 |
|
Timothy Stack
|
d695febe14
|
[cmd] add :write-jsonlines-to command
|
2020-08-21 23:18:51 -07:00 |
|
Timothy Stack
|
2a37a9ce7f
|
[build] fix the previous checkin
|
2020-08-17 21:55:55 -07:00 |
|
Timothy Stack
|
45630545ed
|
[lss] fix identifier highlighting
|
2020-08-17 21:31:23 -07:00 |
|
Timothy Stack
|
bda6fe46b1
|
[view_curses] minor fix for ansi display
|
2020-08-15 21:58:19 -07:00 |
|
Timothy Stack
|
e0181a0adb
|
[build] fix build when libcurl is available
Fixes #739
|
2020-06-24 11:57:41 -07:00 |
|
Timothy Stack
|
ebd1038057
|
[pretty] include linefeeds in the pretty output
Defect Number:
Reviewed By:
Testing Done:
|
2020-05-19 22:13:52 -07:00 |
|
Timothy Stack
|
7a0cb4359c
|
[docs] fix lexing of lnav commands
|
2020-05-18 22:21:24 -07:00 |
|
Timothy Stack
|
ee7ffb7194
|
[docs] add generated sql reference
|
2020-05-18 21:09:47 -07:00 |
|
Timothy Stack
|
9c3f0eee89
|
[build] fix cmake build and lexing of sqlite in docs
Defect Number:
Reviewed By:
Testing Done:
|
2020-05-18 07:10:07 -07:00 |
|
Timothy Stack
|
e85fff0b88
|
[sql] add json_concat() function and misc fixes
|
2020-05-17 22:23:30 -07:00 |
|
Timothy Stack
|
9cbe4d73a9
|
[docs] start to flesh out command and sql docs
|
2020-05-15 07:38:40 -07:00 |
|
Timothy Stack
|
defb00303f
|
[docs] some changes
|
2020-05-13 09:38:41 -07:00 |
|
Timothy Stack
|
f23791af18
|
[internals] ignore failure to open file
|
2020-05-09 12:05:45 -07:00 |
|
Timothy Stack
|
c6196fe79f
|
[build] missed TEXT2C_FILES
|
2020-05-09 10:03:28 -07:00 |
|
Timothy Stack
|
8f4149db94
|
[build] need to dist the format files
|
2020-05-09 09:55:06 -07:00 |
|
Timothy Stack
|
8e9ef5765f
|
[formats] break up default-log-formats.json into separate files for each file format
Defect Number:
Reviewed By:
Testing Done:
|
2020-05-08 22:04:39 -07:00 |
|
Timothy Stack
|
7e36c6b3d0
|
[build] do not fail if syslog is not readable during build
|
2020-05-08 09:36:57 -07:00 |
|
Timothy Stack
|
8413dd13d8
|
[config] add configs directory
|
2020-05-07 07:08:59 -07:00 |
|
Timothy Stack
|
9b28a90ab0
|
pay attention to the result of rebuild_index()
|
2020-04-25 15:43:31 -07:00 |
|
Timothy Stack
|
7e538c85f9
|
[tests] try to fix breakage
|
2020-04-25 13:30:28 -07:00 |
|
Timothy Stack
|
8a0193691f
|
ignore stdin when it is from /dev/null
|
2020-04-25 13:19:41 -07:00 |
|
Timothy Stack
|
3da3ec799a
|
[session] allow the name
|
2020-04-25 07:32:05 -07:00 |
|
Timothy Stack
|
138a506b1a
|
[perf] a few performance tweaks
|
2020-04-23 06:42:48 -07:00 |
|
Timothy Stack
|
0744a9b6de
|
[docs] mention the view tables
Defect Number:
Reviewed By:
Testing Done:
|
2020-04-21 21:04:03 -07:00 |
|
Timothy Stack
|
d5373abeb4
|
[sql] bind $LINES/$COLS variables to the size of the window
Fixes #698
|
2020-04-21 06:20:25 -07:00 |
|
Timothy Stack
|
eef28d61a6
|
[view_curses] fix out-of-bounds access in mvwattrline
|
2020-04-19 14:32:34 -07:00 |
|
Timothy Stack
|
92f28f1174
|
[logfile] cache line length to fix perf issues with JSON logs
|
2020-03-11 07:25:39 -07:00 |
|
Stéphane Blondon
|
70ed1c9af7
|
Add thread id for multithreaded Apache error log
|
2020-01-17 12:22:41 +01:00 |
|
edr
|
3e82a06302
|
[delete-filter] Fix issue #701: (Filter deletion before enter)
|
2019-11-23 19:55:32 +01:00 |
|
Timothy Stack
|
9db2dfa7a4
|
[theme] default to using default colors and, if default coloring is not enabled, turn -1 into white/black for fg/bg
|
2019-10-23 06:09:47 -07:00 |
|
Timothy Stack
|
e525d247ae
|
[json-log] some more fixes for handling invalid json logs
|
2019-10-19 07:11:47 -07:00 |
|