Günter Obiltschnig
024a04e869
add logo
2018-03-07 15:59:19 +01:00
Günter Obiltschnig
e184ea447d
fix .travis.yml
2018-03-07 15:39:28 +01:00
Günter Obiltschnig
6374bab69f
Merge branch 'poco-1.9.0' of https://github.com/pocoproject/poco into poco-1.9.0
2018-03-07 15:37:22 +01:00
Günter Obiltschnig
ea7f34c326
updated README.md
2018-03-07 15:36:26 +01:00
Günter Obiltschnig
ad1bfe840d
updated README.md
2018-03-07 15:35:25 +01:00
Günter Obiltschnig
02d2613bcf
remove Android builds
2018-03-07 14:29:38 +01:00
Günter Obiltschnig
3283f53cf5
updated version
2018-03-07 14:28:19 +01:00
Günter Obiltschnig
6730142a27
Merge branch 'poco-1.9.0' of https://github.com/pocoproject/poco into poco-1.9.0
2018-03-07 13:52:35 +01:00
Günter Obiltschnig
87342a7fb8
Merge branch 'poco-1.9.0' of https://github.com/pocoproject/poco into poco-1.9.0
2018-03-07 13:51:58 +01:00
Günter Obiltschnig
36ebf4ec0b
Merge branch 'poco-1.9.0' of https://github.com/pocoproject/poco into poco-1.9.0
2018-03-07 13:44:40 +01:00
Günter Obiltschnig
d381c6bce5
PDF sample project files
2018-03-07 13:44:09 +01:00
Günter Obiltschnig
831fb72052
updated CHANGELOG
2018-03-07 13:34:58 +01:00
Günter Obiltschnig
009b459622
regen project files
2018-03-07 12:54:30 +01:00
Günter Obiltschnig
f36827f5ce
fixes for WEC2013
2018-03-07 12:46:02 +01:00
Günter Obiltschnig
1f77aec1b3
fix message grammer
2018-03-07 11:22:34 +01:00
Günter Obiltschnig
df1caff144
regen project files
2018-03-07 10:25:19 +01:00
Günter Obiltschnig
4a6a1a980b
make PDF build with VS2008
2018-03-07 10:14:49 +01:00
Günter Obiltschnig
4f562c0e6b
fix Windows openssl library pragmas
2018-03-07 09:17:32 +01:00
Günter Obiltschnig
41cc2a632e
added structure-data doc
2018-03-07 07:01:01 +01:00
Günter Obiltschnig
69588abd71
RemoteSyslogChannel should allow the RFC 5424 STRUCTURED-DATA field to be set #2173
2018-03-07 06:51:39 +01:00
Günter Obiltschnig
826dc92fda
style and doc fixes
2018-03-06 23:13:07 +01:00
Günter Obiltschnig
e7d2b4593a
fix for OpenSSL 1.0
2018-03-06 22:58:14 +01:00
Günter Obiltschnig
943595c937
GH #2129 : Add support for AES-GCM ciphers
2018-03-06 22:53:27 +01:00
Günter Obiltschnig
e19f33351d
add additional cipher modes
2018-03-06 19:46:24 +01:00
Günter Obiltschnig
ccefee0d55
Poco::Data::SQLite data types #703
2018-03-06 19:11:51 +01:00
Günter Obiltschnig
126f9e1742
inttypes.h is available on sun solaris #1426
2018-03-06 18:54:38 +01:00
Günter Obiltschnig
3f75fd539f
#1545 : Merge partition space information methods from develop
2018-03-06 18:46:48 +01:00
Günter Obiltschnig
0d3c3ce4d4
fixed GH #2106 : Undefined behavior in Delegate::equals()
2018-03-06 18:26:49 +01:00
Günter Obiltschnig
d73bb2ea86
fixed GH #2058 : Synchronization issue in Poco::Util::Timer at destruction
2018-03-06 17:33:02 +01:00
Günter Obiltschnig
f352f61e5b
Merge pull request #2203 from lbakman/poco-1.9.0
...
Use MAX_ADDRESS_LENGTH to determine buffer size
2018-03-06 16:42:14 +01:00
Günter Obiltschnig
19b168516c
fix for #2199 : try to resync when encountering extra data after local file header
2018-03-06 16:13:01 +01:00
Günter Obiltschnig
27dc684d77
fixed GH #2188 : handle directory entries stored with DEFLATE compression method
2018-03-06 12:44:40 +01:00
Lau bakman
79532cb172
Use MAX_ADDRESS_LENGTH to determine buffer size
...
Modify operator>> to use IPAddress::MAX_ADDRESS_LENGTH to determine size
of buf array. This will allow the operator>> to be compiled on platforms
that does not support IPv6.
2018-03-06 11:17:10 +01:00
Alex Fabijanic
20f9320f2d
RSAKeyImpl #2201
2018-03-05 20:12:31 -06:00
Günter Obiltschnig
8dc4223acb
X509Certificate::verify(): use OpenSSL X509_check_host() and X509_check_ip_asc() if available
2018-03-05 22:17:31 +01:00
Günter Obiltschnig
451f05121e
#2197 : fix style
2018-03-05 22:15:39 +01:00
Günter Obiltschnig
c5acb2ac27
fix deps for PDF
2018-03-05 22:14:57 +01:00
Günter Obiltschnig
285ac5af5b
fix parenthesis placement
2018-03-05 22:14:14 +01:00
Günter Obiltschnig
4b50fee50b
revert fix for #2088 as it breaks testsuite
2018-03-05 22:13:30 +01:00
Günter Obiltschnig
38c9328db6
fix style
2018-03-05 19:54:01 +01:00
Günter Obiltschnig
a2322be390
Merge pull request #2197 from Bjoe/feature-Add_ca_into_ssl_context
...
Improve SSL Context, include a function to add certificate authority
2018-03-05 19:51:07 +01:00
Günter Obiltschnig
d0f2253c51
HTTP Authentication Schemes #2089
2018-03-05 15:32:08 +01:00
Conor Burgess
603a6e23da
Fix race condition in TCPServerDispatcher.cpp
2018-03-05 15:23:53 +01:00
Günter Obiltschnig
7eb1325bba
style fixes
2018-03-05 15:05:04 +01:00
Joerg-Christian Boehme
4c05d4baf7
Improve ssl context, include a function to add CA certificates.
2018-03-05 13:37:45 +01:00
Jörg-Christian Böhme
181fc0eea3
Fix unit tests for android build
2018-03-04 21:26:08 +01:00
Joerg-Christian Boehme
73897b4357
Add POCO_OS_ANDROID as platfrom definitons ( #2186 )
...
* Add POCO_OS_ANDROID as platform definition
* Ignore test big ping when its failing
2018-02-26 19:18:45 -06:00
Joerg-Christian Boehme
9feabc7723
Add android build on travis ( #1981 )
...
* Add build for android in travis CI.
* Fix review findings. Change from __ANDORID__ to POCO_ANDROID
* Add android test
* Fix compile issue after rebase
* Ignore test big ping when its failing
2018-02-26 18:54:40 -06:00
Alex Fabijanic
d162110e67
update openssl documentation
2018-02-24 09:16:14 -06:00
Alex Fabijanic
59415a3dbb
remove extraneous catch
2018-02-24 08:50:33 -06:00