Günter Obiltschnig
b95393dcc3
updated CHANGELOG
poco-1.9.4-release
2019-09-18 09:35:32 +02:00
Günter Obiltschnig
c92b97ba19
updated README.md
2019-09-16 17:36:22 +02:00
Günter Obiltschnig
d658cc25e7
another include fix for xmltok.c
2019-09-16 15:32:58 +02:00
Günter Obiltschnig
71972c4efb
another include fix for xmltok.c
2019-09-16 15:32:23 +02:00
Günter Obiltschnig
29e91e8ffe
make xmltok.c compile on Windows
2019-09-16 09:28:37 +02:00
Günter Obiltschnig
667b91f4e0
make xmltok.c compile on Windows
2019-09-16 09:27:50 +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
Günter Obiltschnig
086188d0d7
fixed GH #2784 : Upgrade bundled expat XML parser library to release 2.2.8; branched off 1.9.4
2019-09-16 09:10:14 +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
5e7d652c75
Merge branch 'poco-1.9.3'
poco-1.9.3-release
2019-08-20 20:49:00 +02:00
Günter Obiltschnig
8f41a44701
PageCompiler improvements for CSP and cache control headers
2019-08-20 10:38:52 +02:00
Günter Obiltschnig
b4846a220e
backported #2603 and CppParser fixes; updated changelog
2019-08-19 17:58:50 +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
2ea1d28acc
upgrade bundled SQLite to 3.29.0
2019-08-18 17:31:32 +02:00
Günter Obiltschnig
325cfcb3c2
added SharedLibrary::setSearchPath()
2019-08-17 10:04:48 +02:00
Günter Obiltschnig
13552f7bb7
added SharedLibrary::setSearchPath(); set minimum required Windows version to XP SP2 (0x0502)
2019-08-17 10:04:16 +02:00
Günter Obiltschnig
d6de752356
correctly define OPENSSL_VERSION_PREREQ if OPENSSL_VERSION_MAJOR and OPENSSL_VERSION_MINOR are not defined (in older OpenSSL versions)
2019-08-16 22:32:13 +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
91a78c9146
updated changelog
2019-08-16 22:09:01 +02:00
Günter Obiltschnig
90e976d1cd
make binding of std::string configurable (SQL_LONGVARCHAR - default or SQL_VARCHAR)
2019-08-16 22:06:01 +02:00
Günter Obiltschnig
87631f7fe6
fixed GH #2603:Remove incorrect upper size limits for SSL certificates in NetSSL_Win
2019-08-16 22:03:52 +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
Günter Obiltschnig
ea635eb907
Merge pull request #2761 from Bjoe/fix-android-build
...
Android build fix for travis
2019-08-07 09:01:03 +02:00
Joerg-Christian Boehme
369ac30581
Add comment
2019-08-07 08:09:15 +02:00
Joerg-Christian Boehme
6ed67db2bb
Skip test executiton because emulator hangs
2019-08-06 17:26:48 +02:00
Joerg-Christian Boehme
c97b4063f7
Fix android test, add arm64-v8a build
2019-08-05 17:40:45 +02:00
Joerg-Christian Boehme
245c8be8cb
Fix ctest
2019-08-05 11:19:17 +02:00
Joerg-Christian Boehme
4c2bde598c
Fix android build on travis
2019-08-05 08:36:31 +02:00
Günter Obiltschnig
dfb29ad296
fix for OpenSSL 1.1.0
2019-08-04 15:14:06 +02:00
Günter Obiltschnig
2142a3e355
don't build JWT if Crypto has been disabled in CMake build
2019-07-31 21:23:26 +02:00
Günter Obiltschnig
4ce91351f4
automatically enable PocoJWT if OpenSSL is available
2019-07-31 19:33:20 +02:00
Günter Obiltschnig
2c6dd8dc2c
bumped openjdk version for android
2019-07-31 09:02:05 +02:00
Günter Obiltschnig
bf3e961e5d
updated Makefile to include JWT
2019-07-31 08:58:39 +02:00
Günter Obiltschnig
651ab74390
don't allow empty HMAC key for verification
2019-07-31 08:09:57 +02:00
Günter Obiltschnig
6c828018df
added JWT library
2019-07-30 11:19:49 +02:00
Günter Obiltschnig
d25b665194
fixed GH #2661 : Poco::Zip::ZipArchive cannot load new tomcat.zip file
2019-07-24 07:47:01 +02:00