Commit Graph

24 Commits

Author SHA1 Message Date
Günter Obiltschnig
7354f29bf5 Merge pull request #970 from MrHacky/fix-335
Fix zip files made with non-seekable output. (issue #335)
2015-10-08 14:59:16 +02:00
Simon Sasburg
ca1af32ecc Fix zip files made with non-seekable output. (issue #335) 2015-10-07 20:30:34 +01:00
Guenter Obiltschnig
37aebb57b1 fixed GH #966: Possible crash when processing a corrupted Zip file 2015-10-05 12:13:10 +02:00
Rangel Reale
035943c4e0 * Fix for Zip file loading not setting containing file offsets 2015-06-25 13:24:45 -03:00
Guenter Obiltschnig
a00710cf56 style fix 2015-04-23 11:52:15 +02:00
Guenter Obiltschnig
a47e82a4c0 style fixes 2015-04-23 11:44:00 +02:00
bobstabler
5080f1aafa Zip64 support added to Poco Zip. I added unit tests CompressTest::testZip64 and ZipTest::testDecompressZip64, but so far I have only run them on Windows. We have built the code on MAC and Linux and will attempt to run the tests there. 2015-04-22 11:40:34 -05:00
Guenter Obiltschnig
f09ed71a47 fixed #331: Poco::Zip does not support files with .. in the name. 2014-11-21 10:08:52 +01:00
Guenter Obiltschnig
544229302e #538 prevent destructors from throwing exceptions 2014-09-19 09:46:49 +02:00
Guenter Obiltschnig
c9590ff7d4 Added CM_AUTO, which automatically selects CM_STORE or CM_DEFLATE based on file extension. Used to avoid double-compression of already compressed file formats such as images. 2014-09-08 11:06:57 +02:00
Guenter Obiltschnig
4dfcaf9220 fixed GH #317: Poco::Zip does not support newer Zip file versions. 2014-05-23 09:13:53 +02:00
Roger Meier
b0581433a7 LICENSE: add info about SPDX-License-Identifier usage and use it
fix: remove executable flag and change back to 100644 (was 100755)

Signed-off-by: Roger Meier <r.meier@siemens.com>
2014-05-14 08:38:09 +02:00
Roger Meier
628a06f718 LICENSE: add info about SPDX-License-Identifier usage and use it
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
2014-05-04 21:02:42 +02:00
Guenter Obiltschnig
3c9bc10042 Zip: fixed a crash caused by an I/O error (e.g., full disk) while creating a Zip archive 2014-04-18 12:57:44 +02:00
Aleksandar Fabijanic
fe5c4098e5 more indentation fixes 2013-04-21 21:39:37 -05:00
Aleksandar Fabijanic
a221b14522 porting rev.1998 from 1.4.4 (except ODBC, which will be done later, and SQLite, which was ported in rev.1999) 2012-09-05 02:43:06 +00:00
Aleksandar Fabijanic
d75e68c027 new trunk (base for 1.5)
windows build only
2012-04-23 01:14:34 +00:00
Aleksandar Fabijanic
f9b60296f7 removing old trunk files 2012-04-23 00:43:14 +00:00
Marian Krivos
6268aa3865 backport changes from 1.4.3 branch 2012-01-07 11:06:14 +00:00
Marian Krivos
9b3117e6c5 Zip: complete merge to 1.4.2 2011-09-14 15:41:51 +00:00
Guenter Obiltschnig
f2ca58ff73 Zip changes from 1.3.5 2009-06-16 17:11:24 +00:00
Marian Krivos
b99f4b6d1f OpenSolaris + SunPro C++ compile fix 2009-02-24 22:00:36 +00:00
Guenter Obiltschnig
12c1ae5823 fixed SF# 2583934: Zip: No Unix permissions set 2009-02-18 16:04:14 +00:00
Peter Schojer
ba13c39636 added Zip to trunk 2008-10-31 09:18:26 +00:00