Timothy Stack
d6055d178b
[build] move method from .hh file into .cc
2020-11-17 10:46:12 -08:00
Timothy Stack
5bffcb4c3e
[build] missing include again...
2020-11-17 10:31:26 -08:00
Timothy Stack
d1a84b3606
[build] missing include
2020-11-17 10:28:35 -08:00
Timothy Stack
51d1204a96
[arc] add content hash to archive temp dir and tech debt
2020-11-17 10:04:23 -08:00
Timothy Stack
0765c07010
[view] migrate view_action stuff to function objects
2020-11-14 21:39:12 -08:00
Timothy Stack
b1a0227cbd
[build] try to fix travis build
2020-11-12 22:45:51 -08:00
Timothy Stack
9d87cfa2f0
[debt] more tech debt
2020-11-12 21:58:40 -08:00
Timothy Stack
cb7a8904c1
[build] missed header in the makefile
2020-11-09 23:11:49 -08:00
Timothy Stack
9eee6b2b64
[build] missing header
2020-11-09 23:02:08 -08:00
Timothy Stack
f192cb7c3e
[input_dispatcher] fix handling of unicode input
...
Fixes #791
2020-11-09 22:18:17 -08:00
Timothy Stack
db8a3c4d38
[debt] doing some cleanup
...
Defect Number:
Reviewed By:
Testing Done:
2020-11-09 22:17:17 -08:00
Timothy Stack
21e78670e2
[highlighter] fix a mistake in the offset used for semantic highlights
2020-11-05 16:07:35 -08:00
Timothy Stack
00dcd86f79
[view_curses] always apply utf adjustments in mvwattrline
...
doh
Fixes #786
2020-11-04 10:50:37 -08:00
Timothy Stack
78d5954fd7
[build] fix conversion
2020-11-01 06:23:57 -08:00
Timothy Stack
5c73ce0a85
[build] fix noarchive build
2020-10-31 23:12:40 -07:00
Timothy Stack
e4ea9ca584
[arc] report errors when opening archives
2020-10-31 22:19:41 -07:00
Timothy Stack
563fa94d39
[log] fix fill character for file name prefix
2020-10-29 15:33:15 -07:00
Timothy Stack
8433a67c68
[release] fix musl build wrt libarchive
2020-10-29 14:34:47 -07:00
Timothy Stack
9bfe1f8319
[cmds] include filename in copied log lines when shown
...
Fixes #789
2020-10-28 22:56:58 -07:00
Timothy Stack
df3df8369c
[session] stages
2020-10-28 21:24:23 -07:00
Timothy Stack
5e42b4cb8a
[debt] include cleanup
2020-10-28 21:23:46 -07:00
Timothy Stack
0dff822ade
[debt] remove pthreadpp.hh
2020-10-28 21:23:41 -07:00
Timothy Stack
56866d8a33
[config-ui] support for searching
2020-10-28 21:23:34 -07:00
Timothy Stack
8b38bb0970
[session] store file visibility
2020-10-28 21:23:25 -07:00
Timothy Stack
c22c78220c
[text] hide text files
2020-10-28 21:23:16 -07:00
Timothy Stack
7b77a612c2
[files] make file scanning async
2020-10-28 21:22:56 -07:00
Timothy Stack
dfd18a4be5
[view] add files view
2020-10-28 21:21:57 -07:00
Timothy Stack
4b7244d06c
[archive] add locking
2020-10-28 21:20:57 -07:00
Timothy Stack
a63cf003a0
[themes] move highlights to theme definitions
...
Fixes #783
2020-10-28 21:19:57 -07:00
Timothy Stack
3b0168025d
[cmds] add support for hiding files
2020-10-28 21:18:57 -07:00
Timothy Stack
579e4274f9
[files] initial impl for opening archives
2020-10-28 21:17:57 -07:00
Timothy Stack
9f524136bd
[fs] remove old filesystem impl
2020-10-20 22:55:46 -07:00
Timothy Stack
e7f5bf3a6a
[3rd-party] import ghc/filesystem
2020-10-20 22:54:59 -07:00
Timothy Stack
59665368ee
[autoconf] check for libarchive
2020-10-20 22:53:59 -07:00
Tim Stack
4b30dffd6b
Merge pull request #785 from phord/gzip-eos
...
Don't try to read concatenated gzip streams
2020-10-20 09:29:54 -07:00
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.
2020-10-19 20:49:36 -07:00
Timothy Stack
2a7db9b257
[root-config] default /ui/default-colors to true
2020-10-07 21:32:29 -07:00
Timothy Stack
d8a083f0fe
[filters] add :toggle-filtering command
2020-10-02 21:17:52 -07:00
Timothy Stack
b44b6d24cf
[themes] use an empty string to get the terminal default background instead of specifying black
...
Defect Number:
Reviewed By:
Testing Done:
2020-10-02 14:05:27 -07:00
Timothy Stack
276f71423e
[readline] add alternate enter command
2020-09-30 21:55:37 -07:00
Tim Stack
cc6ae5ee2e
Update format2csv.py
2020-09-29 14:14:43 -07:00
Tim Stack
7c215f09c6
Merge pull request #777 from sureshsundriyal/master
...
[musl] Remove the unnecessary 'queue.h' dependency
2020-09-27 11:05:30 -07:00
Suresh Sundriyal
cac46e9848
[musl] Remove the unnecessary 'queue.h' dependency
2020-09-27 08:45:52 -07:00
Tim Stack
e539aca4ea
Merge pull request #776 from sureshsundriyal/master
...
Add explicit dependencies and remove BUILT_SOURCES target.
2020-09-25 20:16:05 -07:00
Suresh Sundriyal
3a9967cbf5
[build] Get rid of BUILT_SOURCES
2020-09-24 19:17:36 -07:00
Suresh Sundriyal
cc6f0a06dd
[build] Add some explicit dependencies.
...
This should fix the individual make targets.
2020-09-24 19:17:36 -07:00
Timothy Stack
0e1eb418c8
[cmake] set a default for the build type
2020-09-24 16:09:28 -07:00
Timothy Stack
8f0c918bb3
[build] fix the hunter config, the LOCAL flag was missing
2020-09-24 16:02:14 -07:00
Timothy Stack
5e01902c60
[travis] disable arm build for now
2020-09-24 14:52:06 -07:00
Timothy Stack
2cd0ee7200
[build] try to fix arm64 travis build
2020-09-24 14:31:40 -07:00