~zosrothko/poco/+git/kampbell:feature-unixsocket

Last commit made on 2015-09-11
Get this branch:
git clone -b feature-unixsocket https://git.launchpad.net/~zosrothko/poco/+git/kampbell

Branch merges

Branch information

Name:
feature-unixsocket
Repository:
lp:~zosrothko/poco/+git/kampbell

Recent commits

a945ff0... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

fix for MSVC issue with static const definitions

aac6aba... by Guenter Obiltschnig <email address hidden>

check if specified address fits specified address family

3eca774... by Guenter Obiltschnig <email address hidden>

fix version no, style

d53dc36... by Guenter Obiltschnig <email address hidden>

HTTPClientSession: don't attempt to reconnect if no host is set (such as when creating a HTTPClientSession with a connected StreamSocket)

0494abc... by Guenter Obiltschnig <email address hidden>

make TCPServer and HTTPClientSession work with UNIX local sockets

515de41... by Guenter Obiltschnig <email address hidden>

handle ENOENT error

d55eab9... by Guenter Obiltschnig <email address hidden>

clean build with POCO_NET_NO_IPv6, add test for Unix domain sockets

d64ec94... by Guenter Obiltschnig <email address hidden>

UNIX domain sockets support: replace IPAddress::Family with new enum AddressFamily::Family enum

843f251... by Guenter Obiltschnig <email address hidden>

support for AF_UNIX socket address

dba1d44... by =?utf-8?q?G=C3=BCnter_Obiltschnig?= <email address hidden>

updated project files