summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update adapter documentation including ReleaseMode.Luiz Augusto von Dentz2008-05-281-0/+6
| |
| * Fix ReleaseMode parameters.Luiz Augusto von Dentz2008-05-281-1/+1
| |
| * Introduce ReleaseMode to Adapter interface.Luiz Augusto von Dentz2008-05-281-0/+22
| |
| * Add basic D-Bus skeletonMarcel Holtmann2008-05-281-3/+38
| |
| * Add first skeletion of device driver integrationMarcel Holtmann2008-05-283-0/+57
| |
| * input: removed old authorization methodClaudio Takahasi2008-05-283-89/+4
| |
| * Convert network connection handling to gdbus APIMarcel Holtmann2008-05-271-173/+121
| |
| * Fix some handling of error casesMarcel Holtmann2008-05-271-22/+25
| |
| * Use guint identifier for all name_listener operationsJohan Hedberg2008-05-2711-165/+174
| |
| * Convert network manager interface to use gdbus APIMarcel Holtmann2008-05-273-227/+155
| |
| * Cleanup: more unused functionsClaudio Takahasi2008-05-273-92/+0
| |
| * Added missing bracesCidorvan Leite2008-05-271-1/+2
| |
| * Fix user data issue when removing deviceMarcel Holtmann2008-05-271-23/+34
| |
| * Don't forget user data on interface registrationMarcel Holtmann2008-05-271-1/+1
| |
| * Cleanup: unused functionClaudio Takahasi2008-05-272-28/+0
| |
| * Convert the input device handling to gdbus APIMarcel Holtmann2008-05-272-123/+77
| |
| * Use message sending helpersMarcel Holtmann2008-05-272-19/+7
| |
| * Add helpers for sending async repliesMarcel Holtmann2008-05-272-0/+49
| |
| * Add helpers for creating repliesMarcel Holtmann2008-05-272-0/+34
| |
| * Make control.c to use bt_l2cap_listen.Luiz Augusto von Dentz2008-05-273-229/+167
| |
| * Convert input manager to use gdbus APIMarcel Holtmann2008-05-271-56/+63
| |
| * Fix broken signal checking for new style APIMarcel Holtmann2008-05-271-0/+8
| |
| * Restore error handling for the new manager interfaceMarcel Holtmann2008-05-273-21/+23
| |
| * Add helpers for error creationMarcel Holtmann2008-05-272-0/+26
| |
| * Initialize pointer to avoid compiler warningJohan Hedberg2008-05-271-1/+1
| |
| * More fixes for the message dispatch handlingMarcel Holtmann2008-05-271-5/+2
| |
| * Add new message dispatchingMarcel Holtmann2008-05-271-1/+39
| |
| * Fix object path reference count handlingMarcel Holtmann2008-05-271-8/+16
| |
| * First attempt to use the new interface helpersMarcel Holtmann2008-05-271-37/+41
| |
| * Add introspection support for new interface handlersMarcel Holtmann2008-05-271-40/+79
| |
| * Use reference counting for the object pathsMarcel Holtmann2008-05-271-13/+54
| |
| * Add first implementation of libgdbus interface helpersMarcel Holtmann2008-05-271-13/+65
| |
| * Add prototypes for interface registrationMarcel Holtmann2008-05-272-0/+29
| |
| * Add real libgdbus types for interface definitionsMarcel Holtmann2008-05-271-0/+37
| |
| * Fix memory leak on proxy disable and some code cleanups.Luiz Augusto von Dentz2008-05-221-58/+46
| |
| * Fix issues with missing include for PATH_MAXutils-3.32Marcel Holtmann2008-05-207-0/+7
| |
| * Update changelog and bump version numberMarcel Holtmann2008-05-202-1/+16
| |
| * Fix bt_rfcomm_listen_allocate since channel allocation happens after ↵Johan Hedberg2008-05-171-7/+15
| | | | | | | | listen() and not bind()
| * Fix the object path(s) that the org.bluez.Database interface is available forJohan Hedberg2008-05-161-1/+1
| |
| * Fix bt_rfcomm_connect segfaultJohan Hedberg2008-05-161-4/+5
| |
| * Make serial service to use bt_rfcomm_listen_allocate.Luiz Augusto von Dentz2008-05-161-77/+20
| |
| * Introduce bt_rfcomm_listen_allocate.Luiz Augusto von Dentz2008-05-162-5/+29
| |
| * Use g_key_file_get_string_list instead of g_key_file_get_stringJohan Hedberg2008-05-162-50/+47
| |
| * Make network service to use bt_l2cap_listen.Luiz Augusto von Dentz2008-05-161-91/+15
| |
| * Implement g_key_file_get_string_listJohan Hedberg2008-05-161-1/+25
| |
| * Add g_renewJohan Hedberg2008-05-161-0/+2
| |
| * Implement g_strfreev and add stub for g_key_file_get_string_listJohan Hedberg2008-05-162-1/+26
| |
| * Implement support for disabling specific plugins from loadingJohan Hedberg2008-05-163-3/+60
| |
| * Use EACCES instead of ENOKEYMarcel Holtmann2008-05-161-1/+1
| |
| * Fix wrong usage of non const bdaddr_tMarcel Holtmann2008-05-153-6/+6
| |