Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update adapter documentation including ReleaseMode. | Luiz Augusto von Dentz | 2008-05-28 | 1 | -0/+6 | |
| | | ||||||
| * | Fix ReleaseMode parameters. | Luiz Augusto von Dentz | 2008-05-28 | 1 | -1/+1 | |
| | | ||||||
| * | Introduce ReleaseMode to Adapter interface. | Luiz Augusto von Dentz | 2008-05-28 | 1 | -0/+22 | |
| | | ||||||
| * | Add basic D-Bus skeleton | Marcel Holtmann | 2008-05-28 | 1 | -3/+38 | |
| | | ||||||
| * | Add first skeletion of device driver integration | Marcel Holtmann | 2008-05-28 | 3 | -0/+57 | |
| | | ||||||
| * | input: removed old authorization method | Claudio Takahasi | 2008-05-28 | 3 | -89/+4 | |
| | | ||||||
| * | Convert network connection handling to gdbus API | Marcel Holtmann | 2008-05-27 | 1 | -173/+121 | |
| | | ||||||
| * | Fix some handling of error cases | Marcel Holtmann | 2008-05-27 | 1 | -22/+25 | |
| | | ||||||
| * | Use guint identifier for all name_listener operations | Johan Hedberg | 2008-05-27 | 11 | -165/+174 | |
| | | ||||||
| * | Convert network manager interface to use gdbus API | Marcel Holtmann | 2008-05-27 | 3 | -227/+155 | |
| | | ||||||
| * | Cleanup: more unused functions | Claudio Takahasi | 2008-05-27 | 3 | -92/+0 | |
| | | ||||||
| * | Added missing braces | Cidorvan Leite | 2008-05-27 | 1 | -1/+2 | |
| | | ||||||
| * | Fix user data issue when removing device | Marcel Holtmann | 2008-05-27 | 1 | -23/+34 | |
| | | ||||||
| * | Don't forget user data on interface registration | Marcel Holtmann | 2008-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | Cleanup: unused function | Claudio Takahasi | 2008-05-27 | 2 | -28/+0 | |
| | | ||||||
| * | Convert the input device handling to gdbus API | Marcel Holtmann | 2008-05-27 | 2 | -123/+77 | |
| | | ||||||
| * | Use message sending helpers | Marcel Holtmann | 2008-05-27 | 2 | -19/+7 | |
| | | ||||||
| * | Add helpers for sending async replies | Marcel Holtmann | 2008-05-27 | 2 | -0/+49 | |
| | | ||||||
| * | Add helpers for creating replies | Marcel Holtmann | 2008-05-27 | 2 | -0/+34 | |
| | | ||||||
| * | Make control.c to use bt_l2cap_listen. | Luiz Augusto von Dentz | 2008-05-27 | 3 | -229/+167 | |
| | | ||||||
| * | Convert input manager to use gdbus API | Marcel Holtmann | 2008-05-27 | 1 | -56/+63 | |
| | | ||||||
| * | Fix broken signal checking for new style API | Marcel Holtmann | 2008-05-27 | 1 | -0/+8 | |
| | | ||||||
| * | Restore error handling for the new manager interface | Marcel Holtmann | 2008-05-27 | 3 | -21/+23 | |
| | | ||||||
| * | Add helpers for error creation | Marcel Holtmann | 2008-05-27 | 2 | -0/+26 | |
| | | ||||||
| * | Initialize pointer to avoid compiler warning | Johan Hedberg | 2008-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | More fixes for the message dispatch handling | Marcel Holtmann | 2008-05-27 | 1 | -5/+2 | |
| | | ||||||
| * | Add new message dispatching | Marcel Holtmann | 2008-05-27 | 1 | -1/+39 | |
| | | ||||||
| * | Fix object path reference count handling | Marcel Holtmann | 2008-05-27 | 1 | -8/+16 | |
| | | ||||||
| * | First attempt to use the new interface helpers | Marcel Holtmann | 2008-05-27 | 1 | -37/+41 | |
| | | ||||||
| * | Add introspection support for new interface handlers | Marcel Holtmann | 2008-05-27 | 1 | -40/+79 | |
| | | ||||||
| * | Use reference counting for the object paths | Marcel Holtmann | 2008-05-27 | 1 | -13/+54 | |
| | | ||||||
| * | Add first implementation of libgdbus interface helpers | Marcel Holtmann | 2008-05-27 | 1 | -13/+65 | |
| | | ||||||
| * | Add prototypes for interface registration | Marcel Holtmann | 2008-05-27 | 2 | -0/+29 | |
| | | ||||||
| * | Add real libgdbus types for interface definitions | Marcel Holtmann | 2008-05-27 | 1 | -0/+37 | |
| | | ||||||
| * | Fix memory leak on proxy disable and some code cleanups. | Luiz Augusto von Dentz | 2008-05-22 | 1 | -58/+46 | |
| | | ||||||
| * | Fix issues with missing include for PATH_MAXutils-3.32 | Marcel Holtmann | 2008-05-20 | 7 | -0/+7 | |
| | | ||||||
| * | Update changelog and bump version number | Marcel Holtmann | 2008-05-20 | 2 | -1/+16 | |
| | | ||||||
| * | Fix bt_rfcomm_listen_allocate since channel allocation happens after ↵ | Johan Hedberg | 2008-05-17 | 1 | -7/+15 | |
| | | | | | | | | listen() and not bind() | |||||
| * | Fix the object path(s) that the org.bluez.Database interface is available for | Johan Hedberg | 2008-05-16 | 1 | -1/+1 | |
| | | ||||||
| * | Fix bt_rfcomm_connect segfault | Johan Hedberg | 2008-05-16 | 1 | -4/+5 | |
| | | ||||||
| * | Make serial service to use bt_rfcomm_listen_allocate. | Luiz Augusto von Dentz | 2008-05-16 | 1 | -77/+20 | |
| | | ||||||
| * | Introduce bt_rfcomm_listen_allocate. | Luiz Augusto von Dentz | 2008-05-16 | 2 | -5/+29 | |
| | | ||||||
| * | Use g_key_file_get_string_list instead of g_key_file_get_string | Johan Hedberg | 2008-05-16 | 2 | -50/+47 | |
| | | ||||||
| * | Make network service to use bt_l2cap_listen. | Luiz Augusto von Dentz | 2008-05-16 | 1 | -91/+15 | |
| | | ||||||
| * | Implement g_key_file_get_string_list | Johan Hedberg | 2008-05-16 | 1 | -1/+25 | |
| | | ||||||
| * | Add g_renew | Johan Hedberg | 2008-05-16 | 1 | -0/+2 | |
| | | ||||||
| * | Implement g_strfreev and add stub for g_key_file_get_string_list | Johan Hedberg | 2008-05-16 | 2 | -1/+26 | |
| | | ||||||
| * | Implement support for disabling specific plugins from loading | Johan Hedberg | 2008-05-16 | 3 | -3/+60 | |
| | | ||||||
| * | Use EACCES instead of ENOKEY | Marcel Holtmann | 2008-05-16 | 1 | -1/+1 | |
| | | ||||||
| * | Fix wrong usage of non const bdaddr_t | Marcel Holtmann | 2008-05-15 | 3 | -6/+6 | |
| | |