summaryrefslogtreecommitdiff
path: root/src/gdbusxx
AgeCommit message (Expand)AuthorFilesLines
2012-05-10GDBus GIO: more informative exceptionsPatrick Ohly1-12/+16
2012-05-10GDBus GIO: implemented "connection lost" callbackPatrick Ohly2-0/+30
2012-05-10GDBus: support external dbus_traitsPatrick Ohly1-1/+10
2012-05-10GDBus GIO: support boost::signals2 -> EmitSignalPatrick Ohly1-0/+14
2012-05-10GDBus GIO: C callbacks must catch C++ exceptionsPatrick Ohly1-86/+129
2012-05-10GDBus GIO: more consistent callback handlingPatrick Ohly1-5/+13
2012-05-10GDBus GIO: added traits utility class for enumPatrick Ohly1-0/+22
2012-05-10GDBus GIO: fixed SignalWatch4Patrick Ohly1-4/+4
2012-05-08dbus-wrappers: Add delayed message processing for DBus connections.Krzesimir Nowak2-3/+17
2012-05-08gio-gdbus-wrapper: Trivial fixes.Chris Kühl2-102/+129
2012-05-08gio-gdbus-wrapper: Remove unused function.Krzesimir Nowak1-8/+0
2012-05-08gio-gdbus-wrapper: Use literal version of error reply creation functions.Krzesimir Nowak1-4/+4
2012-05-08gio-gdbus-wrapper: Document how connection should be handled in GDBusServer.Krzesimir Nowak1-1/+5
2012-05-08gio-gdbus-wrapper: Made DBusObject's destructor virtual.Chris Kühl1-1/+1
2012-05-08GDBus GIO+libdbus: GDBusMessagePtr -> DBusMessagePtrKrzesimir Nowak1-77/+79
2012-04-26GDBus GIO: fix GDBusInterfaceInfo in error casePatrick Ohly1-7/+12
2012-04-26GDBus GIO: one GDBusMethodInvocation was leaked per method callPatrick Ohly1-3/+20
2012-04-26GDBus GIO: fixed GDBusServer leak + stopping serverPatrick Ohly2-2/+9
2012-03-06GDBus GIO: add variant append supportMikel Astiz1-0/+33
2012-02-17GDBus libdbus+GIO: support blocking D-Bus callsKrzesimir Nowak1-152/+306
2012-02-17GDBus GIO: SignalWatch activation for one-to-one connectionsKrzesimir Nowak2-8/+15
2012-02-17GDBus GIO: simplified AppendRetvalsPatrick Ohly1-28/+28
2012-02-17GDBus GIO: fixed memory leak in prepare()Patrick Ohly1-4/+6
2012-02-15Do not install libgdbussyncevo in a subdirMurray Cumming1-1/+1
2012-01-30GDBus GIO: improved DBusArray encodingPatrick Ohly1-5/+7
2012-01-17GDBus GIO: no timeout for D-Bus method invocationsPatrick Ohly1-2/+3
2012-01-17GDBus + libdbus/GIO: use dedicated class for plain buffersPatrick Ohly1-5/+64
2012-01-17GDBus + GIO: improved D-Bus method callsPatrick Ohly1-50/+101
2012-01-17GDBus GIO: implemented client/serverPatrick Ohly2-0/+156
2012-01-17DBus (both): added the possibility to let DBusObjectHelper close the connectionPatrick Ohly1-3/+6
2012-01-17GDBus GIO: fixed asynchronous message repliesPatrick Ohly1-1/+7
2012-01-17GDBus GIO: avoid segfault when activating object with no signals or no methodsPatrick Ohly1-2/+4
2012-01-17GDBus + GIO: added exception for failure to add signal watchPatrick Ohly1-0/+7
2012-01-17GDBus + GIO: fixed error namePatrick Ohly1-4/+4
2012-01-11GDBus GIO: fixed compile errorPatrick Ohly1-1/+1
2011-12-19GIO GDBus: fixed memory corruptionPatrick Ohly1-2/+27
2011-12-19GDBus: API and usage cleanupPatrick Ohly3-98/+96
2011-12-01GDBus (GIO + dbus-1): intrusive pointer methods in global namespacePatrick Ohly2-13/+11
2011-12-01GIO GDBus: avoid compiler problem with g++ 4.4Patrick Ohly1-1/+1
2011-11-30GIO GDBus: fixed memory leak in DBusObjectHelperPatrick Ohly1-2/+10
2011-11-30GDBus CXX (dbus-1 and gio): avoid uninitialized memory access in SignalWatchPatrick Ohly1-2/+5
2011-11-30GIO GDBus: fixed cut-and-paste error in error handlingPatrick Ohly1-1/+1
2011-11-30GIO GDBus: fixed link errorPatrick Ohly1-4/+4
2011-11-29GIO GDBus: remove redundant pointer in DBusErrorCXXPatrick Ohly2-12/+6
2011-11-29GIO GDBus CXX: fixed error handlingPatrick Ohly1-10/+12
2011-11-29dbus: Create dbus wrapper using the GIO GDBus dbus implementationChris Kühl3-1610/+1719
2011-11-29build: Enable configure switch to build with GIO GDBusChris Kühl8-0/+4956