summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Establish well known name for input serviceMarcel Holtmann2006-11-133-1/+30
| |
| * Add missing dbus-device.hMarcel Holtmann2006-11-131-0/+23
| |
| * Preparation for the Input interface implementationJohan Hedberg2006-11-131-8/+19
| |
| * Add skeleton for headset daemonMarcel Holtmann2006-11-132-1/+39
| |
| * code cleanup/fixesJohan Hedberg2006-11-131-3/+11
| |
| * Add D-Bus name setup to common functionMarcel Holtmann2006-11-134-26/+23
| |
| * Cleanup SDP XML supportMarcel Holtmann2006-11-134-18/+78
| |
| * Link the Expat libraryMarcel Holtmann2006-11-131-0/+4
| |
| * Add Expat library check and dummy skeletonMarcel Holtmann2006-11-134-5/+25
| |
| * Add skeleton for expat supportMarcel Holtmann2006-11-132-1/+1
| |
| * Initial service skeleton for bt.inputdJohan Hedberg2006-11-114-1/+271
| |
| * Cleanup of rfcomm exec command patchJohan Hedberg2006-11-101-4/+6
| |
| * Allow running a command after successful connection creationJohan Hedberg2006-11-101-6/+73
| |
| * Added raw service record to xml conversion functionsClaudio Takahasi2006-11-107-24/+606
| |
| * Support for ListRemoteDevices and ListRecentRemoteDevicesJohan Hedberg2006-11-101-1/+14
| |
| * Implement ListRemoteDevices and ListRecentRemoteDevices methodsJohan Hedberg2006-11-102-0/+143
| |
| * Prevent errno overwriting when unregistering agent service recordsClaudio Takahasi2006-11-091-0/+5
| |
| * Check for GStreamer development libraryMarcel Holtmann2006-11-092-0/+7
| |
| * handling sdp_connect error for service record registrationClaudio Takahasi2006-11-082-11/+28
| |
| * Unregister all sdp records when the hcid daemon exitsClaudio Takahasi2006-11-081-0/+3
| |
| * Remove the name listener if the service agent is unregisteredClaudio Takahasi2006-11-081-0/+2
| |
| * Removed shadow service methodsClaudio Takahasi2006-11-082-32/+0
| |
| * Prevent segmentation fault if the D-Bus path data is NULLClaudio Takahasi2006-11-082-4/+6
| |
| * Fixed binary service recordClaudio Takahasi2006-11-081-13/+13
| |
| * Cleanup: checking service register/unregister return valueClaudio Takahasi2006-11-082-5/+22
| |
| * Cleanup: use dbus_message_iter_get_fixed_array instead of walking the entire ↵Claudio Takahasi2006-11-081-18/+12
| | | | | | | | array with an iterator.
| * Register the service record using the binary registration functionClaudio Takahasi2006-11-083-42/+115
| |
| * Use textfile_casedel() for deleting the link keyMarcel Holtmann2006-11-071-1/+1
| |
| * Add textfile_casedel() functionMarcel Holtmann2006-11-072-0/+6
| |
| * Add D-Bus and OpenSync skeletonMarcel Holtmann2006-11-072-2/+39
| |
| * Add configure option for synchronizationMarcel Holtmann2006-11-071-0/+5
| |
| * Only compile synchronization daemon when OpenSync is availableMarcel Holtmann2006-11-071-0/+2
| |
| * Add synchronization daemon skeletonMarcel Holtmann2006-11-074-2/+48
| |
| * Check also for the OpenSync engineMarcel Holtmann2006-11-071-1/+1
| |
| * Add check for the OpenSync librariesMarcel Holtmann2006-11-072-0/+8
| |
| * Changed Started/Stopped signal interfaceClaudio Takahasi2006-11-072-3/+3
| |
| * Added autostart feature when calling RegisterServiceClaudio Takahasi2006-11-073-15/+80
| |
| * Add channel propertyMarcel Holtmann2006-11-011-1/+41
| |
| * AddServiceRecord: register the record with the sdpd if the service agent is ↵Claudio Takahasi2006-11-011-0/+29
| | | | | | | | already running
| * Added AddServiceRecord and RemoveServiceRecordClaudio Takahasi2006-11-011-0/+21
| |
| * Update echo service to match the changed specificationMarcel Holtmann2006-11-012-18/+0
| |
| * Add channel property definitionMarcel Holtmann2006-11-011-0/+3
| |
| * Fix SDP service record registrationMarcel Holtmann2006-11-011-4/+7
| |
| * Moved service record methods from Service to Manager interfaceClaudio Takahasi2006-11-012-111/+131
| |
| * Add authorization part of the new Authorization APIUlisses Furquim2006-11-012-103/+371
| |
| * Add Rejected error function and export othersUlisses Furquim2006-11-012-2/+12
| |
| * Unify Makefile.am styleMarcel Holtmann2006-11-011-2/+2
| |
| * More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> ↵Johan Hedberg2006-11-0118-720/+882
| | | | | | | | hcid/dbus-hci.c
| * Don't return a boolean in the authorize callbackMarcel Holtmann2006-11-011-3/+1
| |
| * Added sender id verification for RegisterServiceRecord/UnregisterServiceRecordClaudio Takahasi2006-11-011-0/+6
| |