Commit Graph

1445 Commits (aae4650b9517ae0a4e1f075fa06800edafeee75c)
 

Author SHA1 Message Date
Timothy Stack aae4650b95 [hotkeys] fix a crash when pressing 'I' that is due to a previous change 6 years ago
Timothy Stack 2c5bfc830e xterm fix wasn't quite right... 6 years ago
Timothy Stack 8b5b8743b1 try make locale test optional
Fixes #562
6 years ago
Timothy Stack 64d4226a89 disable test_top_status for now 6 years ago
Timothy Stack b53ac5e3a6 try to fix after_script 6 years ago
Timothy Stack 5c6cc5fe2a [readline] pressing escape should exit the command prompt
Fixes #316
6 years ago
Timothy Stack 31a19ac753 [vtab] fix the SQL function adapter for vector refs 6 years ago
Timothy Stack 6336fa56e9 [cmds] :write-json-to should passthru JSON columns as JSON instead of strings
Fixes #565
6 years ago
Timothy Stack f6a84ed081 [display] fix colors on a plain xterm display 6 years ago
Timothy Stack aa0bfd6c62 [sql] add a spooky_hash() function
Fixes #567
6 years ago
Timothy Stack ec82ecda62 [filter] display the number of filters 6 years ago
Timothy Stack efe6ccf0d1 [filter] change from backquote to tab for activating filter panel 6 years ago
Timothy Stack 2345a32423 [filter] add panel that shows the set of filters
Initial version, still needs some cleanup
6 years ago
Timothy Stack 80456791ac [build] missed adding header to makefile 6 years ago
Timothy Stack b1a6d06490 [lss] refactor the force flag during indexing and some other stuff 6 years ago
Timothy Stack d74f3a13da [lnav_commands] fix attempt to convert uninitialized max_time
Fix #556
6 years ago
Timothy Stack a9a05af736 [logfile_sub_source] revert sorting change for now 6 years ago
Timothy Stack 14599839ed [logfile_sub_source] fix sorting 6 years ago
Timothy Stack 8b9536100e [build] fix a typo in test_sql.sh 6 years ago
Timothy Stack 84135c44e4 [build] disable simd stuff for now 6 years ago
Timothy Stack fc8bc80f62 [build] try removing inline 6 years ago
Timothy Stack bae4897071 [build] fix pcre utf flag usage 6 years ago
Timothy Stack 2589345e5c [perf] improve initial indexing times 6 years ago
Timothy Stack 2e10ca09d0 [line_buffer] fix crlf handling in log files 6 years ago
Timothy Stack 9fa3714c85 [build] missed cleaning test files 6 years ago
Timothy Stack ac7ae1275a [cmds] add :redirect-to command for redirecting the output of commands in scripts
Related to #551
6 years ago
Timothy Stack ea5ac46c0e [cmds] the output of the :pipe commands should go to the top of the output stack and not to a temp file 6 years ago
Timothy Stack 53c1f03205 update includes for command_executor.hh 6 years ago
Timothy Stack e5c6c180eb [cmds] fix preview for :write-raw-to 6 years ago
Timothy Stack 5f5e2d5c4e [cleanup] prune some includes and some other cleaning
Defect Number:
    Reviewed By:
   Testing Done:
6 years ago
Timothy Stack c715807657 [perf] minor improvement in indexing 6 years ago
Timothy Stack 658931a145 [cleanup] remove cdefs.h include and other stuff
Fix #486
6 years ago
Timothy Stack 70f7bcacd9 Don't update the top if the time is not different 6 years ago
Timothy Stack 9664b015c6 [textview] preserve location in view when changing filters
Defect Number:
    Reviewed By:
   Testing Done:
6 years ago
Timothy Stack d1856b53ba [build] avoid adding -I/usr/include to CPPFLAGS
Defect Number:
    Reviewed By:
   Testing Done:
6 years ago
Timothy Stack 26ad05dd80 [build] try to remove some old defines 6 years ago
Timothy Stack 686ce639a0 [build] use cmath instead of math.h
Defect Number:
    Reviewed By:
   Testing Done:
6 years ago
Tim Stack 2e827da102
Merge pull request #545 from bennyz/fix-typo
Remove redundant the
6 years ago
Benny Zlotnik bec91a458e Remove redundant the
Signed-off-by: Benny Zlotnik <uber442@gmail.com>
6 years ago
Timothy Stack 562362ed67 missed including this file with the last commit 6 years ago
Timothy Stack 6a3b1f2d94 Search results are not reversed for bookmarked lines
Fix #313

Sorry for the delay
6 years ago
Timothy Stack d7699cfb96 add an ifdef for a symbol, Fix #289 6 years ago
Timothy Stack 1e6689a7ee add back source 6 years ago
Timothy Stack 7aded62db8 try to bump to xenial 6 years ago
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 def35d1ae7 [release] version bump to v0.8.4
Defect Number:
    Reviewed By:
   Testing Done:
6 years ago
Timothy Stack d09e1509dd [test] remove debugging 6 years ago