gdbus: explicitly compare pointers to NULL
[framework/connectivity/connman.git] / gdbus / object.c
2010-12-08 Lucas De Marchigdbus: explicitly compare pointers to NULL
2010-09-09 Marcel HoltmannAdd support for builtin GDBus security using PolicyKit
2010-09-09 Marcel HoltmannAdd support for GDBus security action and flags
2010-09-09 Marcel HoltmannUse simpler error callbacks for GDBus security hooks
2010-09-09 Marcel HoltmannAdd support for GDBus security handlers
2010-04-29 Johan HedbergFix parent path introspection data invalidation for...
2010-04-29 Johan HedbergFix memory leak in g_dbus_register_interface
2010-03-07 Marcel HoltmannMake interface callback tables const
2010-01-02 Marcel HoltmannUpdate copyright information of D-Bus helper library
2009-09-24 RISKÓ Gergelygdbus: handle introspection generally in generic_message.
2009-09-14 RISKÓ GergelyAdd introspection interface to the output of introspect...
2009-05-11 Denis KenziorMake the parent path invalidateable
2009-02-28 Marcel HoltmannCheck that interface name is provided
2009-01-01 Marcel HoltmannUpdate copyright information
2008-12-24 Marcel HoltmannCheck if path is valid before unregistering it
2008-12-23 Marcel HoltmannFix issue with signed/unsigned comparison
2008-12-20 Marcel HoltmannUse tabs for indentation
2008-12-06 Marcel HoltmannFix error message creation
2008-11-26 Marcel HoltmannDon't expect reply when sending D-Bus messages
2008-08-12 Marcel HoltmannAdd copy of libgdbus helper for easier adoption