~zosrothko/poco/+git/poco:sample-data-websocket

Last commit made on 2013-05-14
Get this branch:
git clone -b sample-data-websocket https://git.launchpad.net/~zosrothko/poco/+git/poco

Branch merges

Branch information

Name:
sample-data-websocket
Repository:
lp:~zosrothko/poco/+git/poco

Recent commits

0b76407... by Aleksandar Fabijanic <email address hidden>

Added WebSocket Data notifier

2a051c7... by Aleksandar Fabijanic <email address hidden>

Merge pull request #180 from syvex/TimestampTimespanOperators

Add operators to Timestamp for Timespan.

44ba016... by Mike Naquin <email address hidden>

Add operators to Timestamp for Timespan.

Timestamp operator + (const Timespan& span) const;
Timestamp operator - (const Timespan& span) const;
Timestamp& operator += (const Timespan& span);
Timestamp& operator -= (const Timespan& span);

e06fec0... by Alex <email address hidden>

MySQL test TypeHandler SharedPtrs

6c82001... by Alex <email address hidden>

clang compile fix

ebff906... by Aleksandar Fabijanic <email address hidden>

more Data housekeeping

replaced more pointers with SharedPtr

a65d86a... by Aleksandar Fabijanic <email address hidden>

GH160: MultipartReader ignores first part, if preamble is missing

fixed GH #160: MultipartReader ignores first part, if preamble is
missing

9663074... by Aleksandar Fabijanic <email address hidden>

clang/mac fixes

a50823c... by Aleksandar Fabijanic <email address hidden>

data housekeeping

- removed naked pointers from Data interfaces
- fixed GH #82: name conflict in Data::Keywords::bind
- fixed GH #157: MySQL: cannot bind to 'long' data type on
Windows/Visual C++
- fixed GH #158: MySQL: MYSQL_BIND 'is_unsigned' member is not set

c620798... by Alex <email address hidden>

GH #147: NetworkInterface (linux): MAC address not always available