History log of /openbmc/boost-dbus/include/dbus/error.hpp (Results 1 – 11 of 11)
Revision Date Author Comments
# 77e62c83 25-Aug-2017 Ed Tanous <ed.tanous@intel.com>

Fix memory leaks

Dbus wants to manage its own memory, which is difficult to coerce
with smart pointers. This patch fixes the places where the smart
objects were getting destroyed, but the dbus ref

Fix memory leaks

Dbus wants to manage its own memory, which is difficult to coerce
with smart pointers. This patch fixes the places where the smart
objects were getting destroyed, but the dbus ref count was never going to
zero

Change-Id: I47d8a58387766c376d2e3b61671b5d82977c80e0

show more ...


# 47de18d4 05-Jul-2017 Ed Tanous <ed.tanous@intel.com>

Fix seg fault in error handling


# da3eeb6a 06-Jun-2017 Ed Tanous <ed.tanous@intel.com>

Basic dbus cleanup


# 4317e4d9 28-May-2014 Benjamin Kietzman <bkietzman@esri.com>

Added message factories


# 16d80fe9 28-May-2014 Benjamin Kietzman <bkietzman@esri.com>

Added endpoint - closes #17


# 91cdbe46 24-May-2014 Benjamin Kietzman <bengilgit@gmail.com>

added license file and copyright comments - fixes #10


# e6b71ae1 01-Apr-2014 Benjamin Kietzman <bkietzman@esri.com>

Tweaks to message, filter and error

- `message` now has get_path() etc. for accessing its metadata.
- `error` how has a constructor which takes a `message`,
to ease conversion of error messages to

Tweaks to message, filter and error

- `message` now has get_path() etc. for accessing its metadata.
- `error` how has a constructor which takes a `message`,
to ease conversion of error messages to throwable exceptions
or `error_code`s
- `filter`'s predicate now takes `message`s by reference and
is not ignored

show more ...


# 05f5d48e 01-Apr-2014 Benjamin Kietzman <bengilgit@gmail.com>

Merge branch 'master' of github.com:bkietz/boost-dbus

Conflicts:
include/dbus/impl/packer.ipp


# 85860989 31-Mar-2014 Benjamin Kietzman <bkietzman@esri.com>

Working class


# cd8b76a3 22-Mar-2014 Benjamin Kietzman <bengilgit@gmail.com>

match/filter hackathon


# 24778ceb 22-Mar-2014 Benjamin Kietzman <bengilgit@gmail.com>

match/filter hackathon