Commit Graph

1824 Commits (8dbb60215e428a9f6eff242990416978f5400064)
 

Author SHA1 Message Date
Tim Stack 8dbb60215e
Update data_parser.cc 4 years ago
Timothy Stack 9a431f5354 [build] missing vec 4 years ago
Timothy Stack 1e1d12bd0b [build] missing <algorithm> 4 years ago
Timothy Stack fa9a66152f [build] missing include 4 years ago
Timothy Stack 8e629b166a [build] some more compiler profiling
Defect Number:
    Reviewed By:
   Testing Done:
4 years ago
Timothy Stack 6fe2f552d5 [build] missing header files for distcheck 4 years ago
Timothy Stack d6055d178b [build] move method from .hh file into .cc 4 years ago
Timothy Stack 5bffcb4c3e [build] missing include again... 4 years ago
Timothy Stack d1a84b3606 [build] missing include 4 years ago
Timothy Stack 51d1204a96 [arc] add content hash to archive temp dir and tech debt 4 years ago
Timothy Stack 0765c07010 [view] migrate view_action stuff to function objects 4 years ago
Timothy Stack b1a0227cbd [build] try to fix travis build 4 years ago
Timothy Stack 9d87cfa2f0 [debt] more tech debt 4 years ago
Timothy Stack cb7a8904c1 [build] missed header in the makefile 4 years ago
Timothy Stack 9eee6b2b64 [build] missing header 4 years ago
Timothy Stack f192cb7c3e [input_dispatcher] fix handling of unicode input
Fixes #791
4 years ago
Timothy Stack db8a3c4d38 [debt] doing some cleanup
Defect Number:
    Reviewed By:
   Testing Done:
4 years ago
Timothy Stack 21e78670e2 [highlighter] fix a mistake in the offset used for semantic highlights 4 years ago
Timothy Stack 00dcd86f79 [view_curses] always apply utf adjustments in mvwattrline
doh

Fixes #786
4 years ago
Timothy Stack 78d5954fd7 [build] fix conversion 4 years ago
Timothy Stack 5c73ce0a85 [build] fix noarchive build 4 years ago
Timothy Stack e4ea9ca584 [arc] report errors when opening archives 4 years ago
Timothy Stack 563fa94d39 [log] fix fill character for file name prefix 4 years ago
Timothy Stack 8433a67c68 [release] fix musl build wrt libarchive 4 years ago
Timothy Stack 9bfe1f8319 [cmds] include filename in copied log lines when shown
Fixes #789
4 years ago
Timothy Stack df3df8369c [session] stages 4 years ago
Timothy Stack 5e42b4cb8a [debt] include cleanup 4 years ago
Timothy Stack 0dff822ade [debt] remove pthreadpp.hh 4 years ago
Timothy Stack 56866d8a33 [config-ui] support for searching 4 years ago
Timothy Stack 8b38bb0970 [session] store file visibility 4 years ago
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