summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* Add functions for device listingMarcel Holtmann2005-10-312-117/+340
* Big cleanup of CVS relicsMarcel Holtmann2005-10-2914-208/+139
* Set local name for extended inquiry responseMarcel Holtmann2005-10-291-0/+18
* Use snprintf() and remove unecessary byte parametersMarcel Holtmann2005-10-291-30/+22
* Set inquiry mode only when its feature bit is presentMarcel Holtmann2005-10-281-3/+17
* Send signal for authentication complete eventsMarcel Holtmann2005-10-274-1/+65
* Cleanup the socket and device descriptor variable namesMarcel Holtmann2005-10-271-35/+40
* Add initial D-Bus device configuration supportMarcel Holtmann2005-10-273-63/+85
* Add EVT_CMD_COMPLETE to the filterMarcel Holtmann2005-10-241-0/+1
* Add support for inquiry cancel functionalityMarcel Holtmann2005-10-233-1/+60
* Remove unecessary checks for rp.statusMarcel Holtmann2005-10-231-18/+0
* Add support for HCI errorsMarcel Holtmann2005-10-222-24/+66
* Add support for authentication over D-BusMarcel Holtmann2005-10-222-11/+102
* Make the remote name resolve non-blockingMarcel Holtmann2005-10-224-25/+104
* Update the coding style for some functionsMarcel Holtmann2005-10-191-43/+42
* Add signals for added and removed devicesMarcel Holtmann2005-10-182-1/+68
* Implement non-blocking inquiry methodMarcel Holtmann2005-10-182-39/+29
* Some cleanupsMarcel Holtmann2005-10-171-58/+45
* Set object path of D-Bus signals according to the local device idMarcel Holtmann2005-10-131-19/+49
* Add remote name and connection listing supportMarcel Holtmann2005-10-132-10/+159
* Fix a segmentation fault for hci_dbus_data allocationMarcel Holtmann2005-10-131-1/+7
* Allocate the watch private dataMarcel Holtmann2005-10-111-23/+101
* Use long instead of int for the watch idMarcel Holtmann2005-10-111-15/+15
* Update and cleanup D-Bus supportMarcel Holtmann2005-10-101-94/+23
* Install D-Bus security configurationMarcel Holtmann2005-10-092-1/+3
* Set D-Bus system configuration directoryMarcel Holtmann2005-10-091-0/+4
* Add D-Bus security configurationMarcel Holtmann2005-10-092-1/+25
* Add basic rough version of the D-Bus supportMarcel Holtmann2005-10-095-28/+1182
* Fix memory alignment problemMarcel Holtmann2005-09-221-3/+6
* Update the hcid.8 and hcid.conf.5 manual pagesMarcel Holtmann2005-09-202-3/+68
* Extend reply_handler_function() functionMarcel Holtmann2005-09-151-27/+37
* Remove D-Bus 0.23 supportMarcel Holtmann2005-09-121-59/+1
* Fix memory leaks with textfile_get() usageMarcel Holtmann2005-09-071-0/+7
* Don't retrieve stored link keys for RAW devicesMarcel Holtmann2005-09-061-0/+3
* Move create_dirs() and create_file() into the textfile libraryMarcel Holtmann2005-08-301-50/+0
* Fix D-Bus 0.2x and 0.3x problemsMarcel Holtmann2005-08-261-33/+43
* Update D-Bus support for inquiry and connection trackingMarcel Holtmann2005-08-253-22/+167
* Add support for extended inquiry resultsMarcel Holtmann2005-08-241-0/+22
* Add missing unref callMarcel Holtmann2005-08-241-0/+1
* Fix D-Bus crashesMarcel Holtmann2005-08-241-13/+20
* Escape for shell meta charactersMarcel Holtmann2005-08-191-0/+3
* Filter out more meta charactersMarcel Holtmann2005-08-161-0/+2
* Create directories before calling the textfile functionsMarcel Holtmann2005-08-061-0/+58
* Use more textfile functions and remove usage of const attributeMarcel Holtmann2005-08-054-476/+84
* Escape more shell specific charactersMarcel Holtmann2005-08-051-2/+7
* Fix security problem with escape characters in device nameMarcel Holtmann2005-08-051-6/+12
* Replace non-printable characters in the device nameMarcel Holtmann2005-08-051-10/+11
* Support class of device and RSSI values in D-Bus messageMarcel Holtmann2005-07-073-8/+23
* Send D-Bus messages for inquiry results and remote name resolvesMarcel Holtmann2005-07-073-1/+151
* Fix some GCC 4.0 warningsMarcel Holtmann2005-07-054-12/+12