4901 Commits

Author SHA1 Message Date
Günter Obiltschnig
191cbdc97e Merge branch 'poco-1.11.3' poco-1.11.3-release 2022-06-12 08:03:45 +02:00
Günter Obiltschnig
0bab41e1bf updated changelog 2022-06-12 07:57:57 +02:00
Günter Obiltschnig
d15755daa6 #3632: add overloads to ctor and connect() to allow passing a Poco::Net::StreamSocket/Poco::Net::SecureStreamSocket to enable TLS connections without introduding a direct dependency to NetSSL. 2022-06-12 07:52:57 +02:00
Günter Obiltschnig
7cf1342d29 update CI link in README.md 2022-06-12 07:37:06 +02:00
Alex Fabijanic
02dcc550b4 fix(MySQL): MySQL UUID binding temporary string #3587 2022-05-05 18:02:43 -05:00
Alex Fabijanic
132f4f4767 fix(OpenSSLInitializer): revert unload provider on uninitialize (#3567) 2022-04-26 16:14:23 +00:00
Alex Fabijanic
484eed7e9b fix(OpenSSLInitializer): fix provider unloading (#3567) 2022-04-22 22:24:54 +02:00
Alex Fabijanic
3b3747eb40 fix(OpenSSLInitializer): unload provider on uninitialize (#3567) 2022-04-22 15:59:55 +00:00
Günter Obiltschnig
11dbce9a55 #3567: check legacy provider existence for legacy exception #3567 2022-04-20 12:19:21 +02:00
Günter Obiltschnig
60100d839f update copyright date 2022-04-20 11:59:50 +02:00
Günter Obiltschnig
b83a66500b create poco-1.11.3 branch, bump version 2022-04-20 11:56:40 +02:00
Günter Obiltschnig
96c0bf6d78 PocoDoc: fix iframe sandboxing 2022-04-17 20:55:06 +02:00
Günter Obiltschnig
9d1c428c86 PocoDoc: fix iframe sandboxing poco-1.11.2-release 2022-04-17 20:53:19 +02:00
Günter Obiltschnig
7e97da2d1a Merge branch 'poco-1.11.2' 2022-04-17 09:04:53 +02:00
Günter Obiltschnig
6da3186911 updated copyright date 2022-04-17 08:15:10 +02:00
Günter Obiltschnig
42bb5d92d0 remove unused include 2022-04-17 08:13:04 +02:00
Günter Obiltschnig
f893251b9a updated .vscode 2022-04-16 08:15:43 +02:00
Günter Obiltschnig
3df32b3526 updated CHANGELOG 2022-04-16 08:15:36 +02:00
Günter Obiltschnig
b2f5633a45 ci jobs for OpenSSL 1.1 and 3 2022-04-16 08:11:05 +02:00
Günter Obiltschnig
e99f4fd31a #3563: Remove support for OpenSSL < 1.0 2022-04-16 08:05:12 +02:00
Günter Obiltschnig
0af3f699af fix exception text 2022-04-15 17:53:21 +02:00
Günter Obiltschnig
720dbe1262 #3562: fixed OpenSSL setup/shutdown 2022-04-15 17:22:01 +02:00
Günter Obiltschnig
4b0e1848b2 #3559: Poco::Data::PostgreSQL - DateTime extraction truncates fractional seconds 2022-04-07 19:06:51 +02:00
Günter Obiltschnig
b158f90381 disable OpenSSL deprecation warnings 2022-04-02 10:21:55 +02:00
Günter Obiltschnig
753757fdf8 #3525: Bad management of file in case of OpenSSLException in X509Certificate::readPEM and X509Certificate::writePEM 2022-04-02 10:21:37 +02:00
Günter Obiltschnig
9fac40afa5 #3553: Upgrade bundled zlib to 1.2.12 2022-04-01 21:14:55 +02:00
Günter Obiltschnig
c5b38f45fe #3549; replace assert with assertTrue 2022-04-01 21:03:50 +02:00
Günter Obiltschnig
4ca3f5ca02 #3500: Sandbox all iFrames in PocoDoc 2022-04-01 12:20:22 +02:00
Günter Obiltschnig
5a0b18246b use tm_gmtoff on Linux 2022-03-28 13:50:31 +02:00
Günter Obiltschnig
c0ea70c2bf remove unused method in Timezone_WIN32.cpp 2022-03-28 13:18:50 +02:00
Günter Obiltschnig
2c15b93dee #2882: another attempt at fixing it that should also work on other platforms 2022-03-28 12:57:16 +02:00
Günter Obiltschnig
6aa29ade17 #3509: fix dst and utcOffset handling for Dublin time zone 2022-03-27 21:25:51 +02:00
Günter Obiltschnig
1b5de92f09 #3268: Poco redis command set have a bug when you want to set nx ex or expireTime 2022-03-27 20:11:56 +02:00
Günter Obiltschnig
2ec44c756b #3495: Array::operator[] should not throw 2022-03-27 20:02:50 +02:00
Günter Obiltschnig
292d137909 #3483: Adds Windows 11 and Server 2022 to Environment::osDisplayName() 2022-03-27 19:53:13 +02:00
Günter Obiltschnig
0ebfafb2b9 #3524: remove XML and Util dependencies in Zip/SevenZip 2022-03-27 19:46:20 +02:00
Günter Obiltschnig
852a53e702 #3466: DefinePlatformSpecific.cmake: handle RelWithDebInfo and MinSizeRel configurations 2022-03-27 19:37:14 +02:00
Günter Obiltschnig
49573106c7
Merge pull request #3544 from jolivain/fix_nios2_build
Add back NIOS2 double conversion detection to fix compile errors
2022-03-27 19:33:26 +02:00
Julien Olivain
13e2199827 Add back NIOS2 double conversion detection to fix compile errors
The commit
558324f672

removed the nios2 support, which was originally added in
e7b91e8125

This commit add it back.

Signed-off-by: Julien Olivain <ju.o@free.fr>
2022-03-25 20:08:22 +01:00
Günter Obiltschnig
a0403928b3 #3538: Upgrade bundled expat to 2.4.7 2022-03-09 08:32:03 +01:00
Günter Obiltschnig
5239c4f023 #3530: Upgrade bundled expat to 2.4.6 2022-02-20 18:53:57 +01:00
Günter Obiltschnig
2b3662c854 added VS2022 project files 2022-02-19 21:06:24 +01:00
Günter Obiltschnig
fbc0078bac Merge branch 'poco-1.11.2' of github.com:pocoproject/poco into poco-1.11.2 2022-02-19 18:42:41 +01:00
Günter Obiltschnig
8445f4e2de remove unused CppUnit headers 2022-02-19 18:42:27 +01:00
Günter Obiltschnig
3d95305a6c Merge branch 'poco-1.11.2' of github.com:pocoproject/poco into poco-1.11.2 2022-02-19 18:22:31 +01:00
Günter Obiltschnig
8108556db2 fix library name 2022-02-19 18:22:19 +01:00
Günter Obiltschnig
cabab4f957 ci: add windows 2022 2022-02-19 17:23:31 +01:00
Günter Obiltschnig
3c709ed64c ProGen: support generation of VS 2022 project files 2022-02-19 17:05:45 +01:00
Günter Obiltschnig
5787807b5a updated README.md 2022-02-19 17:02:19 +01:00
Günter Obiltschnig
6341ec6350 detect ARM64 on Windows 2022-02-19 15:23:03 +01:00