Timothy Stack
9a073e80e7
[result] fix Result.map() issue with copying the value when the result was in error
2020-12-26 23:00:44 -08:00
Timothy Stack
836fc83203
[pretty-print] pay attention to hidden fields
...
Fixes #653
2020-12-06 23:52:09 -08:00
Nicolas Bock
5be45cf397
Add tmux
terminfo entries
...
Recent terminfo databases contain two entries for tmux sessions,
`tmux` and `tmux-256color`. This change adds these two entries.
Signed-off-by: Nicolas Bock <nicolasbock@gmail.com>
2020-11-25 15:29:08 -07:00
Timothy Stack
8433a67c68
[release] fix musl build wrt libarchive
2020-10-29 14:34:47 -07:00
Timothy Stack
579e4274f9
[files] initial impl for opening archives
2020-10-28 21:17:57 -07:00
Suresh Sundriyal
cac46e9848
[musl] Remove the unnecessary 'queue.h' dependency
2020-09-27 08:45:52 -07:00
Suresh Sundriyal
46e97f67df
[freebsd] Update the vagrant box
...
Also update the boot_time since the newer version of FreeBSD image seems
to take a lot longer to come up.
2020-09-20 23:27:22 -07:00
Timothy Stack
e6c8f49c29
Merge branch 'master' of https://github.com/sureshsundriyal/lnav into sureshsundriyal-master
2020-09-18 09:00:57 -07:00
Timothy Stack
cfc285ce2d
[release] fix bzip2 URL and fail download-pkgs if a package fails to download
2020-09-18 08:57:29 -07:00
Suresh Sundriyal
24b964c65d
[release] Update bzip2 download URL
2020-09-18 04:39:51 -07:00
Suresh Sundriyal
0dedb3d455
[simd] Allow toggling of simd related functionality
2020-09-17 21:20:52 -07:00
Timothy Stack
cc12e6359c
[release] do not upgrade virtualbox additions on musl
2020-09-17 09:11:23 -07:00
Timothy Stack
ee572a2c86
[init] fix an issue with input not being taken when an empty file is loaded
2020-09-16 14:05:56 -07:00
Timothy Stack
c18850aa01
[release] add musl-package to the "release" deps
2020-09-14 13:29:52 -07:00
Suresh Sundriyal
271c961085
[release] Build target for static lnav compiled with musl.
...
`musl-package` compiles a completely static `lnav` binary compiled with
musl-libc.
2020-09-14 06:34:45 -07:00
Timothy Stack
84a7079e3f
[main] capture stderr only after initscr() and fix curl configure detection
2020-09-02 15:39:27 -07:00
Timothy Stack
d6e1fd1f32
[release] change version to 0.9.0
2020-09-01 22:36:47 -07:00
Timothy Stack
a9dda41baf
[release] add fallback terminfos to the ncurses static build
...
Fixes #751
2020-09-01 09:41:29 -07:00
Timothy Stack
eb88ec4f6c
[release] some more release fixes
2020-08-28 22:04:53 -07:00
Timothy Stack
b408740697
[release] fix some issues in the release process
2020-08-27 22:00:03 -07:00
Timothy Stack
441833ac23
[build] bump version numbers
2020-04-20 22:50:57 -07:00
Timothy Stack
e442f84e80
[textview] pause loading of files by pressing =
...
Fixes #670
2019-07-30 06:28:42 -07:00
Timothy Stack
02c53976b4
Some refactoring for the line buffer and other cleanups
...
Fixes #649
2019-06-15 06:32:02 -07:00
Timothy Stack
832f980ab9
[version] set to v0.8.5
2019-04-07 10:26:50 -07:00
Timothy Stack
c4b950e4d9
bump version to v0.8.5-rc1
2019-03-15 22:13:18 -07:00
Timothy Stack
78d80fddd5
[cli] add -r flag for recursively loading files from a directory hierarchy
...
Fixes #431
2019-03-14 22:24:57 -07:00
Timothy Stack
43243c7ba3
[build] revive freebsd release build
...
Some misc fixes for filtering as well
2019-02-17 07:40:35 -08:00
Timothy Stack
9936f1e814
bump some dependencies for release builds
2019-01-28 21:58:41 -08:00
Timothy Stack
69508e6467
[search] try to fix an issue with search progress bar never stopping
...
Possible fix for #588
2019-01-26 08:01:44 -08:00
Timothy Stack
def35d1ae7
[release] version bump to v0.8.4
...
Defect Number:
Reviewed By:
Testing Done:
2018-08-27 07:23:13 -07:00
Timothy Stack
332fa39145
[release] bump some version numbers
2018-01-22 11:06:39 -08:00
Timothy Stack
01716ba2ab
[release] take out freebsd build and skip distcheck for OS X for now
2017-04-13 06:52:04 -07:00
Timothy Stack
02d622979b
[release-build] install ncurses-static
2017-04-11 07:53:02 -07:00
Timothy Stack
fa3c3c837a
[build] some minor fixes for the release build
2017-04-05 07:41:33 -07:00
Timothy Stack
78119dc9f1
fixing some minor issues
...
Fixes #255
2017-04-05 07:05:19 -07:00
Timothy Stack
c0684a97cc
[sql] add a regexp_capture tablue-valued function
...
Fixup the release makefile a bit.
2017-03-15 17:01:58 -07:00
Timothy Stack
c180c44e49
[vtab] add an lnav_view_stack table to get programmatic access to the view stack
...
More progress towards #377
2017-03-04 15:22:19 -08:00
Timothy Stack
4d091988a0
[release] some more work on the release build
2016-08-06 15:23:23 -07:00
Suresh Sundriyal
87590aab6b
[freebsd] Revert the bump gcc to 4.8.
...
Updated the incorrect section.
2016-07-30 21:39:13 -07:00
Suresh Sundriyal
f2cb5c80d8
Revert "[freebsd] Install automake before kicking off the build."
...
This reverts commit 08ab680492
.
2016-07-30 19:15:41 -07:00
Suresh Sundriyal
936afab0cc
[freebsd] Use GNU Make
...
Either Autotools is producing a makefile that FreeBSD make does not like
or FreeBSD make does not like pattern rules anymore. Or more plausibly,
we are not invoking autogen.sh correctly.
2016-07-30 19:13:23 -07:00
Suresh Sundriyal
08ab680492
[freebsd] Install automake before kicking off the build.
2016-07-30 17:06:15 -07:00
Suresh Sundriyal
438ab2c9d4
[freebsd] Some more build related fixes.
2016-07-28 20:32:24 -07:00
Suresh Sundriyal
759eb53f01
[freebsd] Partial fix for the release builds.
...
The default gcc toolchain on freebsd has been bumped to 4.8 so the build
scripts that hardcoded the gcc binary name are getting confused.
The new version of SQLite seems to be getting confused between editline
and readline.
2016-07-28 20:03:43 -07:00
Timothy Stack
e8ba6b4921
[release] update some dependency versions
2016-07-28 08:49:21 -07:00
Timothy Stack
96191badf3
[release] update versions for release and fix some time issues
2016-04-04 23:55:43 -07:00
Timothy Stack
cad311f557
[views] do auto-scroll-down for all views
2016-03-28 06:13:40 -07:00
Timothy Stack
7a6429519f
[summary-line] change error count to error rate and do some cleanup on message levels
2016-03-24 23:58:25 -07:00
Timothy Stack
fdc2748e3e
[spectro] add a spectrogram view that works with known message fields
2016-03-20 15:15:50 -07:00
Timothy Stack
4ecc88292a
[release] build packages with fpm
...
Add a separate vagrant vm to run fpm since the centos 5
one is too old and then use it to produce deb and rpm
files.
2016-02-28 11:40:26 -08:00