~zosrothko/poco/+git/poco:feature-fsm

Last commit made on 2016-08-03
Get this branch:
git clone -b feature-fsm https://git.launchpad.net/~zosrothko/poco/+git/poco

Branch merges

Branch information

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

Recent commits

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

fixed a potential buffer overrun in Path_WIN32U.cpp (noncritical, as the failing code should never be reached)

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

added additional HTTP status codes

8e7018d... by Guenter Obiltschnig <email address hidden>

#1319: remove call to poco_unexpected()

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

Merge pull request #1319 from ObjSal/develop

Fixes an issue in DirectoryWatcher where it stops listening for events

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

Merge pull request #1336 from hopstertv/gh-1335-make-object-an-explicit-constru

Make the Object(bool) an explicit constructor

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

Proper fix for #1337

fc40e89... by Greg Rynkowski <email address hidden>

Make the Object(bool) an explicit constructor

It prevents from memory leaks made by clients of `Poco::JSON::Object`.
The problem has been described better in the GH issue #1335.

Issue:
https://github.com/pocoproject/poco/issues/1335

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

Merge pull request #1321 from Kampbell/develop

Fixes for AppVeyor & Travis

049101f... by Francis ANDRE

Merge remote-tracking branch 'kampbell/develop' into develop

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

expat cross-platform fixes