summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 listen()...Johan Hedberg2008-05-171-7/+15
* 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
* Better integer/pointer wrapping functionsMarcel Holtmann2008-05-151-6/+4
* Removed casts from user dataCidorvan Leite2008-05-151-2/+4
* Added GUINT_TO_POINTER macroCidorvan Leite2008-05-151-0/+4
* Input listen clean upCidorvan Leite2008-05-151-66/+19
* Added GPOINTER_TO_UINT macroCidorvan Leite2008-05-151-0/+4
* Fix problem with non const bdaddr_tMarcel Holtmann2008-05-153-4/+4
* Make some bdaddr_t parameters constMarcel Holtmann2008-05-154-6/+6
* Remove casts.Luiz Augusto von Dentz2008-05-151-5/+5
* Make audio service to use of bt_*_listen helpers.Luiz Augusto von Dentz2008-05-154-210/+73
* Add sample for input.conf fileMarcel Holtmann2008-05-152-1/+10
* str2uuid function moved to commonCidorvan Leite2008-05-151-39/+3
* Added function for convert string to uuid128Cidorvan Leite2008-05-152-0/+37
* Fix return value for snd_pcm_hw_params() callsMarcel Holtmann2008-05-151-1/+5
* Add IO channel for handling netlink messagesMarcel Holtmann2008-05-151-0/+41
* Fix typo in cleanup routineMarcel Holtmann2008-05-151-1/+1
* Fix default value handling when config file is not presentMarcel Holtmann2008-05-153-17/+20
* Add initial work for netlink pluginMarcel Holtmann2008-05-154-2/+112
* Fix key file handling if config file doesn't existMarcel Holtmann2008-05-151-1/+2
* Initialize sockaddr variables before using them.Luiz Augusto von Dentz2008-05-141-0/+3
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-1413-46/+151
* Add support for IdleTimeout config optionMarcel Holtmann2008-05-144-12/+54
* Introduce g_key_file_get_integer to eglib.Luiz Augusto von Dentz2008-05-142-0/+24
* Fix bug on l2cap_bind and some code cleanup.Luiz Augusto von Dentz2008-05-131-50/+53