summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add header file with prototype declarationsMarcel Holtmann2008-12-231-0/+3
* Add braces around debug statementsMarcel Holtmann2008-12-231-2/+3
* Fix variable declaration after statementsMarcel Holtmann2008-12-231-4/+3
* Make rfcomm_listen_internal function staticMarcel Holtmann2008-12-231-1/+1
* Cleanup the BtIOError mess (enum/int comparison)Marcel Holtmann2008-12-231-17/+17
* Include logging.h for the prototypesMarcel Holtmann2008-12-231-0/+2
* Use a signed variable for lengthMarcel Holtmann2008-12-231-2/+2
* Declare variable before usageMarcel Holtmann2008-12-231-1/+4
* Add braces around debug statementMarcel Holtmann2008-12-231-1/+2
* Use different variables for option and read buffer lengthsMarcel Holtmann2008-12-231-3/+4
* Fix issue with signed/unsigned comparisonMarcel Holtmann2008-12-231-1/+2
* Cleanup adapters on exit.Luiz Augusto von Dentz2008-12-226-55/+77
* Remove duplicated declaration of adapter_remove.Luiz Augusto von Dentz2008-12-221-1/+0
* Fix log messages when there's no agent availableJohan Hedberg2008-12-221-2/+4
* Change an unnecessary "else if" to a simple "else"Johan Hedberg2008-12-221-1/+1
* Implement RememberPowered config optionJohan Hedberg2008-12-224-2/+19
* Remove old serial-api.txt documentation fileMarcel Holtmann2008-12-222-178/+0
* Define YY_NO_INPUT to avoid unused variable warningMarcel Holtmann2008-12-211-0/+1
* Turn warnings into errors when debugging is enabledMarcel Holtmann2008-12-211-1/+1
* Require at minimum autoconf 2.60Marcel Holtmann2008-12-211-1/+1
* Release 4.234.23Marcel Holtmann2008-12-202-1/+12
* Use tabs instead of whitespacesMarcel Holtmann2008-12-202-2/+2
* Use tabs for indentationMarcel Holtmann2008-12-201-4/+4
* More coding style fixesJohan Hedberg2008-12-2010-112/+113
* Coding style fixesJohan Hedberg2008-12-204-14/+14
* More length header fixesJohan Hedberg2008-12-201-13/+16
* Fix length header values in messagesJohan Hedberg2008-12-202-41/+60
* Add more signal handling to monitor scriptMarcel Holtmann2008-12-201-3/+34
* Send DefaultAdapterChanged signal before any propertiesMarcel Holtmann2008-12-201-2/+2
* Send AdapterRemoved and DeviceRemoved signals lastMarcel Holtmann2008-12-202-4/+4
* Fix spelling mistake in property nameMarcel Holtmann2008-12-201-1/+1
* Send PropertyChanged signal for added or removed adaptersMarcel Holtmann2008-12-201-1/+24
* The signal for Powered change should be the last oneMarcel Holtmann2008-12-201-6/+4
* Be more strict about message size mismatches.Luiz Augusto von Dentz2008-12-201-0/+5
* Mention Siarhei's contributionsMarcel Holtmann2008-12-181-0/+1
* Remove unnecessary code and fix a coding style.Luiz Augusto von Dentz2008-12-181-14/+11
* Fix for overflow bug in SBC quantization codeSiarhei Siamashka2008-12-181-1/+1
* Bitstream writing optimization for SBC encoderSiarhei Siamashka2008-12-181-28/+37
* Rename create_bonding_conn_complete more appropriatelyJohan Hedberg2008-12-181-5/+5
* Remember to remove the signal filter in the _exit functionJohan Hedberg2008-12-171-0/+2
* Add configuration option for DeviceID and do some cleanupMarcel Holtmann2008-12-172-18/+24
* Fix gstreamer plugin to reflect the ipc changes.Luiz Augusto von Dentz2008-12-161-66/+96
* Fix alsa plugin to reflect the ipc changes.Luiz Augusto von Dentz2008-12-162-115/+159
* Fix audio ipc to deal better with codec capabilities.Luiz Augusto von Dentz2008-12-163-255/+345
* Clarify InitialyPowered config option commentJohan Hedberg2008-12-161-2/+2
* Remove redundant empty lineJohan Hedberg2008-12-161-1/+0
* Implement InitiallyPowered config optionJohan Hedberg2008-12-163-2/+21
* Add script to monitor PropertyChanged signalsMarcel Holtmann2008-12-162-1/+26
* Introduce headset_get_nrec.Luiz Augusto von Dentz2008-12-152-0/+8
* Revert previous change to g_timeout_add_secondsJohan Hedberg2008-12-152-4/+3