Commit Graph

1794 Commits (c22c78220c882b322cd41da3e3c69bea94a52291)
 

Author SHA1 Message Date
Timothy Stack c22c78220c [text] hide text files 4 years ago
Timothy Stack 7b77a612c2 [files] make file scanning async 4 years ago
Timothy Stack dfd18a4be5 [view] add files view 4 years ago
Timothy Stack 4b7244d06c [archive] add locking 4 years ago
Timothy Stack a63cf003a0 [themes] move highlights to theme definitions
Fixes #783
4 years ago
Timothy Stack 3b0168025d [cmds] add support for hiding files 4 years ago
Timothy Stack 579e4274f9 [files] initial impl for opening archives 4 years ago
Timothy Stack 9f524136bd [fs] remove old filesystem impl 4 years ago
Timothy Stack e7f5bf3a6a [3rd-party] import ghc/filesystem 4 years ago
Timothy Stack 59665368ee [autoconf] check for libarchive 4 years ago
Tim Stack 4b30dffd6b
Merge pull request #785 from phord/gzip-eos
Don't try to read concatenated gzip streams
4 years ago
Phil Hord 1d127053e9 Don't try to read concatenated gzip streams
Don't try to continue reading the next stream of a concatenated
gzip file.  The next stream may be CRC noise or other garbage.

Maybe in the future we should look for a gzip header in the
following bytes of the stream and try to decode from there.
But it's not clear that anyone ever uses this supposed gzip
feature anyway.

Let's just end the stream when we reach EOS. Also, if the
stream fails to init, let's leave it closed instead of throwing
an error no one is likely to catch.  Log the error msg from
zlib if one is provided.
4 years ago
Timothy Stack 2a7db9b257 [root-config] default /ui/default-colors to true 4 years ago
Timothy Stack d8a083f0fe [filters] add :toggle-filtering command 4 years ago
Timothy Stack b44b6d24cf [themes] use an empty string to get the terminal default background instead of specifying black
Defect Number:
    Reviewed By:
   Testing Done:
4 years ago
Timothy Stack 276f71423e [readline] add alternate enter command 4 years ago
Tim Stack cc6ae5ee2e
Update format2csv.py 4 years ago
Tim Stack 7c215f09c6
Merge pull request #777 from sureshsundriyal/master
[musl] Remove the unnecessary 'queue.h' dependency
4 years ago
Suresh Sundriyal cac46e9848 [musl] Remove the unnecessary 'queue.h' dependency 4 years ago
Tim Stack e539aca4ea
Merge pull request #776 from sureshsundriyal/master
Add explicit dependencies and remove BUILT_SOURCES target.
4 years ago
Suresh Sundriyal 3a9967cbf5 [build] Get rid of BUILT_SOURCES 4 years ago
Suresh Sundriyal cc6f0a06dd [build] Add some explicit dependencies.
This should fix the individual make targets.
4 years ago
Timothy Stack 0e1eb418c8 [cmake] set a default for the build type 4 years ago
Timothy Stack 8f0c918bb3 [build] fix the hunter config, the LOCAL flag was missing 4 years ago
Timothy Stack 5e01902c60 [travis] disable arm build for now 4 years ago
Timothy Stack 2cd0ee7200 [build] try to fix arm64 travis build 4 years ago
Timothy Stack 15f38ce6ba [travis] try to activate arm builds 4 years ago
Timothy Stack 74bfa21050 [build] missed a file 4 years ago
Timothy Stack 65c991919b [loader] fix format loader and add $schema refs to formats 4 years ago
Timothy Stack 7763d2db7a [cross] try to fix armhf
Defect Number:
    Reviewed By:
   Testing Done:
4 years ago
Timothy Stack 6ec90c521b [build] dump crash log during build 4 years ago
Timothy Stack e04d49bc98 fix a memory error in extension-functions.cc 4 years ago
Timothy Stack ec920a771f [snap] nope... 4 years ago
Timothy Stack 0b1b57debb [snap] bump base version to core20 4 years ago
Timothy Stack 267ca92025 [snap] add missing lib 4 years ago
Timothy Stack c3646be987 [build] fix some issues on 32-bit arch 4 years ago
Timothy Stack a4e6328ff7 [snap] force snapshot 4 years ago
Tim Stack 0bfb11fcc8
Update snapcraft.yaml 4 years ago
Timothy Stack cb58f3d1ae [snap] add debug 4 years ago
Tim Stack 4434e9f2aa
Merge pull request #775 from sureshsundriyal/master
[dist] Some more distribution related cleanup.
4 years ago
Suresh Sundriyal f8e990cf76 [dist] Some more distribution related cleanup.
Remove init-sql.h from the distributed package and remove the redundant
files from DISTCLEAN.
4 years ago
Tim Stack 65b999c5ca
Merge pull request #774 from sureshsundriyal/master
[dist] Stop packaging builtin-scripts.h
4 years ago
Timothy Stack dd2fb1d0c5 [snap] remove curl dep 4 years ago
Suresh Sundriyal 8b2bcca752 [dist] Stop packaging builtin-scripts.h 4 years ago
Timothy Stack 47c8a32481 [snap] remove source-tag 4 years ago
Timothy Stack 82c7b236ee [readme] add snap link 4 years ago
Timothy Stack b1e89be4c3 [snap] try to build latest 4 years ago
Timothy Stack 6cbc888786 [snap] update snapcraft.yaml 4 years ago
Timothy Stack b2d5a41762 [NEWS] some cleanup of the text 4 years ago
Tim Stack 20c6ec3166
Merge pull request #773 from sureshsundriyal/master
[build] Get rid of configure errors
4 years ago