summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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 startup timeout for spawned servicesJohan Hedberg2007-01-152-0/+30
|
* Preliminary support for catching the unique bus name of an execed serviceJohan Hedberg2007-01-152-8/+83
|
* Preliminary support for executing a service when Start is calledJohan Hedberg2007-01-154-53/+64
|
* Minor cleanup and a fixJohan Hedberg2007-01-141-2/+2
|
* First change towards reworked service frameworkJohan Hedberg2007-01-146-470/+224
|
* Make debug information optionalMarcel Holtmann2007-01-141-3/+18
|
* Make installation of hcid and sdpd conditionalMarcel Holtmann2007-01-131-2/+4
|
* Use the SDP server libraryMarcel Holtmann2007-01-134-215/+8
|
* Update copyright informationMarcel Holtmann2007-01-1337-43/+39
|
* Rename struct slist to GSList and slist_* to g_slist_*Johan Hedberg2007-01-1314-260/+250
|
* Allow compilation against GLibMarcel Holtmann2007-01-129-5/+20
|
* Add disconnection delay and RemoteDeviceDisconnectRequested signal for the ↵Johan Hedberg2007-01-036-23/+128
| | | | DisconnectRemoteDevice method
* Move ListRecentRemoteDevices and ListRemoteDevices documentation to correct ↵Johan Hedberg2007-01-031-14/+14
| | | | place
* Add missing includeMarcel Holtmann2006-12-251-0/+1
|
* Add support for GetRemoteFeatures methodMarcel Holtmann2006-12-252-0/+60
|
* Disable methods that are marked as experimentalMarcel Holtmann2006-12-253-8/+45
|
* Add more experimental markersMarcel Holtmann2006-12-251-6/+4
|
* Add missing experimental markerMarcel Holtmann2006-12-251-9/+8
|
* Plug memory leak in OOR device listJohan Hedberg2006-12-181-2/+5
|
* Code cleanupJohan Hedberg2006-12-181-23/+7
|
* Missing autostart requirements: it is necessary make it configurable.Claudio Takahasi2006-12-041-0/+5
|
* Reporting missing authorization requests cancel when stopping/unregistering ↵Claudio Takahasi2006-12-041-0/+4
| | | | adapters
* Reporting dbus-api "void" confuse meaning for message repliesClaudio Takahasi2006-12-041-0/+8
|
* reporting missing functionality: AuthorizeService and ↵Claudio Takahasi2006-12-041-0/+5
| | | | CancelAuthorizationProcess must be accepted in the adapters path
* More robust handling of scan mode change during a HCI_DEV_UP eventJohan Hedberg2006-12-041-39/+47
|
* Truested devices:changed error names and integration with AuthorizeServiceClaudio Takahasi2006-12-045-9/+33
|
* Send RemoteDeviceDisconnected for all connected devices when HCI_DEV_DOWN ↵Claudio Takahasi2006-11-291-7/+24
| | | | event is received
* new issue: how reply properly to a msg sent to not registered service pathClaudio Takahasi2006-11-281-0/+10
|
* Fixed code standard for dbus_message_get_args: check the return value ↵Claudio Takahasi2006-11-283-263/+66
| | | | instead of the error content
* Updated TODO listClaudio Takahasi2006-11-271-3/+20
|
* Updated possible errors returned by Manager methodsClaudio Takahasi2006-11-231-0/+36
|
* Use AddServiceRecordFromXML as method nameMarcel Holtmann2006-11-223-3/+3
|
* Add examples for SPP and FTPMarcel Holtmann2006-11-223-1/+64
|
* Add another example service recordMarcel Holtmann2006-11-223-11/+38
|
* Add first draft XML based service record registrationMarcel Holtmann2006-11-222-0/+114
|
* TypoMarcel Holtmann2006-11-221-1/+1
|
* Fall back to hcid.conf setting if offmode=devdown, mode is "off", and ↵Johan Hedberg2006-11-211-7/+5
| | | | somebody does a DEVUP
* Improve "off" mode behaviour when offmode=devdownJohan Hedberg2006-11-212-7/+21
|