summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 4.534.53Marcel Holtmann2009-09-102-1/+9
* Fixed duplicate attempt from device to connect 'signalling' channelPeter Hurley2009-09-091-0/+12
* Add debug print for closing uinputJohan Hedberg2009-09-091-0/+5
* Fix agent destroy callback handling for errorsJohan Hedberg2009-09-061-10/+10
* Fix agent_authorize error returnJohan Hedberg2009-09-061-1/+1
* Coding style fixesJohan Hedberg2009-09-061-9/+7
* Fix clearing source id after removing itJohan Hedberg2009-09-061-1/+3
* Fix audio device authorized setting for AVRCP-only connectionsJohan Hedberg2009-09-063-0/+13
* Use an idle callback for trusted device authorizationJohan Hedberg2009-09-061-16/+44
* Fix audio authorization cancelation on the same mainloop iterationJohan Hedberg2009-09-051-4/+16
* Make dev->authorized private to audio/device.cJohan Hedberg2009-09-052-4/+5
* Fix AVDTP stream leak for invalid media transport configJohan Hedberg2009-09-051-5/+5
* Fix race condition in authorizing audio connectionsJohan Hedberg2009-09-042-1/+8
* Add debug logs for AVCTP state changesJohan Hedberg2009-09-041-0/+4
* Fix audio connection authorization handling with timeoutsJohan Hedberg2009-09-045-4/+87
* Fix potential leak of client->interfaceJohan Hedberg2009-09-041-12/+19
* Fix telephony connection state notification for failed connectsJohan Hedberg2009-09-041-3/+3
* Release 4.524.52Marcel Holtmann2009-09-032-1/+7
* Add support for waiting before exiting to avtestJohan Hedberg2009-09-041-2/+12
* Fix a few more ref-leaks with AVDTP failures and unix socket clientsJohan Hedberg2009-09-041-3/+24
* Fix potential AVDTP reference leakJohan Hedberg2009-09-031-1/+6
* Add more complete AVCTP support to avtestJohan Hedberg2009-09-031-3/+64
* Add initial AVCTP support to avtestJohan Hedberg2009-09-031-19/+55
* Update help output for avtestJohan Hedberg2009-09-031-3/+6
* Fix authorization when the audio profiles are slow to connectJohan Hedberg2009-09-033-6/+46
* Rename audio_device_is_connected more appropriatelyJohan Hedberg2009-09-033-3/+3
* Fix AVDTP Abort when transport closes before responseJohan Hedberg2009-09-031-4/+20
* Add ABORT support to avtestJohan Hedberg2009-09-031-1/+25
* Fix do_send to wait for a proper replyJohan Hedberg2009-09-031-3/+8
* Release 4.514.51Marcel Holtmann2009-09-032-1/+8
* Update library versionMarcel Holtmann2009-09-031-1/+1
* Add Nokia copyright to avtest.cJohan Hedberg2009-09-031-0/+1
* Allow avtest to use 48 byte MTU also in SEND modeJohan Hedberg2009-09-021-24/+32
* Add fragmented message sending support to avtestJohan Hedberg2009-09-021-6/+96
* Fix closing media transport after receiving CLOSEJohan Hedberg2009-09-021-0/+4
* Add avtest support for responding to AVDTP_SUSPENDJohan Hedberg2009-09-021-0/+13
* Add avtest support for responding to AVDTP_CLOSEJohan Hedberg2009-09-021-0/+13
* Add avtest support for responding to AVDTP_STARTJohan Hedberg2009-09-021-0/+13
* Add avtest support for responding to AVDTP_OPENJohan Hedberg2009-09-021-2/+34
* Add avtest support for responding to AVDTP_GET_CONFIGURATIONJohan Hedberg2009-09-021-0/+13
* Add avtest support for responding to AVDTP_SET_CONFIGURATIONJohan Hedberg2009-09-021-0/+14
* Add "Invalid media transport" support to avtestJohan Hedberg2009-09-021-1/+3
* Fix AVDTP General Reject to match ESR04Johan Hedberg2009-09-021-6/+10
* Add avtest support for arbitrary commandsJohan Hedberg2009-09-021-0/+7
* Add SUSPEND support to avtestJohan Hedberg2009-09-021-0/+15
* Add CLOSE support to avtestJohan Hedberg2009-09-021-0/+18
* Fix off-by-one strcmp issueJohan Hedberg2009-09-021-1/+1
* Add START support to avtestJohan Hedberg2009-09-021-0/+15
* Fix creating media transport if OPEN failedJohan Hedberg2009-09-021-1/+2
* Add basic avtest OPEN supportJohan Hedberg2009-09-021-4/+26