summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed forward declaration and fixed code standard.Claudio Takahasi2007-01-181-31/+24
|
* Added ListDevicesClaudio Takahasi2007-01-181-1/+22
|
* Added unregister code for input manager pathClaudio Takahasi2007-01-183-1/+38
|
* Added methods skeletonClaudio Takahasi2007-01-182-107/+253
|
* Add file skeleton for database interfaceMarcel Holtmann2007-01-183-3/+53
|
* Add org.bluez.Database interface definitionMarcel Holtmann2007-01-181-46/+36
|
* Decrease the required version of D-Bus GLib bindingsMarcel Holtmann2007-01-181-1/+1
|
* Use default message handling supportMarcel Holtmann2007-01-181-6/+18
|
* Add generic method table handlingMarcel Holtmann2007-01-182-3/+43
|
* Add skeleton for manager interfaceMarcel Holtmann2007-01-184-3/+110
|
* Add missing dbus_connection_unref() calls in failure casesMarcel Holtmann2007-01-171-0/+2
|
* TypoMarcel Holtmann2007-01-171-1/+1
|
* In case of D-Bus GLib bindings don't define unneeded structuresMarcel Holtmann2007-01-171-0/+2
|
* Remove wrong unref of the D-Bus connectionMarcel Holtmann2007-01-171-3/+2
|
* Use dbus_connection_setup_with_g_main() function when availableMarcel Holtmann2007-01-171-0/+10
|
* Check for D-Bus GLib bindings if GLib was foundMarcel Holtmann2007-01-172-7/+17
|
* Kill service if necessary when aborting startupJohan Hedberg2007-01-171-3/+7
|
* Start autostarted services in idle callbackJohan Hedberg2007-01-171-3/+17
|
* Add support for autostarting servicesJohan Hedberg2007-01-172-65/+100
|
* Add support for Philips BGB2xx modulesMarcel Holtmann2007-01-173-9/+55
|
* Fix return value of unregister_serviceJohan Hedberg2007-01-171-0/+2
|
* Support for adding and removing .service files in /etc/bluetoothJohan Hedberg2007-01-163-62/+91
|
* Mention ActivateService methodMarcel Holtmann2007-01-161-0/+6
|
* Adapt to the service interface changesMarcel Holtmann2007-01-161-10/+14
|
* Fix GetConnectionName crashMarcel Holtmann2007-01-161-1/+5
|
* Add identifier tagMarcel Holtmann2007-01-161-2/+2
|
* Include headset.service into the distributionMarcel Holtmann2007-01-161-1/+1
|
* Implement FindService methodMarcel Holtmann2007-01-165-1/+54
|
* Free identifier when releasing serviceMarcel Holtmann2007-01-161-0/+3
|
* Read optional service identifierMarcel Holtmann2007-01-162-0/+4
|
* Add skeleton for FindService methodMarcel Holtmann2007-01-162-0/+15
|
* TypoMarcel Holtmann2007-01-161-1/+1
|
* Remove experimental tagging from service interfaceMarcel Holtmann2007-01-162-6/+0
|
* Use ServiceAdded and ServiceRemoved signalsMarcel Holtmann2007-01-162-7/+6
|
* Remove ServiceAgent definition and register/unregister methodsMarcel Holtmann2007-01-161-54/+2
|
* Sanity check for startup timer existense in service_filterJohan Hedberg2007-01-161-2/+5
|
* Remove service filter if the service dies before we catch it's bus nameJohan Hedberg2007-01-161-32/+57
|
* Send Started signal after message replyMarcel Holtmann2007-01-151-8/+8
|
* Add extra debug prints for service error situationsJohan Hedberg2007-01-151-9/+16
|
* Check for errors of add_match and remove_matchJohan Hedberg2007-01-151-2/+14
|
* Send ServiceRegistered and ServiceUnregistered at appropriate timesJohan Hedberg2007-01-151-0/+23
|
* Properly cleanup active services when exitingJohan Hedberg2007-01-151-4/+25
|
* Reply to Start and Stop methods only when the action has really completedJohan Hedberg2007-01-152-15/+48
|
* Add shutdown timer for services (SIGTERM, wait 2s, SIGKILL)Johan Hedberg2007-01-152-2/+33
|
* Add example service file for bt.headsetdJohan Hedberg2007-01-151-0/+5
|
* Fix service name owner exit situationJohan Hedberg2007-01-151-36/+13
|
* Send the Stopped signal from the right path and interfaceJohan Hedberg2007-01-151-4/+4
|
* Add LMP test utilityMarcel Holtmann2007-01-152-7/+41
|
* Add startup timeout for spawned servicesJohan Hedberg2007-01-152-0/+30
|
* Preliminary support for catching the unique bus name of an execed serviceJohan Hedberg2007-01-155-81/+135
|