summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Default to close_on_unref = TRUE to avoid descriptor leaksJohan Hedberg2009-02-251-3/+5
|
* Remove unnecessary g_io_channel_set_close_on_unref callJohan Hedberg2009-02-251-2/+0
|
* Improve IPC message receivingJohan Hedberg2009-02-241-7/+13
|
* Fix a few more sdp_record_t memory leaksJohan Hedberg2009-02-241-2/+6
|
* Fix memory leakJohan Hedberg2009-02-241-0/+1
|
* Minor whitespace fixesJohan Hedberg2009-02-242-2/+2
|
* Fix leaked sdp_record_tJohan Hedberg2009-02-241-0/+1
|
* Fix memory leakJohan Hedberg2009-02-241-1/+5
|
* Fix typoJohan Hedberg2009-02-241-1/+1
|
* Fix valgrind unaddressable bytes complaintJohan Hedberg2009-02-241-0/+2
|
* Only call g_io_channel_shutdown if the connection was actually successfullJohan Hedberg2009-02-243-3/+6
|
* Shutdown IO channel in the case of errorJohan Hedberg2009-02-241-1/+4
|
* Track and cancel requests in client_freeJohan Hedberg2009-02-241-0/+6
|
* Start monitoring the AVCTP channel first in connect_cbJohan Hedberg2009-02-241-4/+1
|
* Fix stream channel closingJohan Hedberg2009-02-241-4/+3
|
* Don't call g_io_channel_shutdown if the session was removedJohan Hedberg2009-02-241-1/+0
| | | | | In this rather unusual scenario g_io_channel_shutdown will already have been called so attempting it again would cause a GLib warning.
* Be more strict about codec capability length checksJohan Hedberg2009-02-241-11/+19
|
* Close the correct GIOCHannel in avdtp_close_respJohan Hedberg2009-02-231-1/+1
| | | | avdtp_close_resp should close the stream and not the signaling channel
* Add missing hci_close_dev callJohan Hedberg2009-02-231-0/+2
|
* Return proper error replies to DiscoverServicesJohan Hedberg2009-02-231-2/+17
|
* Only send unplug in case of ENOENTJohan Hedberg2009-02-231-3/+5
|
* Fix virtual cable unplug sendingJohan Hedberg2009-02-231-2/+2
|
* Reject multiple interrupt or control connect atteptsJohan Hedberg2009-02-231-0/+4
|
* Require both interrupt and control channels before calling hidp_add_connectionJohan Hedberg2009-02-231-0/+3
|
* Fix memory leak if btd_request_authorization failsJohan Hedberg2009-02-231-14/+15
|
* Convert Network plugin to use confirm callback.Luiz Augusto von Dentz2009-02-232-160/+112
|
* Properly fix unused read() result warningJohan Hedberg2009-02-231-2/+4
|
* Input plugin fixes and cleanupJohan Hedberg2009-02-235-94/+101
| | | | | This patch fixes all known issues caused by converting the input plugin to use BtIO.
* Fix btio compilation warningsJohan Hedberg2009-02-231-6/+14
|
* Make BT_IO_OPT_INVALID 0 to allow use of the gcc sentinel featureJohan Hedberg2009-02-221-1/+1
|
* Fix bt_io_connect parameter listJohan Hedberg2009-02-221-1/+1
|
* Fix bt_io_get parameter passingJohan Hedberg2009-02-223-3/+3
|
* Use correct variable type for the PSMJohan Hedberg2009-02-221-1/+2
|
* Add another missing g_io_channel_refJohan Hedberg2009-02-221-1/+1
|
* Add missing g_io_channel_refJohan Hedberg2009-02-221-1/+1
|
* Add btiotest executable to ignore listMarcel Holtmann2009-02-221-0/+1
|
* Add UUID search option for RFCOMM channelMarcel Holtmann2009-02-221-3/+67
|
* Convert pairing code to use BtIOJohan Hedberg2009-02-212-138/+63
|
* Add support for getting connection infoJohan Hedberg2009-02-203-2/+103
|
* Fix connection authorization when the device is trustedJohan Hedberg2009-02-191-4/+3
|
* Fix finalize_discovery calls to pass correct error codeJohan Hedberg2009-02-191-2/+2
|
* Unify connection_lost() calling conventionsJohan Hedberg2009-02-191-6/+6
|
* Convert control.c to use btio confirm_cbJohan Hedberg2009-02-191-108/+81
|
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-1915-46/+45
|
* Make use of g_error_free instead of g_clear_error when possible.Luiz Augusto von Dentz2009-02-194-7/+7
| | | | | g_clear_error make an extra operation (&err = NULL) which is not necessary when the GError is not reused.
* Convert HSP/HFP to use btio confirm_cbJohan Hedberg2009-02-193-52/+54
|
* Don't dereference the session if it was closedJohan Hedberg2009-02-191-1/+3
|
* No need to pass connect_cb if confirm_cb is passedJohan Hedberg2009-02-191-1/+1
|
* Convert AVDTP code to use btio confirm_cbJohan Hedberg2009-02-191-224/+210
|
* Add missing g_io_channel_refJohan Hedberg2009-02-191-1/+1
|