summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
...
* Move error_not_supported where it is actually usedMarcel Holtmann2008-08-042-16/+0
|
* Move error_failed_errno where it is actually usedMarcel Holtmann2008-08-042-16/+0
|
* Fix internal includes for Bluetooth libraryMarcel Holtmann2008-07-291-1/+1
|
* Accept friendly names for discover servicesClaudio Takahasi2008-06-302-1/+40
|
* Use the safe versions for SDP record extractionMarcel Holtmann2008-06-241-4/+6
|
* Fix bt_cancel_discovery to only succeed when there is a discover to cancel.Luiz Augusto von Dentz2008-06-162-8/+11
|
* Fix minor whitespace issuesJohan Hedberg2008-06-161-1/+1
|
* Remove obsolete FIXME commentMarcel Holtmann2008-06-161-1/+0
|
* Allow to cancel a service discoveryMarcel Holtmann2008-06-162-0/+42
|
* Avoid direct inclusion of malloc.hMarcel Holtmann2008-06-113-3/+2
|
* Fix storing socket fd in bt_sco_connectJohan Hedberg2008-06-101-0/+2
|
* Use GLib helpers for host/network orderMarcel Holtmann2008-06-101-10/+9
|
* Fix some minor detailsMarcel Holtmann2008-06-101-3/+4
|
* Add special DBG helperMarcel Holtmann2008-06-081-0/+2
|
* Cleanup errors and remove unused functionsMarcel Holtmann2008-06-072-187/+0
|
* Fix the D-Bus sending for error messagesMarcel Holtmann2008-06-061-4/+16
|
* Rename the transport types with proper BT_IO prefixMarcel Holtmann2008-05-302-14/+15
|
* Add initial implementation of BtIO API.Luiz Augusto von Dentz2008-05-302-122/+396
|
* Restore error handling for the new manager interfaceMarcel Holtmann2008-05-272-0/+8
|
* Initialize pointer to avoid compiler warningJohan Hedberg2008-05-271-1/+1
|
* Fix bt_rfcomm_listen_allocate since channel allocation happens after ↵Johan Hedberg2008-05-171-7/+15
| | | | listen() and not bind()
* 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 ↵Luiz Augusto von Dentz2008-04-242-12/+18
| | | | parameter and pass uuid refence.
* Make bt_rfcomm_connect to take a channel instead of record and export ↵Luiz Augusto von Dentz2008-04-232-20/+6
| | | | bt_sco_connect.
* 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
| | | | **) instead GSList.
* Make the external service register function asynchronMarcel Holtmann2008-03-221-6/+17
|