summaryrefslogtreecommitdiff
path: root/gdbus
AgeCommit message (Expand)AuthorFilesLines
2012-04-16gdbus: Remove unneeded NEED_DBUS_WATCH_GET_UNIX_FD checkMarcel Holtmann1-4/+0
2012-04-05gdbus: Use destroy callback for service watchAnderson Lizardo1-1/+1
2012-04-05gdbus: Fix white space coding style issueSyam Sidhardhan1-1/+1
2011-05-27gdbus: Remove unused result variable from g_dbus_pending_successSzymon Janc1-2/+1
2011-03-09gdbus: Unconditionally remove D-Bus timeoutsGrant Erickson1-3/+0
2011-01-19gdbus: Remove root node 'name' attribute in introspectionDaniel Wagner1-1/+1
2011-01-19gdbus: invaldate_parent_data: walk the whole path downDaniel Wagner1-3/+4
2011-01-01gdbus: Update copyright informationMarcel Holtmann5-5/+5
2010-12-10gdbus: fix accessing freed callback dataJohan Hedberg1-5/+5
2010-12-08gdbus: explicitly compare pointers to NULLLucas De Marchi3-24/+23
2010-10-13gdbus: fix not handling bus disconnectsLuiz Augusto von Dentz1-0/+4
2010-09-09Add support for builtin GDBus security using PolicyKitMarcel Holtmann2-1/+247
2010-09-09Add support for GDBus security action and flagsMarcel Holtmann2-3/+21
2010-09-09Use simpler error callbacks for GDBus security hooksMarcel Holtmann2-8/+30
2010-09-09Add support for GDBus security handlersMarcel Holtmann2-22/+156
2010-09-08Fix calling watch callbacks after it has been removedLuiz Augusto von Dentz1-30/+49
2010-09-08Fix signal watch when a service name is givenLuiz Augusto Von Dentz1-33/+128
2010-09-08Do not automatically remove watches for service namesLuiz Augusto Von Dentz1-6/+7
2010-08-19Add printf format attribute for error creation helperMarcel Holtmann1-1/+2
2010-07-26Free service data in service_replyZhenhua Zhang1-1/+1
2010-04-30Fix parent path introspection data invalidation for multiple levelsJohan Hedberg1-1/+3
2010-04-29Fix memory leak in g_dbus_register_interfaceJohan Hedberg1-1/+3
2010-03-07Make interface callback tables constMarcel Holtmann2-16/+16
2010-03-07Fix the case when the requested name is already in useVinicius Costa Gomes1-1/+5
2010-02-17Fix: a pending call was leaking in check_serviceVinicius Costa Gomes1-0/+2
2010-01-27Remove unneeded use of status variableMarcel Holtmann1-8/+2
2010-01-27Introduce g_dbus_setup_private() to gdbusForrest Zhao2-13/+55
2010-01-08Fix regression when removing watchesLuiz Augusto Von Dentz1-5/+9
2010-01-02Cleanup of D-Bus mainloop integrationMarcel Holtmann1-84/+107
2010-01-01Update copyright information of D-Bus helper libraryMarcel Holtmann4-4/+4
2009-12-29Fix undefined symbolsLuiz Augusto Von Dentz1-2/+2
2009-12-29Port gdbus to use g_dbus_add_signal_watchLuiz Augusto Von Dentz1-11/+10
2009-12-29Add initial implementation of g_dbus_add_signal_watchLuiz Augusto Von Dentz2-202/+321
2009-12-16Fix D-Bus timeout handlingDaniel Orstadius1-1/+16
2009-10-29Fix message handling for autostart.Claudio Takahasi1-0/+3
2009-09-24gdbus: handle introspection generally in generic_message.RISKÓ Gergely1-43/+59
2009-09-14Add introspection interface to the output of introspection callsRISKÓ Gergely1-1/+7
2009-08-23Convert to fully non-recursive build systemMarcel Holtmann1-8/+0
2009-08-08Use NameHasOwner instead of ListNames for name checkingJohan Hedberg1-15/+9
2009-08-06Fix blocking service watch initial connect handlingMarcel Holtmann3-46/+96
2009-05-11Make the parent path invalidateableDenis Kenzior1-1/+5
2009-05-06Fix crash when calling g_dbus_remove_watch from watch callbackLuiz Augusto von Dentz1-10/+41
2009-04-04Fix handling of watch functionsMarcel Holtmann1-19/+37
2009-02-28Check that interface name is providedMarcel Holtmann1-1/+3
2009-01-01Update copyright informationMarcel Holtmann4-4/+4
2008-12-24Check if path is valid before unregistering itMarcel Holtmann1-0/+3
2008-12-23Fix issue with signed/unsigned comparisonMarcel Holtmann1-1/+2
2008-12-20Use tabs for indentationMarcel Holtmann1-4/+4
2008-12-06Fix error message creationMarcel Holtmann1-1/+5
2008-11-26Don't expect reply when sending D-Bus messagesMarcel Holtmann1-0/+3