Commit Graph

1280 Commits (b5f5b4137ce6bbbfe0ac53f3513306ee12a89352)
 

Author SHA1 Message Date
Timothy Stack b5f5b4137c [search] redo search after filtering
Fixes #480
7 years ago
Timothy Stack f25980df03 [ui] rework the default colors change
The default colors change resulted in some parts of the lnav
UI being colored incorrectly.  I've reworked it a bit so that
the ansi color pairs are preserved and the default colors are
only used with the color pairs for roles.  I've also replaced
references to ansi colors with roles in a few places to make
things work consistently.
7 years ago
Timothy Stack 5d2dffad35 [cmd] redo deleting command-prompt char should exit prompt
My first attempt at this wasn't right and would exit the prompt
when an escape sequence was received and the prompt was empty
(like going back through history).
7 years ago
Tim Stack 336b3d9945
Merge pull request #478 from sureshsundriyal/openbsd
Fix lnav builds on OpenBSD
7 years ago
Suresh Sundriyal 4483722b1d Fix the __clang__ macro. 7 years ago
Suresh Sundriyal 060a437754 Fix the filedesciptior assignment 7 years ago
Suresh Sundriyal 217d365672 Redefine _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ only on OpenBSD 7 years ago
Suresh Sundriyal 1a7e2fee9b Redefine _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ only if needed. 7 years ago
Suresh Sundriyal 72f3d7951b Don't redefine rl_completer_word_break_characters 7 years ago
Suresh Sundriyal 23c1f7ba4f [OpenBSD] Define _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ only when using Clang. 7 years ago
Suresh Sundriyal 0c88eeeb07 Fix lnav builds on OpenBSD.
* Remove all the wordexp related unused headers and code.
* stdout does not appear to be reassignable on OpenBSD.
* defining _WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ seems to fix the const
  correctness related redefinitions between wchar.h imported from
  the system libc and the one imported by clang++ STL.
7 years ago
Timothy Stack c8fc0db481 [ui] deleting command-prompt char should exit prompt 7 years ago
Suresh Sundriyal d9c42cdc29 Merge pull request #474 from sureshsundriyal/format-specifier
[test] Fix printf format specifier for size_t.
7 years ago
Suresh Sundriyal fb41673532 [test] Fix printf format specifier for size_t.
Suppress compiler warnings.
7 years ago
Tim Stack 7d0ff6dd26 Merge pull request #473 from sureshsundriyal/authors
[AUTHORS] Credit the newer contributors.
7 years ago
Suresh Sundriyal a9fb94df38 [AUTHORS] Credit the newer contributors. 7 years ago
Tim Stack 78d4ce3b3a Merge pull request #472 from sureshsundriyal/master
[command] Add a ':quit' command.
7 years ago
Suresh Sundriyal 150252e578 [command] Add a ':quit' command.
Add a ':quit' command and add ':q' as the alias for the
quit command.

Closes #470
7 years ago
Timothy Stack 283293e019 [tests] update expected output for default colors change 7 years ago
Tim Stack d4defbaaf7 Merge pull request #468 from konmeo/master
add config option to use default fg/bg colors
7 years ago
Timothy Stack e615805ac6 [cmds] remove completion for highlight after clearing
Fixes #465
7 years ago
Timothy Stack 689bcadc94 [time_fmts] add a default time format
Fixes #467
7 years ago
Kevin Pham 91b1e96263 update document with default-colors config option 7 years ago
Kevin Pham 52f78cfb75 add config option to use default fg/bg colors 7 years ago
Timothy Stack 485a931793 [headless] always switch to the DB view after executing a SQL command, even if the result set is empty 7 years ago
Tim Stack 3ff9265e0c Update NEWS
Add note for unicode change
7 years ago
Timothy Stack 5e4ca5bbed [test] comment out mvwattrline test for now 7 years ago
Timothy Stack f6e01e9ad0 [build] fix for last checkin 7 years ago
Timothy Stack 753e12d606 [unicode] do not clobber wide chars when applying attributes
Attempt to address #414
7 years ago
Timothy Stack 2e095fb03e [time] add a time format 7 years ago
Tim Stack 7a5c21f97c Merge pull request #453 from Freaky/fix-logfile-log
[logfile] Fix format string in debug log.
7 years ago
Thomas Hurst 24aa8cfd61 [logfile] Fix format string in debug log.
Resolves a crash on startup on FreeBSD/i386.
7 years ago
Timothy Stack 7240aaa127 [time] an epoch timestamp should not have whitespace 7 years ago
Tim Stack 588231dda6 Merge pull request #451 from michael-bouvy/fix-readme
Fix README headings
7 years ago
michael-bouvy 59ac5d8509 Fix README titles 7 years ago
Timothy Stack a9fd0e37f6 [formats] add rfc5424 syslog format
Fixes #444
7 years ago
Timothy Stack d18b344489 [perf] avoid an initial forced index rebuild
Defect Number:
    Reviewed By:
   Testing Done:
7 years ago
Timothy Stack 371e79ff3d [log_format] allow external logs to specify that they are not time-ordered 7 years ago
Timothy Stack 9d249004ac [time-offset] add days to offset
Fixes #435
7 years ago
Timothy Stack 6306659362 [test] remove extra test 7 years ago
Timothy Stack 7ed6cc4858 [crash] handle recovery more flexibly
Defect Number:
    Reviewed By:
   Testing Done:
7 years ago
Timothy Stack ef5347b0eb [build] even more 7 years ago
Timothy Stack 4fb6e24be9 [build] one more time 7 years ago
Timothy Stack c3688e87f7 [build] fix some tests
Defect Number:
    Reviewed By:
   Testing Done:
7 years ago
Timothy Stack 36e46fc67b [log] do a full sort if there is a year rollover
Fixes #437
7 years ago
Timothy Stack 7f5916d480 [crash] call endwin() after a crash
Fixes #438
7 years ago
Timothy Stack 9764cb1a93 [loader] add line numbers for parse errors
Fixes #442
7 years ago
Timothy Stack ceb4fe7721 [log_format] fix line sorting 7 years ago
Timothy Stack f0c884ddc3 [build] another bro log test fix 7 years ago
Timothy Stack 867504b2b5 [build] try to fix some tests
Defect Number:
    Reviewed By:
   Testing Done:
7 years ago