Commit Graph

2885 Commits

Author SHA1 Message Date
Günter Obiltschnig
3d1a094725 Merge pull request #1026 from zosrothko/Cygwin
Fixes for producing the poco-1.6.2 release on a Cygwin x86 platform
2016-02-28 15:29:08 +01:00
Guenter Obiltschnig
5dd09c1046 fixed #848: MailMessage::_encoding is not set when retrieving plain/text message 2016-02-28 14:35:13 +01:00
Guenter Obiltschnig
8c607d3213 fixed GH #1128: Poco::NumberFormatter::format(float, precision) rounding changed 2016-02-28 13:32:54 +01:00
Guenter Obiltschnig
539eba72d6 GH #713: Improved support for producing Canonical XML in XMLWriter 2016-02-28 11:20:02 +01:00
Guenter Obiltschnig
4f7b7a7734 fixed #892: DatagramSocket is ipv4 by default (added new constructors for creating an unconnected and unbound DatagramSocket or MulticastSocket) 2016-02-28 00:36:40 +01:00
Guenter Obiltschnig
fa4e739860 cleanup 2016-02-27 22:10:39 +01:00
Guenter Obiltschnig
d33b102259 fixed GH #696: bug in parsing name of attachment 2016-02-27 22:04:54 +01:00
Guenter Obiltschnig
8b4709155d fixed GH #1114: World-write permissions on files created by daemon. Default umask is now 027; other mask can be set with --umask command-line parameter 2016-02-27 21:17:39 +01:00
Guenter Obiltschnig
a53e80f761 fixed GH #1002: ActiveDispatcher saves reference to event context after event was performed until it gets new event 2016-02-27 17:49:18 +01:00
Aleksandar Fabijanic
ee9b2003ba Wrong error code if Sec-WebSocket-Accept header field missed or value wrong #1120 2016-02-27 17:00:49 +01:00
Guenter Obiltschnig
51c65d23f8 fixed GH #1135: Different package on github and official web site 2016-02-27 16:57:22 +01:00
Guenter Obiltschnig
8746f688c9 upgraded bundled sqlite to 3.11.0 2016-02-27 16:34:31 +01:00
Guenter Obiltschnig
dfa12e61d6 fixed GH #1137: Missing 'longint' type in SQLite 2016-02-27 16:30:51 +01:00
Guenter Obiltschnig
925caa8dd3 fixed GH #1141: Poco::StringTokenizer::TOK_TRIM changes behavior between 1.4 and 1.6 2016-02-27 16:10:06 +01:00
Guenter Obiltschnig
f7ba58c80f fix for GH #1160: Poco::Net::NetException "SSL Exception: error:1409F07F:SSL routines:ssl3_write_pending:bad write retry 2016-02-26 20:15:58 +01:00
Guenter Obiltschnig
5076f60a5c added X509Certificate::equals() 2016-02-25 22:17:34 +01:00
Guenter Obiltschnig
f2ed9cc606 support for Win8/Win10 2016-02-22 11:51:51 +01:00
Guenter Obiltschnig
1cbaf38bbc fixed an issue with DELETE in persistent connections 2016-02-17 20:32:19 +01:00
Guenter Obiltschnig
53c07395c5 fix merge issue 2016-02-13 23:38:00 +01:00
Guenter Obiltschnig
2522aefaf0 fix comment; don't send TaskProgressNotification if progress does not change
Conflicts:
	Foundation/src/Task.cpp
2016-02-13 20:24:31 +01:00
Guenter Obiltschnig
eb2861ddee add -DPOCO_TARGET_OSARCH and -DPOCO_TARGET_OSNAME to COMMONFLAGS 2016-02-02 15:03:12 +01:00
Guenter Obiltschnig
dee1efd56a added Context::preferServerCiphers() 2016-01-19 16:01:17 +01:00
Guenter Obiltschnig
82c6c5f149 added support for ECDH, new Context ctor 2016-01-19 15:19:14 +01:00
Guenter Obiltschnig
e9b2b3bcdd NetSSL: add support for disabling certain protocols 2016-01-19 11:36:02 +01:00
Guenter Obiltschnig
ff64eb69ba enable bitcode for iPhone build config 2016-01-11 16:45:51 +01:00
Guenter Obiltschnig
18bbff5e56 Merge branch 'poco-1.6.2' of https://github.com/pocoproject/poco into poco-1.6.2 2015-12-16 09:24:37 +01:00
Guenter Obiltschnig
a0f797203e GH #1087: prevent line breaks in base64-encoded creds 2015-12-16 09:24:10 +01:00
Günter Obiltschnig
a57b63ec57 Merge pull request #1089 from pothosware/support_cmake28
minor change to support cmake2.8 builds
2015-12-15 13:06:25 +01:00
Guenter Obiltschnig
899e5084e9 SMTPClientSession: added support for XOAUTH2 authentication 2015-12-15 10:14:41 +01:00
Josh Blum
df8b868da6 minor change to support cmake2.8 builds
Reduce cmake version requirement to 2.8.12 (ubuntu trusty),
and conditionalize export() in PocoMacros to support 2.8 syntax.
2015-12-14 17:32:18 -08:00
FrancisANDRE
3c63ac98d5 Add POCO_CONFIG configuration setup.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 11:06:41 +01:00
FrancisANDRE
9e33079bcb Add missing PocoJSON dependency.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 10:32:39 +01:00
FrancisANDRE
d53bee6b70 Fix OSARCH_64BTIS
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 10:32:05 +01:00
FrancisANDRE
5e1e3281ea Add trace of important variables.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 10:19:40 +01:00
FrancisANDRE
3a79011e3a Use POCO_CONFIG for POCO_TARGET_OSARCH & POCO_TAREG_OSNAME.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 10:17:58 +01:00
FrancisANDRE
e9c43f0d59 Add missing PocoJSON PocoXML
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-16 13:49:18 +01:00
FrancisANDRE
46a261a0dd Override POCO_BUILD if it is undefined or empty.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-16 11:35:37 +01:00
FrancisANDRE
d08fb9b075 Check for empty POCO_BUILD. Echo $PROJECT_BASE & $POCO_BUILD.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-16 08:28:51 +01:00
FrancisANDRE
6748c42766 Use POCO_BUILD environment variable when needed.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-15 09:09:36 +01:00
FrancisANDRE
7bf5b572fe Use POCO_BUILD & LIBPATH instead of POCO_BASE.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-15 09:01:39 +01:00
FrancisANDRE
1197c799e7 Ignore PageCompiler generated files.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-13 11:23:31 +01:00
Guenter Obiltschnig
910e2f3f29 fix error handling in setThreadName (#1022) 2015-11-13 11:11:32 +01:00
Guenter Obiltschnig
72842fd98d integrated #1030 into 1.6.2 2015-11-13 10:52:27 +01:00
FrancisANDRE
47853db2e3 Remove files generated by pageCompiler from the repository.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-12 17:30:00 +01:00
FrancisANDRE
435a9dea9d Cygwin cygPoco*.dll should be on PATH for executing the PageCompiler
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-12 17:29:00 +01:00
FrancisANDRE
43d01461bc flags for shared libraries should be on SHLIBFLAGS.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-12 16:52:07 +01:00
FrancisANDRE
a3b271757f Protect imported definition for Cygwin only.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-12 16:51:09 +01:00
FrancisANDRE
8ba74efd02 Remove POCO_NO_SHAREDMEMORY. Readd POCO_NO_WSTRING.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-12 16:14:33 +01:00
Guenter Obiltschnig
7dc992643c #1029 tvOS / WatchOS bitcode enabled 2015-11-12 08:17:12 +01:00
FrancisANDRE
82d62bfe86 Refactorying. Add detection of OSARCH_64BITS.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-12 07:52:20 +01:00