| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release 4.314.31 | Marcel Holtmann | 2009-02-26 | 2 | -1/+10 |
| | | |||||
| * | Update library version | Marcel Holtmann | 2009-02-26 | 1 | -1/+1 |
| | | |||||
| * | Add checks for pending connect to sco_connect_cb | Johan Hedberg | 2009-02-26 | 1 | -7/+11 |
| | | |||||
| * | Only request the lock when the client doesn't have it | Johan Hedberg | 2009-02-25 | 1 | -2/+9 |
| | | |||||
| * | Don't use close_sco directly in headset_suspend_stream | Johan Hedberg | 2009-02-25 | 1 | -1/+2 |
| | | |||||
| * | Remove unused function | Johan Hedberg | 2009-02-25 | 2 | -34/+0 |
| | | |||||
| * | Check for valid sk value before calling bt_audio_service_close | Johan Hedberg | 2009-02-25 | 1 | -1/+2 |
| | | |||||
| * | Fix uninitialized memory warning | Johan Hedberg | 2009-02-25 | 1 | -0/+1 |
| | | |||||
| * | Remove unused path variable | Johan Hedberg | 2009-02-25 | 1 | -3/+0 |
| | | |||||
| * | Fix strncpy length parameters to avoid non-nul-terminated strings | Johan Hedberg | 2009-02-25 | 9 | -13/+15 |
| | | |||||
| * | Use safer strncpy instead of strcpy | Johan Hedberg | 2009-02-25 | 1 | -2/+2 |
| | | |||||
| * | Fix headset_connect_rfcomm error return case | Johan Hedberg | 2009-02-25 | 2 | -2/+5 |
| | | |||||
| * | Fix pending connect check | Johan Hedberg | 2009-02-25 | 1 | -1/+1 |
| | | |||||
| * | Rework avctp_confirm_cb logic | Johan Hedberg | 2009-02-25 | 1 | -14/+8 |
| | | |||||
| * | Default to close_on_unref = TRUE to avoid descriptor leaks | Johan Hedberg | 2009-02-25 | 1 | -3/+5 |
| | | |||||
| * | Remove unnecessary g_io_channel_set_close_on_unref call | Johan Hedberg | 2009-02-25 | 1 | -2/+0 |
| | | |||||
| * | Improve IPC message receiving | Johan Hedberg | 2009-02-24 | 1 | -7/+13 |
| | | |||||
| * | Fix a few more sdp_record_t memory leaks | Johan Hedberg | 2009-02-24 | 1 | -2/+6 |
| | | |||||
| * | Fix memory leak | Johan Hedberg | 2009-02-24 | 1 | -0/+1 |
| | | |||||
| * | Minor whitespace fixes | Johan Hedberg | 2009-02-24 | 2 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
