summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update changelog and bump version numberutils-3.27Marcel Holtmann2008-02-232-1/+16
* Replace 64bits multiplies by 32bits to further optimize the codeJohan Hedberg2008-02-222-35/+29
* Disable check for dbus-glibMarcel Holtmann2008-02-221-1/+2
* Fix runtime warnings of gstreamer plugin.Luiz Augusto von Dentz2008-02-204-10/+10
* Update gstreamer plugin to use new sbc API.Luiz Augusto von Dentz2008-02-199-192/+199
* Fix alsa plugin to make use of sbc new API.Luiz Augusto von Dentz2008-02-191-20/+21
* Introduce sbc new API.Luiz Augusto von Dentz2008-02-194-171/+247
* Refuse Headset.Play() when HCI routing is configuredJohan Hedberg2008-02-191-0/+6
* Implement basic headset automatic disconnect supportJohan Hedberg2008-02-191-16/+24
* Implement proper HFP SLC handlingJohan Hedberg2008-02-193-222/+297
* Fix callback id typeJohan Hedberg2008-02-181-1/+1
* Cleanup headset connection logic to accommodate necessary HFP fixesJohan Hedberg2008-02-181-261/+296
* fix for decoder noise at high bitpoolsBrad Midgley2008-02-152-18/+10
* Remove (incorrect) spaces after commans in AT stringsJohan Hedberg2008-02-141-11/+11
* Make use of parameters selected in alsa plugin and fix auto selection.Luiz Augusto von Dentz2008-02-145-173/+156
* Check for RFCOMM connection state in SCO connect callback (so we don't incorr...Johan Hedberg2008-02-141-1/+4
* Add ifdefs around some baud rate definitionsMarcel Holtmann2008-02-131-0/+8
* Fix build problemMarcel Holtmann2008-02-121-0/+2
* Add support for connect/disconnect callbacksMarcel Holtmann2008-02-121-23/+38
* Update uinput.h with extra key definitionsMarcel Holtmann2008-02-121-0/+5
* Update changelog and bump version numberutils-3.26Marcel Holtmann2008-02-112-1/+9
* Add option for installing generic toolsMarcel Holtmann2008-02-103-6/+29
* Enable services by default and keep old daemons disabledMarcel Holtmann2008-02-103-9/+19
* Add bridge name to debug when it fails to attach any interface.Luiz Augusto von Dentz2008-02-081-2/+3
* Improve handling of different transports.Luiz Augusto von Dentz2008-02-081-42/+76
* Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAXMarcel Holtmann2008-02-025-0/+5
* Update changelog and bump version numberutils-3.25Marcel Holtmann2008-02-022-1/+12
* Update copyright informationMarcel Holtmann2008-02-02216-228/+223
* Add bitpool property and others fixes for gstreamer plugin.Luiz Augusto von Dentz2008-02-015-78/+181
* Move GModule code to gmodule.c and gmodule.hJohan Hedberg2008-02-015-85/+97
* Fix -ldl linkage in case of eglibMarcel Holtmann2008-02-011-2/+2
* Avoid adding of -ldl if not neededMarcel Holtmann2008-02-011-1/+1
* Send DefaultAdapterChanged more oftenMarcel Holtmann2008-02-012-5/+20
* Mention Bastien's contributionsMarcel Holtmann2008-02-011-0/+1
* Allow GetInfo and GetAddress to failMarcel Holtmann2008-02-012-2/+11
* Remove empty lineMarcel Holtmann2008-02-011-1/+0
* Add checks for GModule and dlopenMarcel Holtmann2008-02-012-6/+17
* Add GModule support to eglibJohan Hedberg2008-02-012-0/+85
* Remove mentions of Target interfaceJohan Hedberg2008-01-311-10/+0
* Don't confuse Sink interface with local sink supportJohan Hedberg2008-01-311-4/+4
* Check for client disconnect when discovery completesJohan Hedberg2008-01-311-0/+5
* arm assembly version of MULABrad Midgley2008-01-301-0/+10
* change MUL/MULA semanticsBrad Midgley2008-01-302-170/+173
* remove unused macrosBrad Midgley2008-01-301-3/+0
* fix off-by-one in sbcdecBrad Midgley2008-01-301-2/+2
* Enable gstreamer plugin to use autoconnect flag.Luiz Augusto von Dentz2008-01-306-10/+84
* Fixes gstreamer caps and code cleanup.Luiz Augusto von Dentz2008-01-308-143/+113
* Use snd_config_get_bool for autoconnectJohan Hedberg2008-01-301-3/+5
* Clean up unecessary variables from alsa config parsingJohan Hedberg2008-01-301-31/+29
* Add extra check for session->dev == NULL before accessing itJohan Hedberg2008-01-301-1/+2