summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add ofono as telephony providerbaserock/jannispohlmann/genivi-baselinebaserock/genivi/baselinebaserock/genivi-baselineBen Brewer2012-10-311-1/+1
* Enable alsa supportBen Brewer2012-10-311-1/+1
* Fix path error in morphBen Brewer2012-10-311-1/+1
* Correctly use $DESTDIR in service installBen Brewer2012-10-311-2/+2
* Install bluetooth in systemd tooBen Brewer2012-10-311-0/+5
* Removed bluez.conf since bluetooth.conf now correctly installsBen Brewer2012-10-301-14/+0
* Fixed syntax error in bluez.morphBen Brewer2012-10-301-1/+1
* Set paths correctly for installBen Brewer2012-10-301-9/+1
* Made bluez.morph create the relevant /etc subdirectory for bluez.conf.Ben Brewer2012-10-091-1/+1
* Added bluez.conf to morph file.Ben Brewer2012-10-092-1/+16
* Install several bluetooth test utilitiesbaserock/morphJannis Pohlmann2012-10-081-0/+7
* Add morphology to build/install test programs and toolsJannis Pohlmann2012-10-081-0/+10
* device: Fix missing iterator append call in dev_property_get_productJohan Hedberg2012-10-061-0/+3
* build: Indicate 5.x development branchMarcel Holtmann2012-10-061-1/+1
* core: Move functions to avoid forward declarationLucas De Marchi2012-10-061-96/+90
* core: Add setters and signals to Device interfaceLucas De Marchi2012-10-061-124/+133
* core: Add DBus.Properties getters for Device interfaceLucas De Marchi2012-10-061-88/+319
* doc: Mark optional properties in Device interfaceLucas De Marchi2012-10-061-7/+7
* core: Remove useless memset and make icon optionalLucas De Marchi2012-10-061-5/+3
* gdbus: Fix up Properties.Set() code pathLucas De Marchi2012-10-061-3/+7
* gdbus: Fix invalid memory access while unregisteringLucas De Marchi2012-10-051-0/+11
* doc: Cycling Speed and Cadence profile (CSCP) APIAndrzej Kaczmarek2012-10-051-0/+118
* AUTHORS: Add missing peopleJohan Hedberg2012-10-051-0/+4
* device: Move auth_type_t definition to device.cSzymon Janc2012-10-052-8/+8
* adapter: Don't use adapter_get_path to access adapter pathSzymon Janc2012-10-051-2/+1
* adapter: Don't use adapter_get_address to access adapter addressSzymon Janc2012-10-051-3/+3
* device: Don't use device_get_addr_type to access device address typeSzymon Janc2012-10-051-4/+1
* device: Don't use device_get_adapter to access device adapterSzymon Janc2012-10-051-20/+14
* device: Remove bogus line from device_create_bondingSzymon Janc2012-10-051-1/+0
* device: Make device_get_address return const pointerSzymon Janc2012-10-052-2/+2
* adapter: Constify use of bdaddr_t pointer parametersSzymon Janc2012-10-052-45/+58
* mgmt: Constify use of bdaddr_t pointer parametersSzymon Janc2012-10-055-36/+38
* device: Convert device_get_address into simple getterSzymon Janc2012-10-0514-140/+87
* adapter: Constify pointer returned by adapter_get_addressSzymon Janc2012-10-0518-30/+40
* storage: Constify bdaddr_t pointers parametersSzymon Janc2012-10-052-87/+105
* adapter: Convert adapter_get_address into simple getterSzymon Janc2012-10-0523-277/+179
* core: Fix walking the list while removing elementsLucas De Marchi2012-10-041-2/+3
* core: Fix leaking connection list nodesLucas De Marchi2012-10-041-0/+2
* audio: Remove unused functionChan-yeol Park2012-10-042-41/+0
* mgmt: Add string for Passkey Notify EventChan-yeol Park2012-10-041-0/+1
* core: Use DBus.Properties on Manager interfaceLucas De Marchi2012-10-041-56/+25
* audio: Use DBus.Properties on Control interfaceLucas De Marchi2012-10-041-39/+18
* gdbus: Implement PropertiesChanged signalLucas De Marchi2012-10-042-2/+109
* gdbus: Simplify code for appending propertiesLuiz Augusto von Dentz2012-10-041-32/+2
* gdbus: Integrates ObjectManager with Properties interfaceLuiz Augusto von Dentz2012-10-041-1/+27
* gdbus: Only export ObjectManager interface on root pathLuiz Augusto von Dentz2012-10-041-2/+15
* gdbus: Group interface changes to reduce the amount of signals emittedLuiz Augusto von Dentz2012-10-041-154/+208
* gdbus: Add support for org.freedesktop.DBus.ObjectManager interfaceLuiz Augusto von Dentz2012-10-041-10/+237
* gdbus: Add properties into Introspectable interfaceLucas De Marchi2012-10-041-0/+19
* gdbus: Implement DBus.Properties.Set methodLucas De Marchi2012-10-042-1/+157