summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix signal emissions when removing adaptersMarcel Holtmann2008-12-231-6/+7
* Add missing include of own header fileMarcel Holtmann2008-12-231-0/+1
* Make two more local functions staticMarcel Holtmann2008-12-232-3/+3
* 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
* 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
* Use tabs instead of whitespacesMarcel Holtmann2008-12-202-2/+2
* 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
* Rename create_bonding_conn_complete more appropriatelyJohan Hedberg2008-12-181-5/+5
* Add configuration option for DeviceID and do some cleanupMarcel Holtmann2008-12-172-18/+24
* 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
* Allow FindDevice to find temporary devicesJohan Hedberg2008-12-091-5/+0
* Allow sending requests to the agentMarcel Holtmann2008-12-091-0/+1
* Use only send_destination statementsMarcel Holtmann2008-12-081-24/+3
* Remove trailing whitespaceJohan Hedberg2008-12-061-2/+2
* Add deny statements to D-Bus access policyMarcel Holtmann2008-12-051-1/+17
* Remove unused variableMarcel Holtmann2008-12-041-1/+1
* Remove unnecessary and incorrect memsetJohan Hedberg2008-12-041-1/+0
* Add support for the LegacyPairing propertyJohan Hedberg2008-12-042-2/+21
* Add read_remote_eir functionJohan Hedberg2008-12-042-0/+33
* Fix agent_create failure check and behaviorJohan Hedberg2008-12-031-3/+4
* Fix agent creation checksJohan Hedberg2008-12-032-4/+9
* Add support for global propertiesMarcel Holtmann2008-12-011-0/+37
* Remove outdated comment and fix order of signalsMarcel Holtmann2008-12-011-2/+1
* Fix DefaultAdapter not indicanting adapter properly after repluging.Luiz Augusto von Dentz2008-12-011-6/+10
* Get rid of OffMode and always behave like DevDownJohan Hedberg2008-12-014-51/+15
* Stop the security manager if we do a DEVDOWN in adapter_upJohan Hedberg2008-12-013-9/+14
* Start security manager early to catch all HCI eventsJohan Hedberg2008-12-011-1/+1
* Get rid of the first_up variable and always probe drivers on startupJohan Hedberg2008-12-011-14/+11
* ix adapter initialization logicJohan Hedberg2008-11-301-9/+11
* Use more cleaner way of setting first_initMarcel Holtmann2008-11-301-4/+4
* Use the correct first_init variableJohan Hedberg2008-11-301-2/+2
* Set default adapter on registrationMarcel Holtmann2008-11-301-1/+8
* Remove some useless bracesMarcel Holtmann2008-11-301-1/+1
* Only retrieve the active connections list on first initializationJohan Hedberg2008-11-301-14/+15
* Only load drivers on the very first initialization of the adapterJohan Hedberg2008-11-301-2/+4
* Fix some more misusage of "return -err;"Marcel Holtmann2008-11-301-4/+4
* Fix handling of errno and return valueMarcel Holtmann2008-11-301-42/+40
* Fix uninitialized variableJohan Hedberg2008-11-301-0/+1