6126 Commits

Author SHA1 Message Date
Günter Obiltschnig
a96981d8ff fixed GH #2655: MongoDB Binary element to string - bug 2019-06-22 18:30:38 +02:00
Günter Obiltschnig
bad473f568 fixed GH #2661: Poco::Zip::ZipArchive cannot load new tomcat.zip file 2019-06-22 18:24:49 +02:00
Günter Obiltschnig
5ba6ec6885 fixed GH #2700: Invalid read of memory in Poco::Environment::set which may cause crashes. 2019-06-22 18:19:22 +02:00
Günter Obiltschnig
bb916b84d0 fixed GH #2700: Invalid read of memory in Poco::Environment::set which may cause crashes. 2019-06-22 18:19:18 +02:00
Günter Obiltschnig
27335031e1 fixed GH #2380: Calling Poco::Net::X509Certificate::addChainCertificate() leads to double free. 2019-06-22 18:11:05 +02:00
Günter Obiltschnig
adc2cad7b4 fixed GH #2380: Calling Poco::Net::X509Certificate::addChainCertificate() leads to double free. 2019-06-22 18:08:57 +02:00
Günter Obiltschnig
fb98f58d84 Added support for building with different OpenSSL distributions on Windows 2019-06-22 15:00:40 +02:00
Günter Obiltschnig
a45598d45a fix formatting 2019-06-22 14:49:12 +02:00
Günter Obiltschnig
303173b76f fixed pocoproject.org IP address 2019-06-22 14:48:25 +02:00
Günter Obiltschnig
5fc4cd3ff9 Poco::Net::WebSocket::setMaxPayloadSize() and Poco::Net::WebSocket::getMaxPayloadSize()
to specify a maximum acceptable payload size for Poco::Net::WebSocket::receiveFrame()
2019-06-22 14:47:55 +02:00
Günter Obiltschnig
2cd8950dfc fixed GH #2549: Fix keepAlive in http client session 2019-06-22 14:47:08 +02:00
Günter Obiltschnig
e5f49a898d fixed GH #2492: Net::Socket::address() crash on Android 2019-06-22 14:46:38 +02:00
Günter Obiltschnig
5cfd767239 added support for additional commands (exists, expire, ping, multi, exec, discard) 2019-06-22 14:44:01 +02:00
Günter Obiltschnig
d5ab10cc10 added Poco::Redis::Client::isConnected() 2019-06-22 14:43:33 +02:00
Günter Obiltschnig
479564069e fixed GH #2570: DialogSocket: receiveStatusMessage() - line length limit applies to entire multi-line message 2019-06-22 14:42:59 +02:00
Günter Obiltschnig
03ced50f88 upgraded bundled PCRE to 8.43 2019-06-22 14:39:12 +02:00
Günter Obiltschnig
0a8b486af4 fixed GH #2358: Don't include <openssl/fips.h> for later OpenSSL 2019-06-22 14:36:31 +02:00
Günter Obiltschnig
f581d8a256 fixed GH #2364: Stringify escapes every unicode symbol when object contain an array 2019-06-22 14:27:31 +02:00
Günter Obiltschnig
1f65d15ac5 updated version no. 2019-06-22 14:17:51 +02:00
Günter Obiltschnig
7a4f56e74b fixed GH #2382: Tuple assignment very slow 2019-06-22 14:06:47 +02:00
Günter Obiltschnig
4a2cc66ec6 fixed GH #2220: Encoding/DoubleByteEncoding.cpp fails to compile with VS2008 and _DEBUG 2019-06-22 13:59:56 +02:00
Günter Obiltschnig
d3f44c0209 fixed GH #2277: SQLite null pointer dereference occurs when exception is being thrown 2019-06-22 13:59:38 +02:00
Günter Obiltschnig
5c79a93634 GH #2316: cmake can't find MySQL and ODBC libraries 2019-06-22 13:53:31 +02:00
Günter Obiltschnig
caac69a0cb fixed GH #2313: PollSet behaves differently on windows 2019-06-22 13:47:31 +02:00
Günter Obiltschnig
3678e45112 fixed GH# #2712: File_WIN32.cpp(168): error C2065: “_upath”:Undeclared identifier 2019-06-22 13:44:53 +02:00
Günter Obiltschnig
ee5a7269c3 fixed GH# #2712: File_WIN32.cpp(168): error C2065: “_upath”:Undeclared identifier 2019-06-22 13:44:25 +02:00
Günter Obiltschnig
5a5028fe6d Merge branch 'poco-1.10.0' of github.com:pocoproject/poco into poco-1.10.0 2019-06-12 15:41:09 +02:00
Günter Obiltschnig
dee86fbbfe bumped version to 1.10.0 2019-06-12 15:40:52 +02:00
Günter Obiltschnig
74161a427e
Merge pull request #2719 from OgreTransporter/poco-1.10.0
Copy of pr #2694 for poco-1.10.0 including fix for #2718
2019-06-12 15:01:56 +02:00
Transporter
edb8bed56d Copy of pr #2694 for poco-1.10.0 including fix for #2718 2019-06-12 14:10:21 +02:00
Günter Obiltschnig
625dd6b51e backport #2336 2019-06-11 16:07:53 +02:00
Günter Obiltschnig
5e678b925b only auto-authorize if non-empty HTTPCredentials are provided 2019-06-04 18:37:48 +02:00
Günter Obiltschnig
96a7263219 added HTTP*Credentials::empty() and HTTP*Credentials::clear() 2019-06-04 18:33:50 +02:00
Joerg-Christian Boehme
86b448ecf5 First update of android build notes 2019-05-30 08:32:03 +02:00
Günter Obiltschnig
a7d5d97487 added missing #include <windows.h> 2019-05-16 14:54:19 +02:00
Günter Obiltschnig
20e7a3f3da typo 2019-05-16 14:44:53 +02:00
Günter Obiltschnig
e98f752cff SecureSMTPClientSession now uses _host from SMTPClientSession 2019-05-16 14:42:24 +02:00
Günter Obiltschnig
dc4d36dad5 fixed warning 2019-05-16 14:40:13 +02:00
Günter Obiltschnig
ec8ea48062 SecureSMTPClientSession now uses _host from SMTPClientSession 2019-05-16 14:35:19 +02:00
Günter Obiltschnig
2086a497f5 fix for Windows (add #define NOMINMAX) 2019-05-16 14:16:09 +02:00
Günter Obiltschnig
2510a8a055 WebSocket documentation update 2019-05-16 10:01:18 +02:00
Günter Obiltschnig
16f63eed0a WebSocket: allow setting the maximum payload size for receiving frames 2019-05-16 08:43:46 +02:00
Günter Obiltschnig
7d64cc153b Merge branch 'feature/sspi-ntlm' into poco-1.9.1 2019-05-15 16:37:53 +02:00
Günter Obiltschnig
63a011e4e7 regenerated vs projects 2019-05-15 16:33:59 +02:00
Günter Obiltschnig
a335f6da89 fixes for macOS/Linux 2019-05-15 15:54:10 +02:00
Günter Obiltschnig
e821a2a9f1 added support for SSPI-based NTLM authentication using the credentials of the currently logged in Windows user (Windows only) 2019-05-15 15:43:37 +02:00
Günter Obiltschnig
623f31a62b fixed GH #2661: Poco::Zip::ZipArchive cannot load new tomcat.zip file 2019-05-14 09:37:58 +02:00
Joerg-Christian Boehme
e1435a6620
Fix cross-compilation against Poco pre-built (#2599) (#2679)
* Use ZLIB and PCRE imported target to improve portability
* Set EXPAT and SQLite3 library for XML and SQL if POCO_UNBUNDLED is true in cmake build
2019-04-22 23:47:11 +02:00
Joerg-Christian Boehme
02d5743a4b
Fix check of cmake version (#2672)
Verify cmake version in Foundation library build.
2019-04-08 13:11:30 +02:00
Günter Obiltschnig
196540ce34 added new commands; fixed handling of broken connections 2019-04-05 13:03:57 +02:00