summaryrefslogtreecommitdiff
path: root/gdbus
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Remove root node 'name' attribute in introspectionDaniel Wagner2011-01-191-1/+1
* gdbus: invaldate_parent_data: walk the whole path downDaniel Wagner2011-01-191-3/+4
* gdbus: Update copyright informationMarcel Holtmann2011-01-015-5/+5
* gdbus: fix accessing freed callback dataJohan Hedberg2010-12-101-5/+5
* gdbus: explicitly compare pointers to NULLLucas De Marchi2010-12-083-24/+23
* gdbus: fix not handling bus disconnectsLuiz Augusto von Dentz2010-10-131-0/+4
* Add support for builtin GDBus security using PolicyKitMarcel Holtmann2010-09-092-1/+247
* Add support for GDBus security action and flagsMarcel Holtmann2010-09-092-3/+21
* Use simpler error callbacks for GDBus security hooksMarcel Holtmann2010-09-092-8/+30
* Add support for GDBus security handlersMarcel Holtmann2010-09-092-22/+156
* Fix calling watch callbacks after it has been removedLuiz Augusto von Dentz2010-09-081-30/+49
* Fix signal watch when a service name is givenLuiz Augusto Von Dentz2010-09-081-33/+128
* Do not automatically remove watches for service namesLuiz Augusto Von Dentz2010-09-081-6/+7
* Add printf format attribute for error creation helperMarcel Holtmann2010-08-191-1/+2
* Free service data in service_replyZhenhua Zhang2010-07-261-1/+1
* Fix parent path introspection data invalidation for multiple levelsJohan Hedberg2010-04-301-1/+3
* Fix memory leak in g_dbus_register_interfaceJohan Hedberg2010-04-291-1/+3
* Make interface callback tables constMarcel Holtmann2010-03-072-16/+16
* Fix the case when the requested name is already in useVinicius Costa Gomes2010-03-071-1/+5
* Fix: a pending call was leaking in check_serviceVinicius Costa Gomes2010-02-171-0/+2
* Remove unneeded use of status variableMarcel Holtmann2010-01-271-8/+2
* Introduce g_dbus_setup_private() to gdbusForrest Zhao2010-01-272-13/+55
* Fix regression when removing watchesLuiz Augusto Von Dentz2010-01-081-5/+9
* Cleanup of D-Bus mainloop integrationMarcel Holtmann2010-01-021-84/+107
* Update copyright information of D-Bus helper libraryMarcel Holtmann2010-01-014-4/+4
* Fix undefined symbolsLuiz Augusto Von Dentz2009-12-291-2/+2
* Port gdbus to use g_dbus_add_signal_watchLuiz Augusto Von Dentz2009-12-291-11/+10
* Add initial implementation of g_dbus_add_signal_watchLuiz Augusto Von Dentz2009-12-292-202/+321
* Fix D-Bus timeout handlingDaniel Orstadius2009-12-161-1/+16
* Fix message handling for autostart.Claudio Takahasi2009-10-291-0/+3
* gdbus: handle introspection generally in generic_message.RISKÓ Gergely2009-09-241-43/+59
* Add introspection interface to the output of introspection callsRISKÓ Gergely2009-09-141-1/+7
* Convert to fully non-recursive build systemMarcel Holtmann2009-08-241-8/+0
* Use NameHasOwner instead of ListNames for name checkingJohan Hedberg2009-08-081-15/+9
* Fix blocking service watch initial connect handlingMarcel Holtmann2009-08-063-46/+96
* Make the parent path invalidateableDenis Kenzior2009-05-111-1/+5
* Fix crash when calling g_dbus_remove_watch from watch callbackLuiz Augusto von Dentz2009-05-061-10/+41
* Add D-Bus helper library for GLib integrationMarcel Holtmann2009-04-265-0/+1540