OSDN Git Service

am 085910ff: Set A2DP L2CAP socket to flushable while streaming A2DP, and set the...
[android-x86/external-bluetooth-bluez.git] / gdbus /
2009-08-11 Jaikumar GaneshUpgrade to Bluez 4.47.
2009-06-12 Jaikumar GaneshMerge Bluez release 4.41
2009-06-08 Jaikumar GaneshMake android specific changes to bluez4.
2009-05-11 Denis KenziorMake the parent path invalidateable
2009-05-06 Luiz Augusto von... Fix crash when calling g_dbus_remove_watch from inside...
2009-04-03 Luiz Augusto von... Fix g_dbus_remove_all_watches to remove all watches...
2009-04-03 Luiz Augusto von... Fix gdbus watch function not handling multiple dbus...
2009-04-03 Johan HedbergRevert "Fix null dereference in gdbus/watch.c"
2009-04-01 Gustavo F. PadovanFix null dereference in gdbus/watch.c
2009-02-28 Marcel HoltmannCheck that interface name is provided
2009-01-01 Marcel HoltmannUpdate copyright information
2008-12-24 Raymond LiuCheck 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 HoltmannAdd missing gdbus function declarations
2008-12-06 Marcel HoltmannChange file headers for D-Bus helper library
2008-11-26 Johan HedbergMerge branch 'for-upstream' of git://gitorious.org...
2008-11-26 Marcel HoltmannDon't expect reply when sending D-Bus messages
2008-11-26 Marcel HoltmannAdd function for checking if a service is present
2008-10-17 Marcel HoltmannAdd g_dbus_add_service_watch() implementation
2008-10-17 Marcel HoltmannFix connection disconnect function
2008-10-17 Marcel HoltmannChange declaration of GDBusWatchFunction
2008-09-11 Johan HedbergImplement support g_dbus_create_error_valist
2008-07-31 Marcel HoltmannRemove g_dbus_unregister_all_interfaces function
2008-07-26 Marcel HoltmannImport bluez-utils-3.36 revision history
2008-06-08 Marcel HoltmannRevert wrong listner id counter offset
2008-06-08 Marcel HoltmannAvoid a watch id of 0
2008-06-07 Marcel HoltmannMove some D-Bus helpers around
2008-06-07 Marcel HoltmannDon't abstract functions that are only used once
2008-06-07 Marcel HoltmannRemove another unused function
2008-06-07 Marcel HoltmannMake helper function static and local
2008-06-07 Marcel HoltmannRemove unused defines
2008-06-07 Marcel HoltmannDon't consider mainloop integration of dbus-glib
2008-06-07 Marcel HoltmannRemove another obsolete function
2008-06-07 Marcel HoltmannAdd proper signal sending helpers
2008-06-07 Marcel HoltmannRemove obsolete dbus_connection_get_object_user_data...
2008-06-06 Marcel HoltmannRemove object path creation and destroy helpers
2008-06-06 Marcel HoltmannRemove obsolete D-Bus interface helpers
2008-06-06 Marcel HoltmannRemove obsolete D-Bus sending helpers
2008-06-03 Marcel HoltmannAdd simple g_dbus_unregister_all_interfaces implementation
2008-06-03 Marcel HoltmannAdd skeleton for g_dbus_unregister_all_interfaces
2008-05-29 Marcel HoltmannRemove GDBusDisconnectFunction type
2008-05-29 Johan HedbergChange name_listener API to libgdbus watch API
2008-05-27 Marcel HoltmannAdd helpers for sending async replies
2008-05-27 Marcel HoltmannAdd helpers for creating replies
2008-05-27 Marcel HoltmannFix broken signal checking for new style API
2008-05-27 Marcel HoltmannAdd helpers for error creation
2008-05-27 Marcel HoltmannMore fixes for the message dispatch handling
2008-05-27 Marcel HoltmannAdd new message dispatching
2008-05-27 Marcel HoltmannFix object path reference count handling
2008-05-27 Marcel HoltmannAdd introspection support for new interface handlers
2008-05-27 Marcel HoltmannUse reference counting for the object paths
2008-05-27 Marcel HoltmannAdd first implementation of libgdbus interface helpers
2008-05-27 Marcel HoltmannAdd prototypes for interface registration
2008-05-27 Marcel HoltmannAdd real libgdbus types for interface definitions
2008-05-08 Marcel HoltmannMove D-Bus object and interface helpers into libgdbus
2008-05-08 Marcel HoltmannMove D-Bus watch functions into libgdbus
2008-05-08 Marcel HoltmannEmulate libgdbus API for mainloop integration
2008-05-08 Marcel HoltmannMove D-Bus mainloop integration into libgdbus
2008-05-08 Marcel HoltmannAdd skeleton for libgdbus support
2008-05-08 Marcel HoltmannAdd directory for libgdbus library