summaryrefslogtreecommitdiff
path: root/test/dbus-client-server.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-01-24build: boost::placeholdersMilan Crha1-6/+6
2020-12-05C++: avoid NULLPatrick Ohly1-13/+13
2020-12-05C++: remove more boost headers (tuple, assign, utility)Patrick Ohly1-2/+0
2020-12-05C++: avoid boost::scope_ptr/array and plain pointersPatrick Ohly1-2/+1
2020-12-05C++: replace boost::shared_ptr, boost::function, boost::bindPatrick Ohly1-6/+3
2020-12-05C++: variadic templates in D-Bus bindingsPatrick Ohly1-8/+9
2014-07-23glib: avoid deprecated g_type_init and g_thread_initPatrick Ohly1-0/+2
2014-05-02code restructing: Exception, throwError()Patrick Ohly1-1/+1
2014-04-01D-Bus: use streams for direct IPC with GIOPatrick Ohly1-5/+3
2013-05-16glib: stricter ref countingPatrick Ohly1-1/+1
2012-05-10dbus-client-server: added test code for client or server dyingPatrick Ohly1-4/+75
2012-05-08ForkExec: fix race conditionPatrick Ohly1-0/+3
2012-05-08test: Fix cli arguments in test/dbus-client-server.cppChris Kühl1-2/+2
2012-02-17GDBus libdbus+GIO: support blocking D-Bus callsKrzesimir Nowak1-1/+35
2012-01-17D-Bus client/server: authenticationPatrick Ohly1-6/+2
2012-01-17fork/exec: added onFailurePatrick Ohly1-2/+14
2012-01-17fork/exec: removed loop parameterPatrick Ohly1-3/+2
2012-01-17DBus client/server test: added usage of fork/execPatrick Ohly1-11/+60
2012-01-17GDBus: test program for client/server setupPatrick Ohly1-0/+179