Commit Graph

1709 Commits (cc12e6359cc7cad7c445088469f7e141456f4edb)
 

Author SHA1 Message Date
Tim Stack 776705e90e
Merge pull request #627 from matt-hayden/master
Support for Windows Subsystem for Linux clipboard command
5 years ago
Matt Hayden (Innolitics) ba48d31120 Support for Windows Subsystem for Linux clipboard command 5 years ago
Timothy Stack 062d480fea [sql] fix some issues found while trying to query some logs 5 years ago
Timothy Stack 2fa603d07e [tests] fix a test 5 years ago
Timothy Stack c4b950e4d9 bump version to v0.8.5-rc1 5 years ago
Timothy Stack 78d80fddd5 [cli] add -r flag for recursively loading files from a directory hierarchy
Fixes #431
5 years ago
Timothy Stack 8d3b83403c [format] some updates to the haproxy format 5 years ago
Timothy Stack 33cdbefaaa [help] some online help additions 5 years ago
Timothy Stack 21c5c52843 [format] allow multiple log format patterns per log file
This tries to address #624
5 years ago
Timothy Stack 0e12f98ae7 [sql] change base_time to time_offset 5 years ago
Timothy Stack 0de761ce4f [build] fix linux build issue 5 years ago
Timothy Stack 469124d72b [time-offset] fixes
Defect Number:
    Reviewed By:
   Testing Done:
5 years ago
Timothy Stack 6f41cbe394 minor cleanup 5 years ago
Timothy Stack efa6aded3a [filter] fix for multiple files 5 years ago
Timothy Stack bc4004de9e [environ_vtab] the first var was being skipped 5 years ago
Timothy Stack 4614cbcb75 [sql] fix joins on some vtables 5 years ago
Timothy Stack 43243c7ba3 [build] revive freebsd release build
Some misc fixes for filtering as well
5 years ago
Tim Stack 0f6860c833
Update .cirrus.yml 5 years ago
Tim Stack df8844eb77
Update .cirrus.yml 5 years ago
Tim Stack bdf202e487
Update .cirrus.yml 5 years ago
Tim Stack 8ad095fc71
Create .cirrus.yml 5 years ago
Timothy Stack 9fea61abf8 [bottom-status] missing percent 5 years ago
Timothy Stack d62da7c27c [build] try to fix windows x86 build 5 years ago
Timothy Stack 02b9e13343 [filters] add the number of hits for each filter in the editor
Might be useful to know the number of hits for a given filter.
5 years ago
Timothy Stack a682b02168 [vtab] use template for integral to_sqlite() calls 5 years ago
Timothy Stack 659f01c9ae [filters] add a log_filters column to log tables that contains the matched filters
Related to #597
5 years ago
Timothy Stack e0ee2c6706 Fixes #613 5 years ago
Timothy Stack 1e795c1e4a [ui] move filter editor help to separate status bar
The help is unreadable when the terminal width is
small.
5 years ago
Timothy Stack 4a7d116f37 [docs] expand the collate format field a little more 5 years ago
Timothy Stack d66303b75a [status] fix display when there are no matches for a search 5 years ago
Timothy Stack 153b59ea8a [status] some fixes for the bottom status bar
Fixes #603
Fixes #578
5 years ago
Timothy Stack 1a932f3a41 [cmds] :q! should quit lnav
Fixes #607
5 years ago
Timothy Stack d1a556638b [filters] save disabled filters in the session 5 years ago
Timothy Stack 104b8736e8 [vtab] fix for failed update to log_tags column and fix filtering with json logs 5 years ago
Timothy Stack 527150d6a0 [readline] fix highlighting of tab completion 6 years ago
Timothy Stack 3d77fb2acf [cmds] change :write-raw-to to write all the lines in the view
Fixes #606
6 years ago
Timothy Stack 8a3bdbfb2f [filter] fix some glitches 6 years ago
Timothy Stack 9936f1e814 bump some dependencies for release builds 6 years ago
Timothy Stack 31c440777f [hotkeys] add ctrl+f to toggle filters
Fixes #604
6 years ago
Timothy Stack 69508e6467 [search] try to fix an issue with search progress bar never stopping
Possible fix for #588
6 years ago
Timothy Stack 0c2f84a3c0 [hotkeys] press 7/8 for previous/next minute
Fixes #382
6 years ago
Timothy Stack 85671755d3 [readline] fix alignment in SQL help
related to #598
6 years ago
Timothy Stack 5fff4d8784 [help] add some initial help text for search/SQL prompts
Also:
  * You can now "scroll out" of the visual editor to
    return to the main view.  This should alleviate the
    frustration of pressing up/down arrows thinking the
    main view should move but, really, you're stuck in
    the editor.
  * The three-dot-ellipsis for hidden fields has been
    replaced with a unicode vertical ellipsis so that
    less space is taken up.
6 years ago
Timothy Stack 6853034cce [cleanup] some minor cleanup and perf fixes
Files:
  * filter_sub_source.cc: Fix some performance issues
  * filter_sub_source.hh: The readline context should
    be case-INsensitive for completions
  * readline_curses.cc, session_data.cc: modernize
6 years ago
Timothy Stack e451e10910 typo on zoom hotkey
Fixes #596
6 years ago
Timothy Stack 4381c23641 some build and cleanup 6 years ago
Timothy Stack dcccebe797 [sql] add some help for regexp_capture()
Fixes #593
6 years ago
Timothy Stack 7dfa0e9dd4 [textview] highlights that start from the beginning of the line are not working in the log view
The log view prefixes lines with some extra characters and they
were mistakenly being included when performing the highlight
regex.

Fixes #590
6 years ago
Timothy Stack 66ef968529 [logfile] fix a performance bug in searching json logs 6 years ago
Timothy Stack d65a8be9d1 [build] missed include 6 years ago