summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Fix bt_rfcomm_listen_allocate since channel allocation happens after listen()...Johan Hedberg2008-05-171-7/+15
* Fix bt_rfcomm_connect segfaultJohan Hedberg2008-05-161-4/+5
* Introduce bt_rfcomm_listen_allocate.Luiz Augusto von Dentz2008-05-162-5/+29
* Added function for convert string to uuid128Cidorvan Leite2008-05-152-0/+37
* 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-142-26/+119
* 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
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-084-769/+3
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-084-444/+16
* Move D-Bus mainloop integration into libgdbusMarcel Holtmann2008-05-082-396/+0
* Remove uneeded D-Bus API extensionMarcel Holtmann2008-05-082-55/+0
* Move set_nonblocking() to the GLib helpers for nowMarcel Holtmann2008-05-084-29/+21
* Remove simple introspection functionMarcel Holtmann2008-05-082-30/+0
* Remove service daemon activation handlingMarcel Holtmann2008-05-081-42/+0
* Remove inotify supportMarcel Holtmann2008-05-084-255/+4
* Remove HAL support helpersMarcel Holtmann2008-05-084-241/+3
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-072-4/+16
* Close sdp session before calling the application callback.Luiz Augusto von Dentz2008-04-291-2/+3
* Fix possible use of unitialized memory.Luiz Augusto von Dentz2008-04-251-1/+1
* Add support of DBUS_TYPE_OBJECT_PATH to dbus_message_iter_append_variant.Luiz Augusto von Dentz2008-04-251-0/+3
* Close socket on bind failure, fix callback user_data to be the last parameter...Luiz Augusto von Dentz2008-04-242-12/+18
* Make bt_rfcomm_connect to take a channel instead of record and export bt_sco_...Luiz Augusto von Dentz2008-04-232-20/+6
* Introduce bt_sco_connect and some other fixes.Luiz Augusto von Dentz2008-04-231-40/+99
* Introduce bt_l2cap_connect.Luiz Augusto von Dentz2008-04-222-4/+73
* Introduce bt_search_service and bt_rfcomm_connect.Luiz Augusto von Dentz2008-04-182-19/+196
* Removed pending call memory leak for external service registrationClaudio Takahasi2008-04-011-0/+1
* Fix dbus_message_iter_append_variant to use dbus string array format (char **...Luiz Augusto von Dentz2008-03-241-7/+7
* Make the external service register function asynchronMarcel Holtmann2008-03-221-6/+17
* Make dbus_connection_emit_property_changed to perform checks as dbus_connecti...Luiz Augusto von Dentz2008-03-201-11/+36
* Add some missing basic types to dbus_message_iter_append_variant.Luiz Augusto von Dentz2008-03-141-0/+6
* Added new function to remove the listener based on integer identificationClaudio Takahasi2008-03-132-13/+52
* Introduce dbus_message_iter_append_dict and dbus_message_iter_append_dict_val...Luiz Augusto von Dentz2008-03-132-1/+40
* Move error_unknown_method to libhelper.Luiz Augusto von Dentz2008-03-132-0/+22
* Introduce dbus_connection_emit_property_changed.Luiz Augusto von Dentz2008-03-122-0/+33
* Introduce dbus_message_iter_append_variant to libhelper.Luiz Augusto von Dentz2008-03-122-11/+18
* Added array support for dictClaudio Takahasi2008-03-111-1/+18
* added bt_string2list functionClaudio Takahasi2008-03-112-0/+25
* bt_list2string: fixed memory leakClaudio Takahasi2008-03-101-3/+6
* list2string: use space as uuid separatorClaudio Takahasi2008-03-101-1/+2
* added list2string functionClaudio Takahasi2008-03-102-0/+17
* added new function to convert uuid to string(uuid128)Claudio Takahasi2008-03-102-0/+52
* glib-helper: Extracting the sdp recordClaudio Takahasi2008-03-071-2/+33
* Fix handling of compat_ppoll when no timeout is specifiedMarcel Holtmann2008-03-071-1/+6
* glib-helper: use g_try_malloc instead of g_mallocClaudio Takahasi2008-03-071-3/+5
* added missing conditions for sdp connect watchClaudio Takahasi2008-03-061-1/+2
* added bt_discover_services functionClaudio Takahasi2008-03-062-4/+143
* Add skeleton for GLib helpersMarcel Holtmann2008-03-063-2/+66
* Use the GMarkup stubs from eglibMarcel Holtmann2008-03-053-50/+2