summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add missing include for prototypesMarcel Holtmann2008-12-231-0/+2
|
* Fix broken forward declarationsMarcel Holtmann2008-12-236-36/+60
|
* Make local functions staticMarcel Holtmann2008-12-231-2/+2
|
* Removed wrong extern declarations for getoptMarcel Holtmann2008-12-231-3/+1
|
* First attempt in fixing compiler warnings (still needs cleanup)Marcel Holtmann2008-12-2312-16/+17
|
* Removed unused functionMarcel Holtmann2008-12-231-18/+0
|
* Need to declare plugin entry functions firstMarcel Holtmann2008-12-232-0/+4
|
* Make internally used functions staticMarcel Holtmann2008-12-231-3/+3
|
* Add missing include definitionsMarcel Holtmann2008-12-236-2/+8
|
* Remove unneeded inline statementsMarcel Holtmann2008-12-231-4/+4
|
* Fix compiler warnings and remove unused codeMarcel Holtmann2008-12-231-42/+11
|
* Convert sizeof to int before comparison against < 0Marcel Holtmann2008-12-231-3/+3
|
* Assign variables after declarationsMarcel Holtmann2008-12-231-1/+1
|
* Don't delcare variables after statementsMarcel Holtmann2008-12-231-1/+2
|
* 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
| | | | | | | When bluetoothd is terminated any remaining registered adapters should be unregistered (including proper D-Bus signal emition) and have their drivers removed. The adapters should also be brought down unless they were already up upon initialization.
* 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
|