summaryrefslogtreecommitdiff
path: root/gdbus
Commit message (Expand)AuthorAgeFilesLines
* gdbus: add macro for methods marked as NOREPLYLucas De Marchi2012-06-181-0/+7
* gdbus: Fix incorrectly discarded signalsMikel Astiz2012-05-221-7/+3
* gdbus: do not check signature twiceLucas De Marchi2012-05-171-5/+0
* gdbus: add Method.NoReply annotation in introspectionLucas De Marchi2012-05-171-1/+6
* gdbus: add Deprecated annotation in introspectionLucas De Marchi2012-05-171-2/+17
* gdbus: remove signature and reply from tablesLucas De Marchi2012-05-172-52/+1
* gdbus: loop over args to check message signatureLucas De Marchi2012-05-171-7/+27
* gdbus: use GDBusArgInfo to generate introspectionLucas De Marchi2012-05-171-61/+14
* gdbus: add and use helpers for table declarationsLucas De Marchi2012-05-172-1/+88
* gdbus: add argument info to methods and signalsLucas De Marchi2012-05-171-0/+8
* gdbus: Constify introspection method tableMarcel Holtmann2012-05-171-1/+1
* gdbus: do not call memset for terminating NULLucas De Marchi2012-05-171-1/+2
* gdbus: return if method signature is malformedLucas De Marchi2012-05-171-0/+4
* gdbus: Remove unneeded NEED_DBUS_WATCH_GET_UNIX_FD checkMarcel Holtmann2012-04-161-4/+0
* gdbus: Use destroy callback for service watchAnderson Lizardo2012-04-041-1/+1
* gdbus: Fix white space coding style issueSyam Sidhardhan2011-07-091-1/+1
* Remove unused result variable from g_dbus_pending_successSzymon Janc2011-05-151-2/+1
* gdbus: Unconditionally remove D-Bus timeoutsGrant Erickson2011-03-091-3/+0
* 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-091-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-071-30/+49
* Fix signal watch when a service name is givenLuiz Augusto Von Dentz2010-09-071-33/+128
* Do not automatically remove watches for service namesLuiz Augusto Von Dentz2010-09-071-6/+7
* Add printf format attribute for error creation helperMarcel Holtmann2010-08-191-1/+2
* gdbus: Fix memory leak of service_dataZhenhua 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-301-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-171-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