Commit Graph

3124 Commits

Author SHA1 Message Date
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
FrancisANDRE
c3c52e4893 Remove notifications for Kampbell.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-11 10:35:20 +01:00
zosrothko
d3e384e2af Delete poco.cygport.txt 2015-11-11 10:03:53 +01:00
FrancisANDRE
99ad4bcaa6 Fix for running gcc-4.8. add notification for Kampbell.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-10 22:26:59 +01:00
FrancisANDRE
f2f08ef7be Remove installation of cmake3.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-10 21:54:44 +01:00
FrancisANDRE
9540987339 Work around the old wget version in Travis CI
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-10 21:42:41 +01:00
FrancisANDRE
cc32b600f8 use same naming convention as CMake install for Cygwin.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-10 16:11:53 +01:00
FrancisANDRE
b8e89231fc CMake: add -DPOCO_UNBUNDLED when unbundling.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-10 16:07:28 +01:00
FrancisANDRE
095981ce6d Merge remote-tracking branch 'zosrothko@github/Cygwin' into Cygwin 2015-11-10 15:35:28 +01:00
FrancisANDRE
6c5f4e8496 udpate mkrelease with changes on Makefile
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-10 15:30:12 +01:00
FrancisANDRE
3638134068 Remove LIBPREFIX. Add installation of *.dll and symbolic links.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-10 15:29:14 +01:00
FrancisANDRE
41a0db4c41 fix inclusion of <pcre> when unbundling
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-10 15:27:13 +01:00