Commit Graph

2090 Commits

Author SHA1 Message Date
Günter Obiltschnig
777434a9ce added VS project files, minor fixes 2014-03-25 23:27:00 +01:00
Guenter Obiltschnig
64499a0786 added Poco::SevenZip library for extracting 7-Zip archives, based on the LZMA SDK 2014-03-25 19:59:32 +01:00
Günter Obiltschnig
575d95dedf Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-03-17 14:37:00 +01:00
Günter Obiltschnig
b2ba1dfb74 -added Windows Embedded Compact 2013 support 2014-03-17 14:36:17 +01:00
Aleksandar Fabijanic
1d5142171d add travis build status 2014-03-16 20:09:58 -05:00
Günter Obiltschnig
cd607b6f28 Update .travis.yml 2014-03-12 17:11:55 +01:00
Günter Obiltschnig
2d1d0d9bdd Merge pull request #407 from pascal-bach/crypto-sha1
Add SHA1 test for Poco::Crypto::DigestEngine
2014-03-12 16:50:16 +01:00
Günter Obiltschnig
f27483ee40 Merge pull request #406 from pascal-bach/cmake-fix
Add missing files to CMakeLists.txt
2014-03-12 16:49:31 +01:00
Pascal Bach
850148f775 Add SHA1 test for Poco::Crypto::DigestEngine 2014-03-12 15:19:36 +01:00
Pascal Bach
f20994e2c3 Add missing files to CMakeLists.txt
This makes Poco compile with CMake again.
2014-03-12 13:58:32 +01:00
Aleksandar Fabijanic
1950377a8e Update CONTRIBUTORS 2014-03-11 21:33:23 -05:00
Aleksandar Fabijanic
f94d14c472 Update CHANGELOG 2014-03-11 21:29:37 -05:00
Aleksandar Fabijanic
d9f92d506d Update MessageHeader.h 2014-03-11 20:31:06 -05:00
Aleksandar Fabijanic
1cd745996c Merge pull request #315 from fbraem/develop
Solve wrong escaping of unicode characters
2014-03-11 20:29:18 -05:00
Guenter Obiltschnig
98960a25a5 - fixed makedepend.* scripts to work in paths containing '.o*'
(contributed by Per-Erik Björkstad, Håkan Bengtsen)
2014-03-11 13:32:44 +01:00
Alex Fabijanic
ea666bb16b Building Poco 1.5.2 for Synology RS812+ (Intel Atom) #405 2014-03-10 21:20:18 -05:00
Günter Obiltschnig
e4b9ea32f2 style fix 2014-03-09 15:57:46 +01:00
Günter Obiltschnig
4b6a5f36cb Merge pull request #384 from cristiantm/improve-rsadigest
New hash algorithms support for RSADigestEngine
2014-03-09 15:55:07 +01:00
Guenter Obiltschnig
f29e5786cf style fix 2014-03-09 15:53:04 +01:00
Günter Obiltschnig
d3d406dba8 Merge pull request #386 from cristiantm/fix-mailmessage
Fix for bug in MailMessage without content-transfer-encoding header
2014-03-09 15:45:29 +01:00
Alex Fabijanic
e3d7fc104e Parse JSON as structure #365 2014-03-07 20:45:32 -06:00
Aleksandar Fabijanic
60e0b3f9d6 gh #361
"hpux" or "_hpux" doesn't exist on HPUX platform #361
2014-03-07 19:45:12 -06:00
Guenter Obiltschnig
3ed477ce10 formatting fixes 2014-03-07 18:01:48 +01:00
Günter Obiltschnig
005a5d7ee1 Merge pull request #400 from karlr42/develop
Support for Priority attribute in Cookies / TCPServer improvments.
2014-03-07 17:48:14 +01:00
karlr42
bf29f72cdf Refinement to ThreadPool::addCapacity() usage in TCPServer 2014-03-07 12:22:27 +00:00
karlr42
b509b7e91a Peroperly use the maxThreads specified in a TCPServerParameters to have the TCPServerDispatcher create a Threadpool with the correct capacity. 2014-03-06 19:44:54 +00:00
karlr42
715a09ff47 Added tests around the Priority attribute of cookies. 2014-03-06 16:29:17 +00:00
karlr42
7e2faf3bdf Better formatting. 2014-03-06 15:23:02 +00:00
karlr42
e060f109fd Added support for a 'Priority' attribute on cookies. 2014-03-06 15:20:36 +00:00
Aleksandar Fabijanic
9f3abcbef7 Merge pull request #397 from bulwahn/develop
correct path for CONFIGURE_FILE in CMakeLists.txt
2014-03-05 07:01:07 -06:00
Lukas Bulwahn
c6d2198aa2 correct path for CONFIGURE_FILE in CMakeLists.txt
If CMAKE_MODULE_PATH is empty before appending
'${CMAKE_CURRENT_SOURCE_DIR}/cmake' to it (CMakeLists.txt:27),
CONFIGURE_FILE (CMakeLists.txt:182) works as intended.
However, when CMAKE_MODULE_PATH is not empty, e.g., because of
further tool-chain settings, CONFIGURE_FILE fails with:

CMake Error: File <SOME-OTHER-PATH>;<POCO-SRC-PATH>/cmake/cmake_uninstall.cmake.in does not exist.
| CMake Error at CMakeLists.txt:182 (CONFIGURE_FILE):
|   configure_file Problem configuring file

This commit addresses this problem by only using
'${CMAKE_CURRENT_SOURCE_DIR}/cmake' in CONFIGURE_FILE.
The problem was discovered in the meta-ros layer project
(http://github.com/bmwcarit/meta-ros) when creating a libpoco
bitbake recipe, which uses poco's cmake installation scripts.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2014-03-05 07:48:32 +01:00
Aleksandar Fabijanic
2b4115eb42 Merge pull request #395 from MegaByte/develop
Fix typo to restore Net/TestSuite_x64_vs120 build
2014-03-04 07:17:44 -06:00
Aaron Kaluszka
fbdd7225ea Fix typo to restore Net/TestSuite_x64_vs120 build 2014-03-03 19:30:23 -08:00
Günter Obiltschnig
aee4a3e0d4 updated VS project files for PBKDF2 2014-03-02 23:21:36 +01:00
Guenter Obiltschnig
7175be3f52 added Poco::PBKDF2Engine 2014-03-02 22:55:21 +01:00
Aleksandar Fabijanic
e49252e122 Merge pull request #391 from pascal-bach/develop
Fix assert statement in Poco Data documentation
2014-02-27 09:39:38 -06:00
Pascal Bach
3f59866f21 Fix additional RecordSet examples in Poco Data 2014-02-27 10:48:45 +01:00
Pascal Bach
a7f17f3161 Fix RecordSet example in Poco Data 2014-02-27 10:29:41 +01:00
Pascal Bach
fdd17d8131 Fix missing double "::" in Poco Data example 2014-02-27 10:17:49 +01:00
Pascal Bach
4c6f75ba41 Fix assert statement in Poco Data documentation 2014-02-27 09:58:49 +01:00
Aleksandar Fabijanic
35e0bd5560 Spelling fix in SessionPool documentation 2014-02-24 20:11:48 -06:00
Aleksandar Fabijanic
0b4d479478 Merge pull request #387 from snikulov/cmake_fix_msvc_bigobj
cmake: added /bigobj option for msvc
2014-02-24 07:45:11 -06:00
Sergei Nikulov
dec6bc3918 cmake: added /bigobj option for msvc 2014-02-22 23:31:23 +04:00
Cristian Thiago Moecke
6b168771e0 Fix for bug in MailMessage reported on forum
(http://pocoproject.org/forum/viewtopic.php?f=12&t=6106&sid=9283682f915ea148d86813ea140cd3c7).
MailMessage was not handling encoding when no Content-Transfer-Encodign
header was not present for MultiPart messages, resulting on an
Exception. His fix checks if the header is present before getting is
value, and defaults to 7bit encoding as in
http://www.w3.org/Protocols/rfc1341/5_Content-Transfer-Encoding.html
2014-02-22 13:41:42 -03:00
Cristian Thiago Moecke
ecd771d1e0 Also removing include of rsa.h that is not needed on the header file 2014-02-21 05:10:48 -08:00
Cristian Thiago Moecke
45d6e2789a Fixing #includes. pem.h and evp.h are not needed, only rsa.h 2014-02-21 05:04:28 -08:00
Cristian Thiago Moecke
5af8235b38 Using the same variable name as in DigestEngine 2014-02-21 04:56:39 -08:00
Aleksandar Fabijanic
6b28602ccf Merge pull request #383 from cristiantm/fix-dialogsocket
Fix to #380. DialogSocket+SecureServerSocket was crashing (SIGSEGV) when a timeout occours
2014-02-21 06:55:22 -06:00
Cristian Thiago Moecke
53e6d9efaa Improve RSADigestEngine, using Poco::Crypto::DigestEngine to calculate
the hash before signing. That way we can then support RSA signatures
with any hash supported by OpenSSL, not only MD5 and SHA1. It was also
required a new method on DigestEngine to obtain the NID (numeric ID) of
the algorithm, to be used on the OpenSSL RSA_sign call.
2014-02-21 04:43:05 -08:00
Cristian Thiago Moecke
c3ffe405cf Fix to #380. DialogSocket was crashing (SIGSEGV) when a timeout occours. 2014-02-21 03:44:54 -08:00