1
1
mirror of https://github.com/tstack/lnav.git synced 2024-08-17 00:40:30 +03:00
Commit Graph

2328 Commits

Author SHA1 Message Date
Timothy Stack
a27198e8ca [regex101] add an integration with regex101
... and a pile of other changes
2022-04-30 13:06:01 -07:00
Tim Stack
69b5cb1d58
Merge pull request #968 from pedropombeiro/unifi_iptables_log
unifi: Support iptables log file
2022-04-19 14:56:39 -07:00
Timothy Stack
6251aa066c [build] set locale to fix glob() sorting 2022-04-12 22:20:45 -07:00
Timothy Stack
c43367491c [build] add new files to dist 2022-04-12 16:37:53 -07:00
Timothy Stack
b69b3e4ec4 [docs] update links from lnav.readthedocs.io to docs.lnav.org 2022-04-12 16:33:09 -07:00
Timothy Stack
d378398b33 [docs] fix link to attr_line.hh 2022-04-12 16:17:08 -07:00
Timothy Stack
4439c9f3ce [build] fix callback type 2022-04-12 16:10:11 -07:00
Timothy Stack
0785a432fa [console] colorize console output 2022-04-12 16:07:13 -07:00
Pedro Pombeiro
880ae7fc57
unifi: Support iptables log file 2022-04-11 22:26:15 +02:00
Timothy Stack
7652c58248 [win] catch locale exception 2022-04-06 13:07:08 -07:00
Timothy Stack
c125211a7e [lss] use adjusted time
Related to #967
2022-04-06 12:23:07 -07:00
Timothy Stack
1019714409 [rescan] automatically pop the text view when the last text file is promoted 2022-04-04 21:54:20 -07:00
Timothy Stack
292724d7ad [build] remove use of memset 2022-04-04 11:53:47 -07:00
Timothy Stack
5eaf1c4332 [exttm] missed an initialization 2022-04-04 09:58:16 -07:00
Timothy Stack
c8799b1c99 [build] missing include 2022-04-04 09:30:03 -07:00
tstack
28957de012 Update tailer 2022-04-04 16:15:44 +00:00
Timothy Stack
d82140de52 [date-time-scanner] fix generating with a user-defined format
Fixes #967
2022-04-04 09:14:57 -07:00
Timothy Stack
531c35158c [tidy] some more tidying 2022-04-03 22:10:20 -07:00
Timothy Stack
99c1688c2e [attr_line] use variant instead of a union for attribute values 2022-03-31 23:21:59 -07:00
Timothy Stack
ffd364ec12 [view_curses] fix ident length calculation 2022-03-31 09:24:46 -07:00
Timothy Stack
81e63784e7 [modernize] some more cleanups 2022-03-31 08:59:33 -07:00
tstack
cfa6f35c44 Update tailer 2022-03-29 05:02:10 +00:00
Timothy Stack
b856cd9657 [build] silence some warnings 2022-03-28 22:00:49 -07:00
Timothy Stack
98ca668a03 [build] fix a declaration 2022-03-25 21:32:43 -07:00
Timothy Stack
6fff9d60f5 [build] some clang-tidy fixes 2022-03-25 16:38:11 -07:00
Timothy Stack
eb42ef6e77 [build] try cmake build again 2022-03-16 22:29:45 -07:00
Timothy Stack
8b3bb9312e [build] cmake fixes for linux 2022-03-16 21:41:37 -07:00
Timothy Stack
516a20b94a [cmake] add user preset example 2022-03-16 15:42:09 -07:00
Timothy Stack
66ef5fdae1 [clang-format] init 2022-03-16 15:38:08 -07:00
Timothy Stack
d0ba84d9be [build] run cmake-init and switch from hunter to conan for packages 2022-03-13 22:44:12 -07:00
Timothy Stack
a0ee4427a6 [build] try to fix missing include 2022-03-13 21:46:15 -07:00
Timothy Stack
4564e162d0 [build] try to optimize compile time 2022-03-13 15:49:41 -07:00
Tim Stack
f2256c7aab
Merge pull request #965 from pedropombeiro/unifi-improvements
UniFi improvements
2022-03-13 15:48:41 -07:00
Pedro Pombeiro
ca3b4b6c8c
unifi: Add kernel-other-proto format 2022-03-07 23:24:15 +01:00
Pedro Pombeiro
5028f84b59
Add ID for 'dnsmasq-dhcp' and 'other' formats 2022-03-07 23:24:15 +01:00
Pedro Pombeiro
16f5886cb1
Improvements to unifi format 2022-03-07 23:24:14 +01:00
Timothy Stack
0e23dcf4b5 [release] bump release number 2022-03-05 11:02:35 -08:00
Timothy Stack
87beb6dd78 [tests] set TZ for pcap test 2022-03-04 21:42:55 -08:00
Tim Stack
d43576e41a
Merge pull request #963 from pedropombeiro/unifi_log
Add format for UniFi gateway
2022-03-04 10:47:38 -08:00
Pedro Pombeiro
894c36dac4
Add format for UniFi gateway 2022-03-04 00:35:13 +01:00
Tim Stack
30c603c1c8
Merge pull request #961 from pschiffe/master
Add `#include <iterator>` to `string_util.cc`
2022-02-21 12:55:18 -08:00
Peter Schiffer
b8a31ae9b4
Add #include <iterator> to string_util.cc
Lnav fails to build on the next Fedora version due to the following error:
```
make[3]: Entering directory '/builddir/build/BUILD/lnav-0.10.1/src/base'
g++ -std=c++14 -DHAVE_CONFIG_H -I. -I../../src   -Wall -I../../src/ -I../../src/third-party -I../../src/fmtlib     -I../../src/third-party/doctest-root  -I/usr/local/include -D_ISOC99_SOURCE -D__STDC_LIMIT_MACROS -D_GNU_SOURCE  -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c -o string_util.o string_util.cc
make[3]: Leaving directory '/builddir/build/BUILD/lnav-0.10.1/src/base'
string_util.cc: In function 'std::string repeat(const std::string&, size_t)':
string_util.cc:199:22: error: 'ostream_iterator' is not a member of 'std'
  199 |     std::fill_n(std::ostream_iterator<std::string>(os), num, input);
      |                      ^~~~~~~~~~~~~~~~
string_util.cc:38:1: note: 'std::ostream_iterator' is defined in header '<iterator>'; did you forget to '#include <iterator>'?
   37 | #include "string_util.hh"
  +++ |+#include <iterator>
   38 |
```

Reason is probably the updated GNU toolchain, more info:
https://fedoraproject.org/wiki/Changes/GNUToolchainF36

This patch fixes the issue.
2022-02-21 21:09:30 +01:00
Tim Stack
4d62826cae
Merge pull request #960 from thedataflows/master
Proposal to add github actions to build for Windows
2022-02-21 09:42:06 -08:00
Cristian Chiru
146a2ad857 Add github actions to build for Windows 2022-02-20 23:18:45 +02:00
Tim Stack
c254c7ebc6
Merge pull request #959 from thedataflows/master
Fixes for building on Windows
2022-02-19 18:35:53 -08:00
Cristian Chiru
084b88b6f4 Fix func signature 2022-02-20 03:32:33 +02:00
Cristian Chiru
b23e0ad508 Fix lnav homedir for windows 2022-02-20 03:30:07 +02:00
Cristian Chiru
e2fe64e536 Fix for building on msys2; Closes #795 2022-02-20 01:35:40 +02:00
Cristian Chiru
092af9b694 Add missing include, closes #956 2022-02-20 01:10:41 +02:00
Tim Stack
b2c7018d2d
Merge pull request #958 from solsticedhiver/patch-1
Mention the name of the remote binary file
2022-02-16 08:27:02 -08:00