summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* Update the experimental statusMarcel Holtmann2007-01-201-7/+6
* Support internal and external SDP serversMarcel Holtmann2007-01-205-16/+61
* Remove unsupported methodsMarcel Holtmann2007-01-201-261/+0
* Clear newly created structuresMarcel Holtmann2007-01-201-0/+4
* Implement methods for database interfaceMarcel Holtmann2007-01-201-4/+130
* Add skeleton for database methodsMarcel Holtmann2007-01-193-3/+84
* Use g_strdup for trusted_devicesJohan Hedberg2007-01-191-3/+3
* Use GLib allocation and freeing functionsJohan Hedberg2007-01-191-29/+14
* Fix service binary location generationJohan Hedberg2007-01-191-1/+1
* Rework .service file contents and service binary locationsJohan Hedberg2007-01-192-32/+39
* Remove unused register_service_records functionJohan Hedberg2007-01-192-25/+0
* Cleanup (get rid of service_call)Johan Hedberg2007-01-192-89/+1
* Started signal should have no parametersJohan Hedberg2007-01-191-4/+1
* Fix ActivateService for non-running servicesJohan Hedberg2007-01-191-1/+1
* Fix ActivateServiceJohan Hedberg2007-01-191-1/+1
* ActivateService should return the bus_name and not the object_pathJohan Hedberg2007-01-191-1/+1
* Fix ActivateService to return the right response if a service is already runningJohan Hedberg2007-01-193-13/+24
* Implement Manager.ActivateServiceJohan Hedberg2007-01-193-20/+43
* Remove the service agent exampleMarcel Holtmann2007-01-192-508/+1
* Restore SIG_IGN for SIGCHLDMarcel Holtmann2007-01-191-0/+1
* Never remove the child watch for services until the process has really diedJohan Hedberg2007-01-192-28/+37
* Add signal filter and match before spawning service processesJohan Hedberg2007-01-191-16/+18
* Remove unecessary sigaction for SIGCHLDJohan Hedberg2007-01-181-1/+0
* Add file skeleton for database interfaceMarcel Holtmann2007-01-183-3/+53
* Add org.bluez.Database interface definitionMarcel Holtmann2007-01-181-46/+36
* Remove wrong unref of the D-Bus connectionMarcel Holtmann2007-01-171-3/+2
* 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
* 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
* Fix GetConnectionName crashMarcel Holtmann2007-01-161-1/+5
* 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