Jan Kevin Dick
4e734553b3
Added FailOnOverwrite to File Class
2019-11-18 13:06:43 +01:00
Jan Kevin Dick
2ac3df363c
Fixed wrong Method name in WinServiceTest.
...
Added Comment to setFailurActions Method.
2019-11-18 12:04:51 +01:00
Jan Kevin Dick
123955a2df
Reset Components
2019-11-18 11:59:23 +01:00
Jan Kevin Dick
51fe7836ca
Rename Method and fix error in vcxproj File
2019-11-18 11:57:58 +01:00
Jan Kevin Dick
991387a113
Passing _readOnly and _extraSam inside delete Key to the RegistryKey Constructor
2019-11-18 11:48:45 +01:00
Jan Kevin Dick
39784f73a2
Added Test File to all VS Project Files
2019-11-18 11:44:33 +01:00
Jan Kevin Dick
5be6be5228
Added to the x64 Project
2019-11-18 11:32:57 +01:00
Jan Kevin Dick
3917135a7f
Added Method to configure the Failure Actions
2019-11-18 11:24:04 +01:00
Jan Kevin Dick
9762ed37e9
Added Method to Query the Failure Actions for the Service
2019-11-18 10:29:17 +01:00
Jan Kevin Dick
34ad48d16c
Added Method to check if a service is stopped
2019-11-18 10:14:39 +01:00
Jan Kevin Dick
5a484c1896
Added Constructor to create WinService with an existing Connection to a Service Manager
2019-11-18 10:08:11 +01:00
Günter Obiltschnig
44c7d97d2e
move freestanding friend function definitions out of class
2019-11-17 09:33:09 +01:00
Günter Obiltschnig
d588f86961
add missing check for POCO_NO_GCC_API_ATTRIBUTE
2019-11-17 09:32:42 +01:00
Günter Obiltschnig
cc664cba89
merge CppParser C++11 and other improvements from appinf
2019-11-16 19:01:02 +01:00
Günter Obiltschnig
03f22ded65
fix a typo
2019-11-04 21:08:03 +01:00
Günter Obiltschnig
acd7ec865b
constness fix
2019-11-04 21:03:52 +01:00
Günter Obiltschnig
54413879e8
Merge pull request #2827 from neheb/patch-2
...
X509Certificate: Get rid of deprecated OpenSSL 1.1 APIs
2019-11-04 20:44:55 +01:00
Günter Obiltschnig
2a09c0a318
Merge pull request #2826 from neheb/patch-1
...
CipherImpl: Fix small error with OpenSSL 1.1
2019-11-04 20:43:51 +01:00
Rosen Penev
c11d1eebb0
X509Certificate: Get rid of deprecated OpenSSL 1.1 APIs
...
Added a missing implicit header and added compatibility macros.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-04 11:42:16 -08:00
Rosen Penev
8b0ea3b538
CipherImpl: Fix small error with OpenSSL 1.1
...
EVP_CIPHER_CTX_cleanup is deprecated in 1.1. Replaced by _reset.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-11-04 11:39:57 -08:00
Francis ANDRE
2471aa19d3
Fix vswhere path
2019-10-31 16:36:29 +01:00
Günter Obiltschnig
c4ad84b10b
Merge pull request #2778 from chrisbp/ftp-passive-timeout-fix
...
Set timeouts for FTP passive connections
2019-10-31 14:38:41 +01:00
Brice Gros
70caa2a942
Update CMakeLists.txt
2019-10-21 10:27:47 +02:00
Brice Gros
dc7ecc4084
Delete CMakeLists.txt.rej
2019-10-18 17:41:05 +02:00
Brice Gros
92db8ba9cd
remove remaining reference to enum name
2019-10-18 17:33:14 +02:00
Brice Gros
990f7825b5
Fix path to DLLVersion.rc and enable to skip Foundation; Fix Foundation samples referencing useless libs
2019-10-18 15:35:02 +02:00
Brice Gros
22c3ae8d30
allow to select long tests to be run from cmdline
2019-10-18 15:09:38 +02:00
Günter Obiltschnig
c15b6191b6
fixed GH #2807 : Poco::Data::ODBC Binding of SQL Decimal Type
2019-10-14 15:17:20 +02:00
Günter Obiltschnig
d658cc25e7
another include fix for xmltok.c
2019-09-16 15:32:58 +02:00
Günter Obiltschnig
29e91e8ffe
make xmltok.c compile on Windows
2019-09-16 09:28:37 +02:00
Günter Obiltschnig
7d394c382f
fixed GH #2784 : Upgrade bundled expat XML parser library to release 2.2.8
2019-09-16 09:16:41 +02:00
Francis ANDRE
5d455b6ed5
Fix typos
2019-09-02 15:59:11 +02:00
Francis ANDRE
f4b4187d0a
By default on Windows with VS, Poco should use the internaly compiled OpenSSL from the openssl directory
2019-09-02 15:38:28 +02:00
Joerg-Christian Boehme
b9fa82b08b
CMake merge from devel to 1.10 to use embedded OpenSSL for Windows ( #2767 )
...
* Add embedded openssl for windows
* Add windows fix for OpenSSL #2708
* Fix CppUnit lib prefix with Poco
2019-09-02 11:48:01 +02:00
Chris Berry-Porter
8e0a852716
Set timeouts for FTP passive connections
...
Set send/receive timeouts for FTP passive connections
2019-09-02 10:48:10 +10:00
Günter Obiltschnig
ef516fa767
fixed GH #2775 : Fix issue in NetSSL_Win. Windows Server 2016 reboots while trying to establish an SSL connection
2019-08-23 21:00:56 +02:00
Günter Obiltschnig
b4fd25c620
fixed exception messages if writing to output stream fails
2019-08-23 20:55:19 +02:00
Günter Obiltschnig
0784665ce8
backported #2773 : Fix the issue with incorrect type of store name parameter in CertOpenStore API call into NetSSL_Win
2019-08-22 13:05:54 +02:00
Günter Obiltschnig
8f96473bde
merge PageCompiler changes from poco-1.9.3
2019-08-20 22:04:18 +02:00
Günter Obiltschnig
aec24aa4f7
Merge pull request #2766 from dukeru/support_QNX_SDP7
...
Support qnx sdp7
2019-08-19 08:41:16 +02:00
Günter Obiltschnig
d7019cf5f2
upgrade bundled SQLite to 3.29.0
2019-08-18 17:32:18 +02:00
Günter Obiltschnig
325cfcb3c2
added SharedLibrary::setSearchPath()
2019-08-17 10:04:48 +02:00
Günter Obiltschnig
df4cb29ea5
provide OPENSSL_VERSION_PREREQ if not defined by OpenSSL; fix SLPro OpenSSL library names for 64bit
2019-08-16 22:30:19 +02:00
Günter Obiltschnig
98d9c62efa
fixed GH #2603:Remove incorrect upper size limits for SSL certificates in NetSSL_Win
2019-08-16 22:02:56 +02:00
Günter Obiltschnig
1282d757dc
make binding of std::string configurable (SQL_LONGVARCHAR - default or SQL_VARCHAR) in Connector
2019-08-16 14:16:01 +02:00
Günter Obiltschnig
3c3bc44d3f
fixed warnings
2019-08-14 20:26:34 +02:00
Joerg-Christian Boehme
2637aa6610
Remove POCO_NO_AUTOMATIC_LIBS
...
POCO_NO_AUTOMATIC_LIBSis relevant only for Windows and should not be set.
It is used to automatically link the byside symbol file of each DLL
produced. It could be set on a user basis to avoid this automatic link.
2019-08-13 09:43:17 +02:00
Günter Obiltschnig
c21e649992
remove unnecessary iostream include
2019-08-12 16:19:47 +02:00
Dooeui
e251479dde
Fix build errors in QNX SDP7
...
Because QNX SDP7 doesn't have separate "dl" library but it's include din "C" library. Therefore, -ldl option should not be used to build programs for QNX SDP7.
2019-08-11 16:58:47 +09:00
Dooeui
61a49ccb98
Fix build error for QNX SDP7.0
...
- Use statvfs instead of statfs
2019-08-10 21:27:42 +09:00