summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 4.674.67Marcel Holtmann2010-07-032-1/+10
* Update library versionMarcel Holtmann2010-07-031-1/+1
* sbc: ARMv6 optimized version of analysis filter for SBC encoderSiarhei Siamashka2010-07-024-1/+357
* sbc: faster 'sbc_calculate_bits' functionSiarhei Siamashka2010-07-021-15/+28
* sbc: slightly faster 'sbc_calc_scalefactors_neon'Siarhei Siamashka2010-07-021-15/+10
* sbc: ARM NEON optimizations for input permutation in SBC encoderSiarhei Siamashka2010-07-021-0/+350
* sbc: ARM NEON optimized joint stereo processing in SBC encoderSiarhei Siamashka2010-07-021-0/+243
* Fix the output of the list command of test-deviceVinicius Costa Gomes2010-07-021-2/+6
* Fix the return value of read_device_aliasVinicius Costa Gomes2010-07-021-1/+1
* core: fix not waiting until mode change is completeLuiz Augusto von Dentz2010-07-011-48/+105
* core: fix emitting pairable when there could still occur an errorLuiz Augusto von Dentz2010-07-011-11/+13
* hciops: fix not checking all possible errorsLuiz Augusto von Dentz2010-07-011-10/+24
* Add udev scripts to .gitignoreJoão Paulo Rechi Vita2010-06-301-0/+2
* hciattach: Fix the timeout handling codeVladimir Davydov2010-06-301-2/+4
* Fix the ALSA plugin to match the updated libsbc APIJohan Hedberg2010-06-301-1/+1
* Fix signedness of libsbc parametersJohan Hedberg2010-06-303-6/+7
* sbc: ARM NEON optimization for scale factors calculationSiarhei Siamashka2010-06-302-1/+59
* sbc: MMX optimization for scale factors calculationSiarhei Siamashka2010-06-301-0/+54
* sbc: new 'sbc_calc_scalefactors_j' function added to sbc primitivesSiarhei Siamashka2010-06-303-68/+103
* Fix use of errno after calling some function that could overwrite itLuiz Augusto von Dentz2010-06-291-4/+6
* Fix sending authentication reply when bonding is already completedLuiz Augusto von Dentz2010-06-291-0/+1
* Fix not propagating bonding error properlyLuiz Augusto von Dentz2010-06-291-32/+3
* Fix not cancelling authentication when bonding failsLuiz Augusto von Dentz2010-06-292-58/+45
* Fix possible memory leaks on ofono driverLuiz Augusto von Dentz2010-06-291-2/+5
* Fix not freeing memory on driver exitLuiz Augusto von Dentz2010-06-291-0/+6
* Remove redundant information that is already present in DBGLuiz Augusto von Dentz2010-06-297-40/+33
* Fix some code style issuesLuiz Augusto von Dentz2010-06-293-25/+25
* audio: fix memory leak with typefindingHarri Mahonen2010-06-291-6/+9
* Fix unblock removed deviceDaniel Orstadius2010-06-291-5/+12
* Fix sdp_get_supp_feat functionElvis Pfützenreuter2010-06-181-3/+22
* Fix attempt to use a potential negative array indexJohan Hedberg2010-06-171-3/+4
* Fix missing error check to dbus_message_get_argsJohan Hedberg2010-06-171-2/+5
* Add an error log when avdtp_close fails in stream_timeoutJohan Hedberg2010-06-171-1/+2
* Fix memory leakJohan Hedberg2010-06-171-1/+7
* Don't handle Changed Combination Link Key for temporary keysWaldemar Rymarkiewicz2010-06-161-0/+7
* Make use of device_get_agent() in device_request_authentication()Johan Hedberg2010-06-151-5/+1
* Add support for multiple adapters to the test scriptsJohan Hedberg2010-06-139-145/+273
* Release 4.664.66Marcel Holtmann2010-06-122-1/+13
* Enable all debug sections when SIGUSR2 is triggeredMarcel Holtmann2010-06-121-1/+4
* Remove the broken concept of debug_enabled handlingMarcel Holtmann2010-06-122-15/+4
* Rename debug() into btd_debug() to hide it in favor of DBG()Marcel Holtmann2010-06-122-4/+5
* Store debug keys in runtime memoryJohan Hedberg2010-06-128-26/+96
* Remove unnecessary device_set_agent functionJohan Hedberg2010-06-122-10/+1
* Auto-accept user confirmation when local agent has NoInputNoOutputJohan Hedberg2010-06-121-1/+1
* Clean up SSP user confirmation codeJohan Hedberg2010-06-121-49/+44
* Simplify agent lookupJohan Hedberg2010-06-123-21/+7
* Fix not looking into storage when a record is not found in memoryLuiz Augusto von Dentz2010-06-111-2/+7
* Fix DiscoverServices not retrieving any recordsLuiz Augusto von Dentz2010-06-111-11/+5
* Fix audio profile disconnection orderJohan Hedberg2010-06-091-3/+13
* audio: fix leak on gatewayGustavo F. Padovan2010-06-081-1/+14