Stefan Weil
8ccee8928c
Fix typos in comments, documentation and strings ( #1615 )
...
All of them were found using codespell.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-07-06 00:17:38 +02:00
FrancisANDRE
c8c2e36fa8
Add Zip_API to Poco::Zip::ZipUtil class in order to export the static
...
method Poco::ZLib::ZlibUtil::fakeZlibINputString
2017-03-12 09:28:03 +01:00
Guenter Obiltschnig
f453dd145c
added Visual Studio 2017 project files
2017-02-20 16:46:44 +01:00
Guenter Obiltschnig
86333d9103
one more fix for #1597 : check for empty streams in Compress::addEntry() so this also works with non-seekable output streams
2017-02-17 20:18:57 +01:00
Guenter Obiltschnig
158db947cb
fixed GH #1597 : adding empty file to zip leads to archive that can't be unzipped by windows
2017-02-17 15:39:36 +01:00
Guenter Obiltschnig
17f8102090
added test for AutoDetectStream
2017-02-17 14:29:50 +01:00
Guenter Obiltschnig
820a4ed13d
fixed GH #1599 : readFromDevice( ) in AutoDetectStream.cpp in Poco Zip cannot detect signature
2017-02-17 09:58:02 +01:00
Guenter Obiltschnig
2daefbff30
fixes for GH #1566 , #1567 , #1580 based on 1.7.8 branch fixes
2017-02-12 13:01:14 +01:00
Guenter Obiltschnig
a1657d5e1b
fixed GH #1465 : Assertion violation in DateTime.cpp using ZipArchive
2016-10-22 16:23:11 +02:00
Guenter Obiltschnig
f86dfa8239
integrated fixes for #1416 from poco-1.7.6 branch
2016-09-29 20:10:10 +02:00
Guenter Obiltschnig
dd30db6ca9
fixed Klocwork issues
2016-09-26 19:29:55 +02:00
Günter Obiltschnig
289b05c8b3
Revert "GH #1050 Zip: fix gcc -Wshadow warnings"
2016-09-05 08:29:59 +02:00
Guenter Obiltschnig
a5d7e994f5
const-correctness fix
2016-04-23 09:21:55 +02:00
Guenter Obiltschnig
4d7f2426f1
fixed GH #993 : Invalid zip format when opening a docx in word [host system type is now always set to 0, as this is the correct thing to do]
2016-04-23 09:21:40 +02:00
Guenter Obiltschnig
d11b69ca00
style fixes
2016-04-16 09:57:54 +02:00
Guenter Obiltschnig
8fd1065804
fixed GH #1239 : Poco::Zip::Compress with non-seekable stream fails for CM_STORE
...
Conflicts:
Zip/src/ZipLocalFileHeader.cpp
2016-04-14 18:28:08 +02:00
Aleksandar Fabijanic
5cc3ef7086
style fixes
2016-03-29 22:02:40 -07:00
stracol
1cd3dfe1d2
Fixes crashed on streamed unzip
...
Fixes a crash if the incoming stream has less than the header size available.
2016-03-29 12:50:40 +02:00
Miklos Vajna
714dc6ddd2
GH #1050 Zip: fix gcc -Wshadow warnings
2016-03-25 08:42:58 +01:00
Alex Fabijanic
2a80322ecb
merge dev and resolve conflicts
2016-03-11 20:57:28 -08:00
Mathäus Mendel
8895045fb5
Made all testsuite link with pthreads on Unix systems
...
This fixes the linker errors due to missing pthreads library on AIX.
2016-03-11 10:30:15 -03:00
Alex Fabijanic
92225086a4
generated CppUnit and testsuites VS projects
2016-03-06 20:54:26 -08:00
FrancisANDRE
ce797f7700
Make CppUnit a component of Poco
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-08 00:17:13 +01:00
FrancisANDRE
6e97a9f11b
Split tests into samples & tests.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-19 17:15:55 +01:00
FrancisANDRE
ce0f7af060
Remove GB. cleanup ().
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-17 09:14:51 +01:00
FrancisANDRE
5928a19546
Use KB instead of MB to avoid cloging AppVeyor & Travis
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-17 08:11:38 +01:00
FrancisANDRE
a18479857f
Use KB instead of MB. With MB, the zip file is 8 GB which clogs AppVeyor/Travis
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-17 06:49:23 +01:00
FrancisANDRE
9547517979
Workaround to avoid Travis timeout: display progress messages on cout.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-10 18:36:07 +01:00
Francis ANDRE
e5d569cc62
Use environment variable POCO_BASE for searching Zip test files.
2015-11-19 15:35:10 +01:00
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
Csaba Keszegh
61305c01ee
fix: set public compiler flags on library targets
...
POCO_STATIC: has to be set when using poco as static library
POCO_NO_ATUMATIC_LIBS: CMake config module will find the correct libraries.
Don't need to guess in headers.
2015-09-15 10:02:38 +02:00
Günter Obiltschnig
b6ae5128ce
added Visual Studio 2015 project files
2015-07-30 15:48:45 +02:00
Rangel Reale
035943c4e0
* Fix for Zip file loading not setting containing file offsets
2015-06-25 13:24:45 -03:00
Günter Obiltschnig
c6cf535dd5
fix for VC++
2015-04-23 17:47:37 +02:00
Guenter Obiltschnig
860186fa52
fix for pre-c++11 compilers
2015-04-21 19:38:21 +02:00
Guenter Obiltschnig
20f63701a5
fix testsuite
2015-04-23 14:30:15 +02: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
a5874a32ad
Reordered TestSuite so that CompressTest::testZip64 runs before ZipTest::testDecompressZip64.
2015-04-22 15:57:21 -05: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
martin-osborne
12c0594db6
Corrected misspelt 'b' and 'c' words.
2015-04-06 17:56:13 +01:00
Sascha Zelzer
10425a9556
Do not overwrite CMAKE_PREFIX_PATH in component config files.
...
This fixes problems when a project adds a directory to
CMAKE_PREFIX_PATH, then calls find_package(Poco ...) and afterwards
calls find_package() for another project located in one of the
directories of the original CMAKE_PREFIX_PATH variable.
2015-02-04 04:35:23 +01:00
Pascal Bach
f778e67430
CMake: Improve installation and package generation
...
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
2015-01-27 15:52:18 +01:00
Pascal Bach
97ea3ef483
CMake, WinCE: Make samples and tests compile under Windows CE
2014-12-21 16:23:35 +01:00
Pascal Bach
10ef2b2335
CMake: Remove WinDriver usage in tests
...
Add WinCEDriver to packages supporting it
2014-12-21 16:23:35 +01:00
Guenter Obiltschnig
931a5a5252
Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past
2014-12-15 11:05:13 +01:00
Guenter Obiltschnig
d5d048e689
Poco::BasicEvent improvements and preparations for future support of lambdas/std::function
2014-11-24 11:17:27 +01:00
Guenter Obiltschnig
f09ed71a47
fixed #331 : Poco::Zip does not support files with .. in the name.
2014-11-21 10:08:52 +01:00