Commit Graph

2254 Commits

Author SHA1 Message Date
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
fbraem
65988bbf8d Use Int32 for messageLength 2014-02-19 19:07:02 +01:00
Alex Fabijanic
0ad18f3e80 SessionPool diagnostics 2014-02-10 21:33:38 -06:00
Guenter Obiltschnig
f993183637 fix for gcc 2014-02-04 15:02:25 +01:00
Guenter Obiltschnig
4e98ecfc29 fix for gcc 2014-02-04 14:49:04 +01:00
Guenter Obiltschnig
8725382c15 remove __builtin_bswap16 2014-02-04 14:30:58 +01:00
Guenter Obiltschnig
66e096a1c8 Poco::ByteOrder now uses intrinsics, if available 2014-02-04 14:20:51 +01:00
Guenter Obiltschnig
a005d582bc fixed overflow bug on Windows 2014-02-02 12:35:55 +01:00
Alex Fabijanic
8e88bdd921 SmartOS build 2014-02-01 22:03:34 +00:00
Aleksandar Fabijanic
4bf66cdb86 Fixed VS 2012 project files 2014-02-01 10:10:37 -06:00
Alex Fabijanic
58a544779d build tool handling 2014-02-01 02:36:14 -06:00
Alex Fabijanic
b380047507 updated documentation/help 2014-02-01 02:27:31 -06:00
Alex Fabijanic
c991232c3a removed unnecessary function 2014-02-01 02:23:48 -06:00
Alex Fabijanic
59ed07bd0e powershell build script 2014-02-01 02:21:01 -06:00
Günter Obiltschnig
fbb5a4fc06 fixed buildwin 2014-01-31 17:15:54 +01:00
Guenter Obiltschnig
8cd9cee4b9 added VS2013 support to buildwin 2014-01-31 16:50:33 +01:00
Aleksandar Fabijanic
9d573a7bbd Merge pull request #372 from iyedb/develop
fixed small typo
2014-01-27 17:42:02 -08:00
Iyed
bfae55dcf2 fixed small typo 2014-01-27 23:07:02 +01:00
Guenter Obiltschnig
89be819b7a Visual Studio 2013 support 2014-01-24 17:49:14 +01:00
Guenter Obiltschnig
47f6ba60ab XMLWriter: removed unnecessary apostrophe escaping (&apos) 2014-01-24 16:31:10 +01:00
Aleksandar Fabijanic
ba1049bc5b Merge pull request #371 from patrickjwhite/header-warnings
Fix warnings in headers visible to poco user
2014-01-23 14:39:24 -08:00
Patrick White
69f7cb9846 Fix warnings in headers because application/user settings control what warnings are seen when compiling against poco 2014-01-23 16:22:38 -05:00
Alex Fabijanic
a2a4cccbc8 Add NTP to VS project files 2014-01-22 21:34:47 -06:00
Aleksandar Fabijanic
b57ca16dd9 Merge pull request #364 from RangelReale/ntpclient
* NTP client implementation
2014-01-21 17:57:35 -08:00
Aleksandar Fabijanic
3ac44359dd Merge pull request #369 from RangelReale/globbasepath
* Glob from start path, for platforms where it is not possible to transverse from root (Android)
2014-01-21 17:56:41 -08:00
Rangell Reale
12c2b3d290 * Glob from start path, for platforms where it is not possible to transverse from root (Android) 2014-01-21 17:15:52 -02:00
Günter Obiltschnig
70c467c56c run testsuite from testsuite project directory, not bin 2014-01-17 00:28:07 +01:00
Günter Obiltschnig
1b2d9c5172 fixed test script 2014-01-17 00:08:37 +01:00
Günter Obiltschnig
1950d5d365 fixed test script 2014-01-17 00:02:45 +01:00
Günter Obiltschnig
ade75434c4 fixed WinTestRunner batch mode 2014-01-16 23:53:29 +01:00
Günter Obiltschnig
b7778b4fe0 fixed testsuite output 2014-01-16 22:34:46 +01:00
Günter Obiltschnig
0dc6a9ca3c added runtests.cmd 2014-01-16 22:06:40 +01:00
Guenter Obiltschnig
2f33fe2d7d fixed travis file 2014-01-16 18:34:54 +01:00
Guenter Obiltschnig
995fcd682c fixed CPPUNIT_IGNORE parsing 2014-01-16 18:15:24 +01:00
Guenter Obiltschnig
16885da987 test failures can be ignored for certain tests (specified in CPPUNIT_IGNORE environment variable) 2014-01-16 18:07:03 +01:00
Guenter Obiltschnig
0cf0469596 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-01-16 17:33:04 +01:00
Guenter Obiltschnig
ca50f4a384 added runtests.sh 2014-01-16 17:32:40 +01:00
Aleksandar Fabijanic
e6e85416c9 Merge pull request #367 from linquize/vs2013
VS2013 fixes
2014-01-15 19:27:45 -08:00
Linquize
1c31a6ec9b Remove platforms that do not belongs to that solution platform 2014-01-16 08:14:35 +08:00
Linquize
15dae2c73c CppUnit solutions should write Visual Studio 2013 string 2014-01-16 08:12:18 +08:00
Linquize
5ee5174126 Add /FS compile options to avoid errors
Force Synchronous PDB Writes
2014-01-16 08:03:50 +08:00
Linquize
c2ca2ffb58 Build the libraries before their TestSuites
Fixes error LINK : fatal error LNK1104: cannot open file 'Poco*.lib'
2014-01-16 08:03:42 +08:00
Günter Obiltschnig
2888b3a9cc fixed project files 2014-01-15 11:57:54 +01:00
Günter Obiltschnig
bc0590c3e8 regenerated project files 2014-01-15 11:56:48 +01:00
Günter Obiltschnig
d1f55feff5 fixed project files 2014-01-15 11:48:18 +01:00
Günter Obiltschnig
518fd0ed1c fixed project files 2014-01-15 11:42:05 +01:00