summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 4.324.32Marcel Holtmann2009-03-022-1/+8
* Remove incorrect sdp_record_free()Johan Hedberg2009-03-011-3/+0
* Check that interface name is providedMarcel Holtmann2009-02-281-1/+3
* Don't call read scan enable if the adapter is powering downJohan Hedberg2009-02-273-0/+14
* Add skeleton for avtest applicationMarcel Holtmann2009-02-273-3/+38
* Unregister old stream callback before registering a new oneJohan Hedberg2009-02-261-0/+4
* Cleanup pending request queue after before freeing streamJohan Hedberg2009-02-261-0/+33
* Fix stream rejection size checkJohan Hedberg2009-02-261-1/+1
* Always remember to free the extract_des internal listJohan Hedberg2009-02-261-7/+11
* Require all parsed elements in extract_des to be of the same typeJohan Hedberg2009-02-261-2/+6
* Fix SDP data buffer parsingJohan Hedberg2009-02-261-28/+94
* Release 4.314.31Marcel Holtmann2009-02-262-1/+10
* Update library versionMarcel Holtmann2009-02-261-1/+1
* Add checks for pending connect to sco_connect_cbJohan Hedberg2009-02-261-7/+11
* Only request the lock when the client doesn't have itJohan Hedberg2009-02-251-2/+9
* Don't use close_sco directly in headset_suspend_streamJohan Hedberg2009-02-251-1/+2
* Remove unused functionJohan Hedberg2009-02-252-34/+0
* Check for valid sk value before calling bt_audio_service_closeJohan Hedberg2009-02-251-1/+2
* Fix uninitialized memory warningJohan Hedberg2009-02-251-0/+1
* Remove unused path variableJohan Hedberg2009-02-251-3/+0
* Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg2009-02-259-13/+15
* Use safer strncpy instead of strcpyJohan Hedberg2009-02-251-2/+2
* Fix headset_connect_rfcomm error return caseJohan Hedberg2009-02-252-2/+5
* Fix pending connect checkJohan Hedberg2009-02-251-1/+1
* Rework avctp_confirm_cb logicJohan Hedberg2009-02-251-14/+8
* 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
* 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
* 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