History log of /openbmc/boost-dbus/include/dbus/detail/watch_timeout.hpp (Results 1 – 8 of 8)
Revision Date Author Comments
# a8b4eac4 21-Sep-2017 Ed Tanous <ed.tanous@intel.com>

updates to boost-dbus

Change-Id: I613cae49467eabebb5380ed457003f2f90bad880


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

Basic dbus cleanup


# 8f81b71d 31-Jan-2015 Benjamin Kietzman <bengilgit@gmail.com>

merging changes from @cawka to close #20


# 2003615d 03-Jun-2014 Benjamin Kietzman <bengilgit@gmail.com>

Added explicit asynchronous start function

A `connection` can operate synchronously, which
involves less overhead. It will be in a synchronous-
only state when it has been newly cons

Added explicit asynchronous start function

A `connection` can operate synchronously, which
involves less overhead. It will be in a synchronous-
only state when it has been newly constructed or cancelled.

`dbus::impl::connection::start()` begins/resumes
asynchronous operation, and should be called automatically
whenever an asynchronous operation is requested.

show more ...


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

added license file and copyright comments - fixes #10


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

match/filter hackathon


# 0de54404 21-Mar-2014 Benjamin Kietzman <bengilgit@gmail.com>

Working D-Bus method call


# fc79e461 08-Mar-2014 Benjamin Kietzman <bengilgit@gmail.com>

Mostly syntactically correct test.cpp