Commit graph

260 commits

Author SHA1 Message Date
alqualos
a3cd3640b4 VERSION comments and multiarch 2014-06-13 17:55:57 +00:00
alqualos
e3864649a8 Check number_entry >= 0xFFFF to write zip64 2014-04-15 15:42:19 +00:00
alqualos
e04385b6a1 No longer allow mdAppend for sequential devices - tell() will report
wrong position
2014-02-12 16:54:13 +00:00
alqualos
328938a68a Setting the flags before opening 2014-02-12 06:41:16 +00:00
alqualos
8af0f13a96 A few fixes for no-auto-close mode (still needs some more work) 2014-02-11 17:56:43 +00:00
alqualos
1b94478a30 Only test for sequential devices after they are opened (otherwise fails on Linux) 2014-02-10 18:37:32 +00:00
alqualos
2a759e9fda Sequential device writing 2014-02-10 18:04:08 +00:00
alqualos
1fde5f5608 Remove test file after testing QSaveFile 2014-02-09 16:39:30 +00:00
alqualos
2f2553c559 Last-minute fixes for 0.6.2 2014-02-09 16:14:03 +00:00
alqualos
1c2f56fe3f Fix a copy-paste error in the docs 2014-02-09 15:12:18 +00:00
alqualos
bb25beb676 Preparation for 0.6.2 2014-02-09 15:02:37 +00:00
alqualos
60bd87e4d6 Test QSaveFile only if available 2014-02-09 13:29:31 +00:00
alqualos
09fc3c4b7c The auto-close flag (feature #17) 2014-02-09 13:12:27 +00:00
alqualos
21572d5d96 QuaZipNewInfo costructor from existing QuaZipFileInfo 2014-02-09 11:56:58 +00:00
alqualos
3507fb549b Test QuaZipFileInfo::getNTFS*Time() 2014-02-09 11:36:57 +00:00
alqualos
23c455439c Test QuaZipNewInfo::setFileNTFSTimes() 2014-02-09 11:21:52 +00:00
alqualos
49a2cb9267 Setting NTFS times (not tested yet) 2014-02-09 10:44:35 +00:00
alqualos
3b85cd7276 Methods to get NTFS times from the extra field 2014-02-09 09:21:57 +00:00
alqualos
71696d6669 Patch #20 - qztest.depends 2014-02-09 04:15:47 +00:00
alqualos
e5692882bd Preparation for 0.6.1 and LGPL headers 2014-01-26 15:58:10 +00:00
alqualos
52c5c7f9a0 Lots more QuaZipDir tests 2014-01-26 15:17:13 +00:00
alqualos
210a15f578 A lot more testing 2014-01-26 14:38:00 +00:00
alqualos
ec78263540 QuaZipFileInfo -> QuaZipFileInfo64 2014-01-26 12:28:46 +00:00
alqualos
f1750dac4d REALLY complete QuaZipFile coverage 2014-01-26 12:05:00 +00:00
alqualos
aa263c461f QCOMPARE fix 2014-01-26 12:02:23 +00:00
alqualos
21a35be042 Complete coverage of QuaZipFile 2014-01-26 12:01:25 +00:00
alqualos
9ab313a229 Constructor/destructor test 2014-01-26 11:49:40 +00:00
alqualos
d61091819a Some tests to increaze code coverage 2014-01-26 11:34:48 +00:00
alqualos
8b1aef28d7 --demangle-cpp 2014-01-26 09:49:06 +00:00
alqualos
2cc57c83aa lcov script 2014-01-26 09:46:59 +00:00
alqualos
fb45fc5df8 Added yet another zip64 test 2014-01-26 08:51:37 +00:00
alqualos
bcee19cda8 Forgot to implement the function 2014-01-26 08:49:57 +00:00
alqualos
af43aba76c The rest of the zip64 support (I hope) 2014-01-26 08:44:16 +00:00
alqualos
508d56899e zip64 support in QuaZipDir 2014-01-26 08:33:59 +00:00
alqualos
0e46a5ceb0 Fix problem with extracting dirs on Windows (for whatever reason) 2014-01-26 07:31:31 +00:00
alqualos
a530d6a18b Don't set permissions if they are zero (they are most likely just missing) 2014-01-26 07:20:48 +00:00
alqualos
ac88c5e934 Add a test for extracting a dir 2014-01-26 06:57:42 +00:00
alqualos
3957d26b2b Removed extra parentheses (reportedly causing warnings) 2014-01-23 17:48:55 +00:00
alqualos
8e3542739f Preparation for 0.6 2014-01-22 17:14:02 +00:00
alqualos
6e24de1b84 Added check for compressed_size >= 0xFFFFFFFF - in rare cases, it may be
that compressed_size > uncompressed_size (trying to compress an already
compressed file, for example)
2014-01-20 17:59:23 +00:00
alqualos
967a90b2e1 C-style comments 2014-01-20 17:33:50 +00:00
alqualos
7061c2b29b Fix local data descriptor size for zip64 2014-01-19 18:42:56 +00:00
alqualos
3281b1b09d The first zip64 test 2014-01-19 18:20:29 +00:00
alqualos
5749f5348d Experimental zip64 support 2014-01-19 17:27:17 +00:00
alqualos
1e933685eb Only apply z_crc_t fix (#44) if zlib version is < 1.2.7 2014-01-19 16:03:27 +00:00
alqualos
face060678 Fix uninferable (?) template args in Linux 2014-01-19 15:39:46 +00:00
alqualos
1508fdcd87 Type of pcrc_32_tab (bug #44) 2014-01-19 15:37:12 +00:00
alqualos
b353a8084e The first step to zip64 2014-01-19 15:25:12 +00:00
alqualos
e4ad60f5d2 Test 2.0 data descriptor writing 2014-01-19 13:10:20 +00:00
alqualos
f2f008f654 Delete test file 2014-01-19 12:50:24 +00:00