summaryrefslogtreecommitdiff
path: root/libhfp
Commit message (Expand)AuthorAgeFilesLines
* Attempt compatibility with versions of libbluetooth that define samr72009-01-271-0/+9
* Fix a printf warning.samr72009-01-271-1/+1
* Checkpoint of large change set, including:samr72009-01-092-394/+1117
* Disable auto-reconnection when a device transitions to connected due samr72009-01-051-0/+10
* Allow inbound connections to existing RFCOMM sessions.samr72008-12-202-2/+8
* Fix a reference leak in RfcommSdpLookupChannelComplete()samr72008-12-201-2/+2
* If the playback thread sits idle, periodically wake it up using a timer.samr72008-12-161-9/+78
* Handle errors from select().samr72008-12-161-0/+10
* Improve handling of auto-reconnection, notification of the "connecting" samr72008-12-151-28/+81
* Avoid waking the output thread if the output queue is empty.samr72008-12-151-2/+5
* Dump some minor diagnostics when SCO accept fails.samr72008-12-141-0/+1
* Use access=thread by default.samr72008-12-141-0/+4
* Align SCO send() sizes to the MTU size.samr72008-12-141-0/+1
* Fix the mmap access in the ALSA driver.samr72008-12-141-109/+440
* Try to fix handling of halt conditions for static endpoints.samr72008-12-142-11/+44
* Add basic multithreading support to IndepEventDispatcher.samr72008-12-061-6/+143
* Use BDADDR_ANY when creating a SCO socket for an outbound connection.samr72008-12-042-2/+2
* Don't forget to initialize a local variable.samr72008-11-301-1/+1
* Make HfpService::Connect() follow the error reporting model.samr72008-11-301-11/+55
* Minor SoundIo backend cleanups.samr72008-11-294-52/+90
* Improve signatures and error reporting for a few audio utility functions.samr72008-11-281-9/+22
* Add diagnostics to catch unexpected blocking in some alsa-lib calls.samr72008-11-281-0/+11
* Use "\r" as the end-of-line for commands, not "\r\n".samr72008-11-261-1/+1
* Add the stream snoop filter.samr72008-11-254-32/+287
* Add more debugging messages to the audio endpoint watchdog.samr72008-11-241-1/+5
* Don't try to free the preallocated ENOMEM error description.samr72008-11-241-1/+3
* Checkpoint massive change, including:samr72008-11-2412-1077/+2831
* Make error handling of ALSA snd_pcm_xx_params*() functions match thesamr72008-11-151-9/+9
* Simple cleanups to support the development tools bundled with Ubuntu 8.10.samr72008-11-142-4/+6
* Moderate build system cleanup to get 'make distcheck' to work,samr72008-11-141-1/+3
* Verify the SCO voice setting of the HCI when starting service.samr72008-11-122-2/+50
* Reorganize the Bluetooth objects to support only one HCI at a time.samr72008-11-123-208/+226
* Disable TIOCOUTQ for determining SCO buffer fill levels for thesamr72008-11-071-5/+6
* Fix error reporting with locally initiated SCO connections.samr72008-11-051-6/+26
* Improve error reporting in a few spots, particularly RFCOMM connectionsamr72008-11-053-11/+33
* Add SoundIoManager::SetDspEnabled() for explicitly enabling/disablingsamr72008-11-051-3/+37
* Minor error reporting improvements.samr72008-10-302-2/+12
* Enhance reporting of RFCOMM/SCO EPROTONOSUPPORT failures.samr72008-10-293-7/+91
* Fix an egregious bug in the HfpSession line parser.samr72008-10-241-4/+9
* Try to address EVT_INQUIRY_RESULT_WITH_RSSI.samr72008-10-241-1/+51
* Use strerror() to convert errno values to useful descriptions.samr72008-10-243-54/+86
* Plug a reference leak in RfcommListenNotify().samr72008-10-231-5/+7
* Dump cached ALSA config file information before opening devices, assamr72008-10-221-0/+7
* Add device probing to the SoundIoManager interface and net.sf.nohands.SoundIosamr72008-10-205-260/+867
* Shake down various build configurations.samr72008-10-182-8/+9
* Fix gcc 4.2.4 build issues.samr72008-10-182-2/+2
* Fix problems building with gcc 4.3.2.samr72008-10-182-38/+45
* Initial hfpforlinux submission to sourceforge.samr72008-10-1711-0/+10098