summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Introduce bt_l2cap_listen.Luiz Augusto von Dentz2008-05-132-15/+78
| |
| * introduce bt_rfcomm_listen.Luiz Augusto von Dentz2008-05-122-8/+128
| |
| * Fix failure when MaximumServiceRecordCount is 0xFFFFMarcel Holtmann2008-05-101-2/+1
| |
| * Cleanup and removal of dbus internal calls.Luiz Augusto von Dentz2008-05-091-411/+218
| |
| * AVCTP l2cap connection clean upCidorvan Leite2008-05-091-91/+23
| |
| * Add support for switching HID proxy devices from DellMarcel Holtmann2008-05-091-0/+33
| |
| * Use -no-undefined for linking pluginsMarcel Holtmann2008-05-095-5/+10
| |
| * Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-0836-176/+110
| |
| * Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-0844-130/+87
| |
| * Removed function not used.Cidorvan Leite2008-05-082-66/+0
| |
| * Emulate libgdbus API for mainloop integrationMarcel Holtmann2008-05-085-46/+49
| |
| * Move D-Bus mainloop integration into libgdbusMarcel Holtmann2008-05-0811-868/+316
| |
| * Remove uneeded D-Bus API extensionMarcel Holtmann2008-05-082-55/+0
| |
| * Move set_nonblocking() to the GLib helpers for nowMarcel Holtmann2008-05-086-30/+23
| |
| * Register service and UUIDs in one stepMarcel Holtmann2008-05-086-110/+99
| |
| * Add skeleton for libgdbus supportMarcel Holtmann2008-05-085-2/+74
| |
| * Remove simple introspection functionMarcel Holtmann2008-05-082-30/+0
| |
| * Add directory for libgdbus libraryMarcel Holtmann2008-05-083-1/+4
| |
| * Remove service daemon activation handlingMarcel Holtmann2008-05-0813-739/+151
| |
| * fixed format stringClaudio Takahasi2008-05-083-6/+6
| |
| * Remove inotify supportMarcel Holtmann2008-05-0811-356/+4
| |
| * Remove HAL support helpersMarcel Holtmann2008-05-088-281/+4
| |
| * Fix dbus internals calls.Luiz Augusto von Dentz2008-05-071-144/+19
| |
| * fixed format stringClaudio Takahasi2008-05-071-1/+1
| |
| * Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-076-102/+41
| |
| * g_ascii_isxdigit replaced to isxdigit function for eglib compatibility.Cidorvan Leite2008-05-071-1/+1
| |
| * fixed format stringClaudio Takahasi2008-05-071-35/+42
| |