4822 Commits

Author SHA1 Message Date
Günter Obiltschnig
f71cc32f0b #3363: Fixed compilation error with MongoDB::Connection and Util::Application 2021-11-05 14:19:01 +01:00
Günter Obiltschnig
931143df85 #3360: Add POCO_PGSQL_{INCLUDE,LIB} variables 2021-11-05 14:14:12 +01:00
Günter Obiltschnig
e2f7e72a9e #3344: [bug] MacOS bundle destination path is not set 2021-11-05 13:58:42 +01:00
Günter Obiltschnig
270c2643cf #3221: Crash reported on Windows in X509Certificate verification 2021-11-05 13:46:17 +01:00
Günter Obiltschnig
5902bb1277 #3400: fix std::localtime not thread safe 2021-11-05 13:37:02 +01:00
Günter Obiltschnig
fc0cc6af36 #3381: DNS::hostByAddress not thread-safe 2021-11-05 13:18:06 +01:00
Günter Obiltschnig
c908cbe6fe #3353: add POCO_NO_FORK_EXEC CMake option 2021-11-05 13:00:08 +01:00
Günter Obiltschnig
35c03912c5 #3335: XML error when build 1.11.0 2021-11-05 12:45:33 +01:00
Günter Obiltschnig
8582ac9493 branch off 1.11.1 2021-11-05 12:30:27 +01:00
Günter Obiltschnig
05660c7da0 cpproj: also copy testsuite/include if it's there 2021-06-28 12:06:12 +02:00
Günter Obiltschnig
a5b0bb7d96 update changelog 2021-06-28 09:24:26 +02:00
Günter Obiltschnig
690f9c74f1 whitespace 2021-06-27 06:49:34 +02:00
Günter Obiltschnig
c140d379be style 2021-06-26 11:46:57 +02:00
Günter Obiltschnig
51adf4c986 add version resources to executables 2021-06-26 10:12:20 +02:00
Günter Obiltschnig
7d6406091c fix warnings 2021-06-26 10:04:46 +02:00
Günter Obiltschnig
70da508a79 style/whitespace 2021-06-26 06:30:49 +02:00
Alex Fabijanic
9155121866 fix(NetworkInterface): Unterminated string possible in NetworkInterfaceImpl::setPhyParams() #3301 2021-06-25 21:31:26 +02:00
Alex Fabijanic
0a3c76ffd0 fix(PollSet): #3248 #3249 2021-06-25 21:24:38 +02:00
Alex Fabijanic
8030564ff5 fix(HostEntry): DNS HostEntry returns multiple entries #3303 2021-06-25 21:05:29 +02:00
Alex Fabijanic
b9b540faff fix(NumericString): Bug in NumericString with decSep != '.' #3159 2021-06-25 21:03:28 +02:00
Alex Fabijanic
ba6404917c Merge branch 'poco-1.11.0' of https://github.com/pocoproject/poco into poco-1.11.0 2021-06-25 20:08:27 +02:00
Alex Fabijanic
4ec21a62c2 fix(ICMPv4Packet): [asan] Undefined behavior in ICMPv4PacketImpl.cpp #3326 2021-06-25 20:07:55 +02:00
Günter Obiltschnig
ca3d168153 improve BLOB handling, clean-up code 2021-06-25 09:22:58 +02:00
Günter Obiltschnig
52e0581edc update docs 2021-06-24 22:15:04 +02:00
Günter Obiltschnig
6a6f1353ff style, remove unused var 2021-06-24 22:14:52 +02:00
Günter Obiltschnig
612e43f5bb remove Data release notes page 2021-06-24 20:28:45 +02:00
Günter Obiltschnig
9f215be08d fix PageCompiler cross-compile; fix Content-Security-Policy header 2021-06-24 19:07:26 +02:00
Günter Obiltschnig
2f33db9053 fix nullptr passed to memcmp/memcpy reported by ubsan 2021-06-24 07:53:22 +02:00
Günter Obiltschnig
230812093b fix nullptr passed to memcmp/memcpy reported by ubsan 2021-06-24 07:49:45 +02:00
Günter Obiltschnig
4508514666 link libmariadb instead of libmysql if headers indicate MariaDB 2021-06-23 13:01:11 +02:00
Günter Obiltschnig
9017c36884 #3322: remove useless struct 2021-06-23 08:52:41 +02:00
Günter Obiltschnig
a690c13df8 clang support (merge from devel) 2021-06-23 08:37:46 +02:00
Günter Obiltschnig
c9e2107e96 style 2021-06-23 08:37:07 +02:00
Günter Obiltschnig
3ca91a8fe1 #2895, #2935: support OCSP stapling 2021-06-23 08:36:38 +02:00
Günter Obiltschnig
d28d2b7a80 remove blank line 2021-06-23 08:35:01 +02:00
Günter Obiltschnig
106ba6a020 fix SharedPtr::makeSharedArray() [merge from devel] 2021-06-23 08:34:33 +02:00
Günter Obiltschnig
d66acced93 AbstractObserver::accepts() - add optional name parameter 2021-06-23 08:33:45 +02:00
Günter Obiltschnig
7cae9a1b6d updated Makefile 2021-06-22 14:27:29 +02:00
Günter Obiltschnig
a1a228ff68 CppParser: merge changes from internal repository 2021-06-22 13:22:27 +02:00
Günter Obiltschnig
7f720ee6e1 #3321: manually merge ODBC text encoding support 2021-06-22 08:30:05 +02:00
Günter Obiltschnig
970182b57d documentation fixes 2021-06-19 18:01:07 +02:00
Günter Obiltschnig
0ba235d401 update ActiveRecord documentation 2021-06-19 17:00:40 +02:00
Günter Obiltschnig
9a2711af57 ActiveRecord user guide 2021-06-19 15:32:40 +02:00
Günter Obiltschnig
1c9ca37923 ODBC tests for UUID, updated ActiveRecord projects 2021-06-19 10:05:12 +02:00
Günter Obiltschnig
7569ccf82b #3318: Data: Support Poco::UUID for data binding 2021-06-19 08:40:49 +02:00
Alex Fabijanic
a95c591e0a Merge branch 'poco-1.11.0' of https://github.com/pocoproject/poco into poco-1.11.0 2021-06-18 13:13:55 +02:00
Alex Fabijanic
555ccd9bd1 feat(build): add gen directory (for generated sources) and macchina lib link dirs (if needed) 2021-06-18 13:13:44 +02:00
Günter Obiltschnig
c37faa9e1c Merge branch 'poco-1.11.0' of github.com:pocoproject/poco into poco-1.11.0 2021-06-18 12:42:29 +02:00
Günter Obiltschnig
3d8be229ae fix ActiveRecord CMake build and configuration 2021-06-18 12:42:15 +02:00
Alex Fabijanic
1ec15a020a fix(PollSetTest): remove poll timing check (fails on msvc ci) 2021-06-18 12:29:07 +02:00