Commit Graph

3117 Commits

Author SHA1 Message Date
Günter Obiltschnig
8d8074fc00 fix for MSVC issue with static const definitions 2015-09-11 09:22:38 +02: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
FrancisANDRE
c7469d0ea1 remove the inserted line.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-24 11:36:38 +02:00
FrancisANDRE
56b6995a5b add separation line for BUILDING FOR WINDOWS CE.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-24 11:28:12 +02:00
FrancisANDRE
01d029f282 remove the LIBSUFFIX setup since the x86_64 directory serves already as
discriminator.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-24 11:27:33 +02:00
FrancisANDRE
ac879caa46 Cygwin supports Unix IPCs thru a system process started by
/usr/sbin/cygserver. So, the flag -DPOCO_NO_SHAREDMEMORY can be removed. 
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-24 11:25:44 +02:00
FrancisANDRE
6c2398226b insert an empty line for clarity
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-23 15:45:45 +02:00
FrancisANDRE
f0a618b5a6 add $(POCO_BASE)/build/config/$(POCO_CONFIG) as a prerequisite
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-23 15:44:49 +02:00
Marian Krivos
eca1119c82 Add RoundTrip example for XML Streaming API + backport lates libstudxml changes from upstream 2015-08-23 14:38:57 +02:00
FrancisANDRE
09f5b06aaf add an empty line for clarity.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-23 11:29:45 +02:00
Marian Krivos
ce003c5522 Formattingt fixes 2015-08-22 22:09:19 +02:00
Marian Krivos
81e495150c Formattingt fixes 2015-08-22 22:02:41 +02:00
Marian Krivos
0887b56cad Formattingt fixes 2015-08-22 21:54:43 +02:00
Marian Krivos
5865c9f383 Formattingt fixes 2015-08-22 21:48:17 +02:00
Marian Krivos
5c0ab24c41 Added XMLStream API tests 2015-08-22 20:58:45 +02:00
Marian Krivos
0bd0559508 XMLStream API fixes - readding binary files 2015-08-22 17:39:44 +02:00