Commit Graph

968 Commits (7aded62db84aaef8149b77957e4cc7260ca01fe5)

Author SHA1 Message Date
Timothy Stack db6c619e4e [keymap] support for /dev/clipboard in :write commands
The copy hotkey is now implemented in the keymap and the
':write-*' commands were enhanced to recognize /dev/clipboard
as a special file name for writing to the system clipboard.
6 years ago
Timothy Stack 0b822739ea [readline] wait for focus before processing input
Fix for #543

Mistakenly had the read-ready bit set for stdin before the
command to focus was processed.  The result being the
readline child would exit.
6 years ago
Timothy Stack f65df7c762 [readline] tweak fuzzy matching threshold
Change the threshold for cutting off the remaining fuzzy matches
that was added for #541

Also, fix an error when filtering is added when viewing
the tail of the log.
6 years ago
Timothy Stack f241704a93 [readline] do a fuzzy match if the prefix match fails to find anything
Prototype for #541
6 years ago
Timothy Stack bc26b92199 [json] some more journald log tweaks
Defect Number:
    Reviewed By:
   Testing Done:
6 years ago
Timothy Stack ca7b4b2168 [lint] fix a couple more struct/class complaints 6 years ago
Timothy Stack 65b6ecb6ba [lint] change log_state_dumper tag 6 years ago
Timothy Stack 26cccdafce [locale] some tweaks for recognizing non-english logs
Try to address some locale issues brought up in #533
6 years ago
Timothy Stack 0b36da15a6 add monotonic timestamp back to the journald format, map priority 1 to fatal as well 6 years ago
Timothy Stack b1ff6b3a3b [json-log] fix some inconsistencies with json logs
Fill some gaps brought up in #535
6 years ago
Timothy Stack 00baf0a1d9 [cmds] return an error when :hide-unmarked-lines is run when no lines are marked 6 years ago
Timothy Stack 470e317d87 [overlay] shift the comment/tag overlays when the filename is displayed on the left 6 years ago
Timothy Stack 3e457e30ca [json-format] fix json file recognition for crlf line-endings
Fixes #528
6 years ago
Timothy Stack 00ed12557b [keymap] add more keys to the keymap 6 years ago
Timothy Stack c3097db7af [filter] fix some nits in the filter command 6 years ago
Timothy Stack 59c31925de [log_format] missing highlight colors
The highlighter copy constructor wasn't copying the colors over
6 years ago
Timothy Stack d805dee15f [line_buffer] avoid a crash with binary files, but still not handled well 6 years ago
Timothy Stack 8df3ebf709 [top_status_line] use the unique path for the filename if there is not enough room to display the full path
Trying to address #526
6 years ago
Timothy Stack 0ee6bdd5bf [sql] the log_part column was not correct in some cases 6 years ago
Timothy Stack 77302eb980 [build] fix some build issues 6 years ago
Timothy Stack 5e8983b857 [sql-view] pressing tab should hide bart charts
Fixes #514
6 years ago
Timothy Stack bc8e51914a [hotkey] the "P" hotkey was not toggling the view
Fixes #522
6 years ago
Timothy Stack d1da7b800c [ptime] fix %p and %l 6 years ago
Timothy Stack 6bfd158e49 [logline] check for SQL keywords in column names 6 years ago
Timothy Stack b94571c58e [build] fixes... 6 years ago
Timothy Stack 5689984702 [yajlpp] use pointer to member over nullobj() 6 years ago
Timothy Stack 9e1411f113 [ptime] fix am/pm issue again
Fixes #520
6 years ago
Timothy Stack 5e0dabb231 [ptime] fix offset in failed parse for a few cases 6 years ago
Timothy Stack 030c33476c [sql] fix some copy pasta 6 years ago
Timothy Stack 2070c669de [ptime] fix PM offset
Fixes #517
6 years ago
Timothy Stack a741236c76 [sql] missed a null check on log_time in vt_filter
Fixes #518
6 years ago
Timothy Stack 36d5ff8b86 [lo-fi] display fixes
Fixes #513
Fixes #516
6 years ago
Timothy Stack f3d37cd4d6 [build] json_contains issue 6 years ago
Timothy Stack 4ccae48aea [bookmarks] add support for tags and comments for log lines
Initial work for #446 and #447
  TODO: filtering on tags/comments

Also did a bunch of clang-tidy cleanups and improvements to
the online help.
6 years ago
Timothy Stack b8fc956677 [search-table] match against the whole line and not just the body 6 years ago
Timothy Stack 7fb881222d [pretty] highlight log messages in the pretty view as in the normal log view 6 years ago
Timothy Stack 697d22705d [generic_log] include more of the line in the body for a generic log message 7 years ago
Timothy Stack c83c31fb65 [sql-view] use A_REVERSE with graphable column names since it's hard to see the color otherwise 7 years ago
Nicolas Werner 5594120f1a Use CTRL macro from readline instead of CEOF from ttydefaults.h
The ttydefaults.h header is not available on musl. Readline provides the
same functionality with its CTRL macro and it makes the intent of the
code a bit clearer (that we check for CTRL-D).
7 years ago
Nicolas Werner f15add0abb Don't dereference FILE*
This is undefined behavour and doesn't work on musl
7 years ago
Timothy Stack 3293388165 [generic_log] allow optional stars at the front of the log messages 7 years ago
Timothy Stack 873fc4dc2e [logfile_sub_source] handle closed file 7 years ago
Emiliano Bonassi 37f46af7a6 [fmt] add AWS Application Load Balancer (ELB v2) format 7 years ago
Timothy Stack 809159140c [unique_path] fix an infinite loop when files rolled 7 years ago
Timothy Stack af36896f50 [sanitize] some fixes for issues found in the address sanitizer 7 years ago
Timothy Stack e001d87862 [view_curses] fix for multiple tabs 7 years ago
Timothy Stack 7c5fc44f7d [view_curses] fix highlighting when a line contains unicode
Take into account unicode codepoint lengths when adjusting
attribute ranges
7 years ago
Timothy Stack db0d2fc231 [view_curses] fix graphics rendering 7 years ago
Timothy Stack 9f91d3b447 [log-view] display the unique parts of the file name instead of just the base
Instead of just displaying the base name of the file, try to include some
additional parts of the path that make a unique string.
7 years ago
Timothy Stack 2ed99695a2 [data_parser] fix for empty list 7 years ago