| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix leaked sdp_record_t | Johan Hedberg | 2009-02-24 | 1 | -0/+1 |
| | | |||||
| * | Fix memory leak | Johan Hedberg | 2009-02-24 | 1 | -1/+5 |
| | | |||||
| * | Fix typo | Johan Hedberg | 2009-02-24 | 1 | -1/+1 |
| | | |||||
| * | Fix valgrind unaddressable bytes complaint | Johan Hedberg | 2009-02-24 | 1 | -0/+2 |
| | | |||||
| * | Only call g_io_channel_shutdown if the connection was actually successfull | Johan Hedberg | 2009-02-24 | 3 | -3/+6 |
| | | |||||
| * | Shutdown IO channel in the case of error | Johan Hedberg | 2009-02-24 | 1 | -1/+4 |
| | | |||||
| * | Track and cancel requests in client_free | Johan Hedberg | 2009-02-24 | 1 | -0/+6 |
| | | |||||
| * | Start monitoring the AVCTP channel first in connect_cb | Johan Hedberg | 2009-02-24 | 1 | -4/+1 |
| | | |||||
| * | Fix stream channel closing | Johan Hedberg | 2009-02-24 | 1 | -4/+3 |
| | | |||||
| * | Don't call g_io_channel_shutdown if the session was removed | Johan Hedberg | 2009-02-24 | 1 | -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 checks | Johan Hedberg | 2009-02-24 | 1 | -11/+19 |
| | | |||||
| * | Close the correct GIOCHannel in avdtp_close_resp | Johan Hedberg | 2009-02-23 | 1 | -1/+1 |
| | | | | | avdtp_close_resp should close the stream and not the signaling channel | ||||
| * | Add missing hci_close_dev call | Johan Hedberg | 2009-02-23 | 1 | -0/+2 |
| | | |||||
| * | Return proper error replies to DiscoverServices | Johan Hedberg | 2009-02-23 | 1 | -2/+17 |
| | | |||||
| * | Only send unplug in case of ENOENT | Johan Hedberg | 2009-02-23 | 1 | -3/+5 |
| | | |||||
| * | Fix virtual cable unplug sending | Johan Hedberg | 2009-02-23 | 1 | -2/+2 |
| | | |||||
| * | Reject multiple interrupt or control connect attepts | Johan Hedberg | 2009-02-23 | 1 | -0/+4 |
| | | |||||
| * | Require both interrupt and control channels before calling hidp_add_connection | Johan Hedberg | 2009-02-23 | 1 | -0/+3 |
| | | |||||
| * | Fix memory leak if btd_request_authorization fails | Johan Hedberg | 2009-02-23 | 1 | -14/+15 |
| | | |||||
| * | Convert Network plugin to use confirm callback. | Luiz Augusto von Dentz | 2009-02-23 | 2 | -160/+112 |
| | | |||||
| * | Properly fix unused read() result warning | Johan Hedberg | 2009-02-23 | 1 | -2/+4 |
| | | |||||
| * | Input plugin fixes and cleanup | Johan Hedberg | 2009-02-23 | 5 | -94/+101 |
| | | | | | | This patch fixes all known issues caused by converting the input plugin to use BtIO. | ||||
| * | Fix btio compilation warnings | Johan Hedberg | 2009-02-23 | 1 | -6/+14 |
| | | |||||
| * | Make BT_IO_OPT_INVALID 0 to allow use of the gcc sentinel feature | Johan Hedberg | 2009-02-22 | 1 | -1/+1 |
| | | |||||
| * | Fix bt_io_connect parameter list | Johan Hedberg | 2009-02-22 | 1 | -1/+1 |
| | | |||||
| * | Fix bt_io_get parameter passing | Johan Hedberg | 2009-02-22 | 3 | -3/+3 |
| | | |||||
| * | Use correct variable type for the PSM | Johan Hedberg | 2009-02-22 | 1 | -1/+2 |
| | | |||||
| * | Add another missing g_io_channel_ref | Johan Hedberg | 2009-02-22 | 1 | -1/+1 |
| | | |||||
| * | Add missing g_io_channel_ref | Johan Hedberg | 2009-02-22 | 1 | -1/+1 |
| | | |||||
| * | Add btiotest executable to ignore list | Marcel Holtmann | 2009-02-22 | 1 | -0/+1 |
| | | |||||
| * | Add UUID search option for RFCOMM channel | Marcel Holtmann | 2009-02-22 | 1 | -3/+67 |
| | | |||||
| * | Convert pairing code to use BtIO | Johan Hedberg | 2009-02-21 | 2 | -138/+63 |
| | | |||||
| * | Add support for getting connection info | Johan Hedberg | 2009-02-20 | 3 | -2/+103 |
| | | |||||
| * | Fix connection authorization when the device is trusted | Johan Hedberg | 2009-02-19 | 1 | -4/+3 |
| | | |||||
| * | Fix finalize_discovery calls to pass correct error code | Johan Hedberg | 2009-02-19 | 1 | -2/+2 |
| | | |||||
| * | Unify connection_lost() calling conventions | Johan Hedberg | 2009-02-19 | 1 | -6/+6 |
| | | |||||
| * | Convert control.c to use btio confirm_cb | Johan Hedberg | 2009-02-19 | 1 | -108/+81 |
| | | |||||
| * | Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close. | Luiz Augusto von Dentz | 2009-02-19 | 15 | -46/+45 |
| | | |||||
| * | Make use of g_error_free instead of g_clear_error when possible. | Luiz Augusto von Dentz | 2009-02-19 | 4 | -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_cb | Johan Hedberg | 2009-02-19 | 3 | -52/+54 |
| | | |||||
| * | Don't dereference the session if it was closed | Johan Hedberg | 2009-02-19 | 1 | -1/+3 |
| | | |||||
| * | No need to pass connect_cb if confirm_cb is passed | Johan Hedberg | 2009-02-19 | 1 | -1/+1 |
| | | |||||
| * | Convert AVDTP code to use btio confirm_cb | Johan Hedberg | 2009-02-19 | 1 | -224/+210 |
| | | |||||
| * | Add missing g_io_channel_ref | Johan Hedberg | 2009-02-19 | 1 | -1/+1 |
| | | |||||
| * | Add missing g_io_channel_ref | Johan Hedberg | 2009-02-19 | 1 | -1/+1 |
| | | |||||
| * | Add missing comma | Johan Hedberg | 2009-02-19 | 1 | -1/+1 |
| | | |||||
| * | Remove invalid g_io_channel_unref | Johan Hedberg | 2009-02-19 | 1 | -1/+0 |
| | | |||||
| * | Cleanup old BtIO code. | Luiz Augusto von Dentz | 2009-02-19 | 2 | -928/+0 |
| | | |||||
| * | Make audio plugin to use BtIO API. | Luiz Augusto von Dentz | 2009-02-19 | 5 | -181/+253 |
| | | |||||
| * | Make network plugin to use BtIO API. | Luiz Augusto von Dentz | 2009-02-19 | 2 | -38/+56 |
| | | |||||
