Commit Graph

142 Commits (master)

Author SHA1 Message Date
Timothy Stack dd527cf6d4 [version] bump to v0.10.1 3 years ago
a1346054 a362683dc8 [release]: invoke bash through /usr/bin/env
This makes sure that the expected bash is ran, instead of the hardcoded
version which may or may not exist at that path.
3 years ago
a1346054 4406feba3b [vagrant]: fix shellcheck identified issues in scripts 3 years ago
a1346054 b402e79e9e [vagrant]: use https link in resulting package 3 years ago
Timothy Stack 22ad9f23a9 [release] some static link cleanup 3 years ago
Timothy Stack 4b6fb5ff18 [release] change version to v0.10.0 since there's a lot of stuff and some nits 3 years ago
Timothy Stack 96a00f2085 [release] some tweaks 3 years ago
Timothy Stack 4dfd8b2c97 [release] bump alpine version to get mallocng in musl 3 years ago
Timothy Stack db5fd8e0ec [build] some more stacktrace stuff 3 years ago
Timothy Stack 9231e812d7 [build] disable backward 3 years ago
Timothy Stack 399cf83fc5 [ras] add backward-cpp 3 years ago
Timothy Stack 1525a7ce98 [release] bump sqlite version 3 years ago
Timothy Stack 94498878c8 [logfile_sub_source] try to avoid a full rebuild in some cases 3 years ago
Timothy Stack 0fd7f31222 [release] add -lssh2 -lz to the static builds 3 years ago
Timothy Stack d15c1103cf [build] bump deps and add a missing include 3 years ago
Timothy Stack f4c5f42e87 [docs] add some links to the Sessions section 3 years ago
Timothy Stack f5e88b7158 [docs] add ARCHITECTURE.md and various other things 3 years ago
Timothy Stack 099b32b393 [version] bump to 0.9.1 3 years ago
Timothy Stack ae422bb37e [release] add xz/lzma to the release build 3 years ago
Timothy Stack 9a073e80e7 [result] fix Result.map() issue with copying the value when the result was in error 4 years ago
Timothy Stack 836fc83203 [pretty-print] pay attention to hidden fields
Fixes #653
4 years ago
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>
4 years ago
Timothy Stack 8433a67c68 [release] fix musl build wrt libarchive 4 years ago
Timothy Stack 579e4274f9 [files] initial impl for opening archives 4 years ago
Suresh Sundriyal cac46e9848 [musl] Remove the unnecessary 'queue.h' dependency 4 years ago
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.
4 years ago
Timothy Stack e6c8f49c29 Merge branch 'master' of https://github.com/sureshsundriyal/lnav into sureshsundriyal-master 4 years ago
Timothy Stack cfc285ce2d [release] fix bzip2 URL and fail download-pkgs if a package fails to download 4 years ago
Suresh Sundriyal 24b964c65d [release] Update bzip2 download URL 4 years ago
Suresh Sundriyal 0dedb3d455 [simd] Allow toggling of simd related functionality 4 years ago
Timothy Stack cc12e6359c [release] do not upgrade virtualbox additions on musl 4 years ago
Timothy Stack ee572a2c86 [init] fix an issue with input not being taken when an empty file is loaded 4 years ago
Timothy Stack c18850aa01 [release] add musl-package to the "release" deps 4 years ago
Suresh Sundriyal 271c961085 [release] Build target for static lnav compiled with musl.
`musl-package` compiles a completely static `lnav` binary compiled with
musl-libc.
4 years ago
Timothy Stack 84a7079e3f [main] capture stderr only after initscr() and fix curl configure detection 4 years ago
Timothy Stack d6e1fd1f32 [release] change version to 0.9.0 4 years ago
Timothy Stack a9dda41baf [release] add fallback terminfos to the ncurses static build
Fixes #751
4 years ago
Timothy Stack eb88ec4f6c [release] some more release fixes 4 years ago
Timothy Stack b408740697 [release] fix some issues in the release process 4 years ago
Timothy Stack 441833ac23 [build] bump version numbers 4 years ago
Timothy Stack e442f84e80 [textview] pause loading of files by pressing =
Fixes #670
5 years ago
Timothy Stack 02c53976b4 Some refactoring for the line buffer and other cleanups
Fixes #649
5 years ago
Timothy Stack 832f980ab9 [version] set to v0.8.5 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 43243c7ba3 [build] revive freebsd release build
Some misc fixes for filtering as well
5 years ago
Timothy Stack 9936f1e814 bump some dependencies for release builds 5 years ago
Timothy Stack 69508e6467 [search] try to fix an issue with search progress bar never stopping
Possible fix for #588
5 years ago
Timothy Stack def35d1ae7 [release] version bump to v0.8.4
Defect Number:
    Reviewed By:
   Testing Done:
6 years ago
Timothy Stack 332fa39145 [release] bump some version numbers 6 years ago
Timothy Stack 01716ba2ab [release] take out freebsd build and skip distcheck for OS X for now 7 years ago
Timothy Stack 02d622979b [release-build] install ncurses-static 7 years ago
Timothy Stack fa3c3c837a [build] some minor fixes for the release build 7 years ago
Timothy Stack 78119dc9f1 fixing some minor issues
Fixes #255
7 years ago
Timothy Stack c0684a97cc [sql] add a regexp_capture tablue-valued function
Fixup the release makefile a bit.
7 years ago
Timothy Stack c180c44e49 [vtab] add an lnav_view_stack table to get programmatic access to the view stack
More progress towards #377
7 years ago
Timothy Stack 4d091988a0 [release] some more work on the release build 8 years ago
Suresh Sundriyal 87590aab6b [freebsd] Revert the bump gcc to 4.8.
Updated the incorrect section.
8 years ago
Suresh Sundriyal f2cb5c80d8 Revert "[freebsd] Install automake before kicking off the build."
This reverts commit 08ab680492.
8 years ago
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.
8 years ago
Suresh Sundriyal 08ab680492 [freebsd] Install automake before kicking off the build. 8 years ago
Suresh Sundriyal 438ab2c9d4 [freebsd] Some more build related fixes. 8 years ago
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.
8 years ago
Timothy Stack e8ba6b4921 [release] update some dependency versions 8 years ago
Timothy Stack 96191badf3 [release] update versions for release and fix some time issues 8 years ago
Timothy Stack cad311f557 [views] do auto-scroll-down for all views 8 years ago
Timothy Stack 7a6429519f [summary-line] change error count to error rate and do some cleanup on message levels 8 years ago
Timothy Stack fdc2748e3e [spectro] add a spectrogram view that works with known message fields 8 years ago
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.
8 years ago
Suresh Sundriyal e68452e174 [release-builds] Fix the FreeBSD builds.
Fixes tstack/lnav#264
9 years ago
Timothy Stack 0237aaad21 [release] update the release Makefile 9 years ago
Timothy Stack bf73660747 bump version to 0.8.0 9 years ago
Timothy Stack 06c74c450f [release] some updates to the release makefile 9 years ago
Suresh Sundriyal d8d46a49dc [build] Make pkg.sh executable. 9 years ago
Suresh Sundriyal 9903f9bb21 [build] Some typographical errors. 9 years ago
Suresh Sundriyal 229576d1be [vagrant] Use the multi-machine facility. 9 years ago
Suresh Sundriyal 1a0de7269e [vagrant] Remove the generated cruft after the builds are done. 9 years ago
Suresh Sundriyal b854940d22 [vagrant] Fix builds and add support for FreeBSD.
+ The sqlite certificates have changed and not trusted by wget, so use
  the http protocol to download the binary.
+ Add support for FreeBSD builds.
+ Move stuff around to support FreeBSD builds.
+ Destroy the vagrant VM after a successful build.
9 years ago
Timothy Stack 8a91c96bed [build] bump version to 0.7.3 since we will release soon 9 years ago
Suresh Sundriyal 36aa0c10d4 [build] Fix osx-package builds. 9 years ago
Suresh Sundriyal b954836cf0 [release-build] Fix the linux vagrant builds. 9 years ago
Timothy Stack e30ada3983 [build] fix automake version in release script 9 years ago
Timothy Stack 712f1f732b [build] bump sqlite and automake versions for the release build 9 years ago
Timothy Stack 974aafe1b9 [search] fix searching when a file is deleted and recreated 9 years ago
Timothy Stack fad59bfaf1 [ptime] fix endianness and parsing issues 9 years ago
Timothy Stack 363547428c [version] some more version updates 9 years ago
Timothy Stack 671dca60dc [cmd] do not error out if filter exists, just enable it
Defect Number:
    Reviewed By:
   Testing Done:
10 years ago
Timothy Stack c1bba73034 missing mkdir in build.sh 10 years ago
Timothy Stack f9098e6bc4 [build] automate building the linux static binary 10 years ago
Timothy Stack 865951739e [release] add a log generator for demo purposes 10 years ago
Timothy Stack ad5d137d09 [release] shell script to demonstrate following logs 11 years ago
Timothy Stack d029338a1f [release] add the terminal settings used to take screenshots 11 years ago