FrancisANDRE
a4479552b6
add SharedLibrary::getOSName() to improve portability of shared library
...
real filename over different OS like Linux/Unix/Cygwin & Windows.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-09-19 08:28:26 +02:00
FrancisANDRE
b2ef29528d
remove unecessary include of Poco/NetSSL_OpenSSL/openssl/ssl.h
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-09-19 08:26:22 +02:00
FrancisANDRE
3e3c9da626
Protect TLSv1, TLSv1_1 and TLSv1_2 entry point references by proper
...
OpenSSL constant
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-09-19 08:24:37 +02:00
FrancisANDRE
73222d1530
INCLUDE += -I$(POCO_BASE)/openssl/include should be added to the list of
...
includes otherwise, gcc takes the ssl.h from /usr/include/openssl which
could miss some declarations like TLSv1_1_client_method and
TLSv1_1_server_method, depednding on which version of openssl is
installed.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-09-17 12:31:54 +02:00
Aleksandar Fabijanic
8aef165ed5
Merge pull request #938 from adasworks/develop
...
fix: cmake: set public compiler flags on library targets
2015-09-15 10:28:42 -05:00
Csaba Keszegh
61305c01ee
fix: set public compiler flags on library targets
...
POCO_STATIC: has to be set when using poco as static library
POCO_NO_ATUMATIC_LIBS: CMake config module will find the correct libraries.
Don't need to guess in headers.
2015-09-15 10:02:38 +02:00
Guenter Obiltschnig
526ba5d0b3
added comments regarding encoding/decoding to getPath*()
2015-09-14 10:25:02 +02:00
Guenter Obiltschnig
2603c7a0d4
added comment regarding query strings ( #767 )
2015-09-14 10:19:08 +02:00
Aleksandar Fabijanic
32956fe044
Change in JSON::Object::set(key,value) behavior in 1.6.1 #933
...
fix according to [suggestion](fee347ec6a (commitcomment-13196733)
)
2015-09-12 13:17:01 -05:00
Aleksandar Fabijanic
50c84921fd
Merge pull request #934 from aaron0x/PreserveComment
...
implement GH #700 : PropertyFileConfiguration preserve comments.
2015-09-11 12:38:37 -05:00
Guenter Obiltschnig
2ad2e5c59a
add slack notification
2015-09-11 17:16:06 +02:00
Guenter Obiltschnig
e506171777
exclude NTP client test from travis test suite
2015-09-11 16:02:08 +02:00
Guenter Obiltschnig
e63c56cafb
added testcase for #936
2015-09-11 14:01:10 +02:00
Günter Obiltschnig
8d8074fc00
fix for MSVC issue with static const definitions
2015-09-11 09:22:38 +02:00
aaron0x
334a7267c7
implement GH #700 : PropertyFileConfiguration preserve comments.
2015-09-11 14:22:00 +08:00
Aleksandar Fabijanic
fee347ec6a
Change in JSON::Object::set(key,value) behavior in 1.6.1 #933
2015-09-10 22:12:34 -05:00
Guenter Obiltschnig
622d9d4c6c
NumberParser::parseHex[64](): allow 0x/0X prefix
2015-09-09 14:38:08 +02:00
Guenter Obiltschnig
7a6f54e0f0
fix for NumberParser changes
2015-09-09 14:26:26 +02:00
Guenter Obiltschnig
ea52ac5358
do not use of UINT64_C
2015-09-09 13:30:14 +02:00
Guenter Obiltschnig
f315dc603e
fix for pre-C++11 compilers
2015-09-09 12:59:35 +02:00
Guenter Obiltschnig
15f034cbbd
fix GH #931 : make strToInt() more strict in what it accepts
2015-09-09 11:14:29 +02:00
Guenter Obiltschnig
aac6aba66c
check if specified address fits specified address family
2015-09-08 17:49:02 +02:00
Guenter Obiltschnig
3eca77450c
fix version no, style
2015-09-08 17:36:28 +02:00
Guenter Obiltschnig
d53dc367da
HTTPClientSession: don't attempt to reconnect if no host is set (such as when creating a HTTPClientSession with a connected StreamSocket)
2015-09-08 17:17:29 +02:00
Guenter Obiltschnig
0494abc603
make TCPServer and HTTPClientSession work with UNIX local sockets
2015-09-08 17:06:30 +02:00
Guenter Obiltschnig
515de4128f
handle ENOENT error
2015-09-08 16:21:25 +02:00
Guenter Obiltschnig
d55eab9264
clean build with POCO_NET_NO_IPv6, add test for Unix domain sockets
2015-09-08 15:00:43 +02:00
Guenter Obiltschnig
d64ec94653
UNIX domain sockets support: replace IPAddress::Family with new enum AddressFamily::Family enum
2015-09-08 14:15:38 +02:00
Guenter Obiltschnig
843f251487
support for AF_UNIX socket address
2015-09-07 17:53:25 +02:00
Günter Obiltschnig
dba1d44b15
updated project files
2015-09-06 10:20:10 +02:00
Guenter Obiltschnig
9feb6ea987
more style fixes
2015-09-06 09:56:29 +02:00
Aleksandar Fabijanic
733c466657
Update CONTRIBUTORS
2015-09-05 09:32:49 -05:00
Aleksandar Fabijanic
f6ab1fb925
Merge pull request #917 from zosrothko/develop
...
additionnal fixes for the Cygwin platform
2015-09-05 09:30:58 -05:00
Aleksandar Fabijanic
b3658e5146
Merge pull request #925 from benoitbleuze/cipherRefactor
...
Crypto: Add any digest to key generation.
2015-09-03 22:26:57 -05:00
Benoît Bleuzé
a399ff6015
Crypto: add tests for cipher custom digests
2015-09-03 18:54:31 +02:00
Aleksandar Fabijanic
1871494da4
Merge pull request #929 from adasworks/develop
...
fix: CMake compilation for QNX 6.6
2015-09-01 23:20:51 -05:00
Guenter Obiltschnig
249c064ec7
#921 : better comment, provide workaround for MSVC only
2015-09-01 21:46:18 +02:00
Csaba Keszegh
a190f5e660
fix: CMake compilation for QNX 6.6
...
QNX cmake var should set to 1, on command line, or in a toolchain file
do not set _XOPEN_SOURCE macro when building for QNX
set SYSLIBS cmake var (see: build/config/QNX:SYSFLAG)
tested: Ubuntu 14.04, QNX 6.6.0, cmake 3.2.3
2015-09-01 17:22:08 +02:00
Guenter Obiltschnig
22c7933fe5
another attempt at fixing #921
2015-09-01 08:31:16 +02:00
Benoît Bleuzé
2aa6657717
Crypto: Add any digest to key generation.
2015-08-31 09:25:34 +02:00
Guenter Obiltschnig
245a628d90
removed explicit template instantiations from header files ( #921 )
2015-08-30 08:26:13 +02:00
Guenter Obiltschnig
e769b8df87
needs to be marked for import/export #921
2015-08-29 22:40:58 +02:00
Guenter Obiltschnig
95818ff27f
fixes for style, documentation and consistency, part I. More coming...
2015-08-27 10:18:32 +02:00
FrancisANDRE
7f01fbc3db
add std::string SharedLibrary::prefix() for building library name that
...
complies with Cygwin standard.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-27 08:48:26 +02:00
FrancisANDRE
b0989b0828
replace duplicate define for HP_ACC by the COMPAQ one for DEC CXX
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-27 08:42:11 +02:00
Günter Obiltschnig
dbea46bbcb
Merge pull request #920 from mkrivos/xmlstream
...
New XmlStream API
2015-08-26 12:31:36 +02:00
Marian Krivos
2279c89704
remove serializer part
2015-08-24 17:37:22 +02:00
Marian Krivos
0aa38d1262
remove serializer part
2015-08-24 17:31:08 +02:00
FrancisANDRE
d75119648b
Merge remote-tracking branch 'pocoproject/develop' into develop
2015-08-24 14:34:28 +02:00
FrancisANDRE
e0c38261b6
add specific Cygwin setup for running Foundation tests.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-24 11:47:24 +02:00