~zosrothko/poco/+git/kampbell:reactor-pollset

Last commit made on 2018-05-02
Get this branch:
git clone -b reactor-pollset https://git.launchpad.net/~zosrothko/poco/+git/kampbell

Branch merges

Branch information

Name:
reactor-pollset
Repository:
lp:~zosrothko/poco/+git/kampbell

Recent commits

1c1c792... by Alex Fabijanic <email address hidden>

PollSet behaves differently on windows #2313

d369e56... by Alex Fabijanic <email address hidden>

Merge branch 'develop' into reactor-pollset

1659d12... by Francis ANDRE

Remove _WIN32 guard

abd4d03... by Alex Fabijanic <email address hidden>

clang/gcc fixes

572078a... by Alex Fabijanic <email address hidden>

Merge branch 'develop' into reactor-pollset

0d7f39f... by Alex Fabijanic <email address hidden>

add PollSet::has/empty(); ParallelAcceptor: always use same reactor for a socket, if registered

bd59fdf... by Francis ANDRE

Fix typo

2282ac2... by Francis ANDRE

Replace Data by SQL

34f0a51... by Francis ANDRE

Replace Data by SQL

e3d0a8c... by micheleselea <email address hidden>

 detach underlying native socket from SocketImpl (#2305)

* detach underlying native socket from SocketImpl

Some time you need to handle a sockt accepted from PocoLib Socket library in another way/lib. I need a method to extract from StreamSocket the socket descriptor

* remove const declaration

* improve comment