summaryrefslogtreecommitdiffstats
path: root/hcid/storage.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
* Store Extended Inquiry Response data informationMarcel Holtmann2007-10-101-0/+17
* Use "onmode" instead of "on" as the key for the previous on-modeJohan Hedberg2007-10-021-2/+2
* Implement support for SetMode("on")Johan Hedberg2007-10-021-0/+21
* Implement Adapter.ListTrusts methodJohan Hedberg2007-08-031-0/+29
* Implement global trust settingJohan Hedberg2007-04-101-4/+5
* Minor cleanup to for-loopJohan Hedberg2007-02-261-4/+1
* Cleanup service list string creationJohan Hedberg2007-02-261-7/+2
* Implement the trust methods properlyJohan Hedberg2007-02-261-0/+129
* More glib memory allocation changesJohan Hedberg2007-02-261-1/+0
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
* Fix local and remote name validity checkingJohan Hedberg2006-10-271-2/+2
* More D-Bus Test interface implementationJohan Hedberg2006-10-041-0/+64
* Make use of create_name()Marcel Holtmann2006-07-261-2/+2
* Fix the other missing storage functionsMarcel Holtmann2006-07-261-28/+16
* Create storage filenames with a generic functionMarcel Holtmann2006-07-261-18/+21
* Allow storing of all UTF-8 remote device names (the same fix was alreadyJohan Hedberg2006-07-191-3/+3
* Small coding style fixesMarcel Holtmann2006-04-251-2/+2
* Allow UTF-8 in local nameJohan Hedberg2006-04-241-3/+3
* Store device mode settingsJohan Hedberg2006-04-191-0/+64
* * Add D-Bus methods for getting remote device class informationJohan Hedberg2006-04-091-3/+46
* Read class of device value from config storageMarcel Holtmann2006-02-241-1/+8
* Store the minor class changesMarcel Holtmann2006-02-241-0/+30
* Store the changed name of a local deviceMarcel Holtmann2006-02-241-0/+42
* Add support for remembering the PIN code lengthMarcel Holtmann2006-02-241-3/+33
* Add support for last used informationMarcel Holtmann2006-02-081-0/+16
* Add support for last seen informationMarcel Holtmann2006-02-081-0/+17
* Update copyright informationMarcel Holtmann2006-01-031-1/+1
* Big cleanup of CVS relicsMarcel Holtmann2005-10-291-18/+11
* Fix memory leaks with textfile_get() usageMarcel Holtmann2005-09-071-0/+7
* Move create_dirs() and create_file() into the textfile libraryMarcel Holtmann2005-08-301-50/+0
* Create directories before calling the textfile functionsMarcel Holtmann2005-08-061-0/+58
* Use more textfile functions and remove usage of const attributeMarcel Holtmann2005-08-051-453/+53
* Fix some GCC 4.0 warningsMarcel Holtmann2005-07-051-1/+1
* Use textfile library for device name storageMarcel Holtmann2005-07-031-125/+15
* Replace non-printable characters in device namesMarcel Holtmann2005-06-171-2/+9
* Include sys/param.h for PATH_MAXMarcel Holtmann2005-04-221-0/+1
* No need to include syslog.hMarcel Holtmann2005-04-221-1/+0
* Set the storage directory through ${localstatedir}Marcel Holtmann2005-04-211-9/+7
* Store remote version and features informationMarcel Holtmann2005-04-171-0/+167
* Use the pincodes file for outgoing connectionsMarcel Holtmann2005-04-171-1/+1
* Use cached device name for PIN requestMarcel Holtmann2005-04-171-0/+61
* Add support for stored pin codesMarcel Holtmann2005-04-171-0/+70
* Terminate scanning if end of buffer is reachedMarcel Holtmann2005-04-161-3/+13
* Clear buffer before creating new lineMarcel Holtmann2005-04-161-2/+4
* Add more data checksMarcel Holtmann2005-04-161-4/+8
* Fix case if the link key is not foundMarcel Holtmann2005-04-161-1/+2
* Add support for reading the link keyMarcel Holtmann2005-04-161-5/+59
* Add link key storage functionMarcel Holtmann2005-04-161-20/+94