- Mar 10, 2020
-
-
Floris Bos authored
- Use larger buffer size when writing uncompressed files (was libcurl's default of 16 kb, change it to 128 kb) - Uncompress the next MB of data, while it is hashing/writing to disk in seperate thread.
-
Floris Bos authored
-
Floris Bos authored
Appereantly the function does not work as advertised on Windows 7. Do call it, but ignore errors. Hopefully any real write errors, will be detected when reading back image instead.
-
- Mar 09, 2020
-
-
Floris Bos authored
Qt only supports 10.13/10.14/10.15 in latest Qt version So mark application as such. Closes #29
-
Floris Bos authored
-
Floris Bos authored
-
Floris Bos authored
The software requires at least: - libcurl 7.32.0 (released Aug 12 2013!) - libarchive 3.2.0 (released Apr 30 2016) - util-linux 2.27 (released Sep 7 2015) While technically we could build libcurl and libarchive statically (like we do for Mac and Windows) if the system has older libs, it's likely that running the software on systems that old may give other problems as well (e.g. does lsblk --json (util-linux) and udisks2 work correctly?), so do not bother. Closes #16
-
Floris Bos authored
Closes #24
-
Floris Bos authored
-
- Mar 06, 2020
-
-
Floris Bos authored
-
- Mar 05, 2020
-
-
Floris Bos authored
-
Floris Bos authored
- We are only using zlib indirectly through libarchive (For Windows/Mac OS X we do keep requiring zlib headers, as we need them to build the bundled libarchive on these platforms)
-
- Mar 04, 2020
-
-
Floris Bos authored
- Remove old .svg icons and .qml file
-
Floris Bos authored
-
Floris Bos authored
- Fix github address - Add Mac code signing instructions
-
Floris Bos authored
-