summaryrefslogtreecommitdiff
path: root/src/storage.c
Commit message (Expand)AuthorAgeFilesLines
* storage: Add support for STATE_DIRECTORY environment variableLuiz Augusto von Dentz2022-04-181-14/+7
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* core: Use local libbluetooth includesMarcel Holtmann2015-02-281-4/+4
* core: Fix filename contruction with PATH_MAX and snprintfJohan Hedberg2014-07-111-4/+4
* Rename glib-helper to uuid-helperJohan Hedberg2014-01-211-1/+1
* core: Fix remaining references to bluetooth/uuid.hAnderson Lizardo2013-01-101-1/+1
* core: Remove unused read_device_pairable functionJohan Hedberg2013-01-071-17/+0
* core: Remove the total silly usage of gchar and replace it with just charMarcel Holtmann2013-01-041-1/+1
* storage: Fix memory leakJaganath Kanakkassery2013-01-041-1/+3
* adapter: Remove support of pincodes storage fileFrédéric Danis2012-12-171-20/+0
* device: Load appearance from storageFrédéric Danis2012-12-171-41/+0
* attrib-server: Read/write CCC info from new storageFrédéric Danis2012-12-161-87/+0
* device: Store services in device's attributes fileFrédéric Danis2012-12-161-15/+0
* core: Remove unused read_local_class functionJohan Hedberg2012-12-141-22/+0
* core: Remove unused write_lastused_info functionJohan Hedberg2012-12-141-18/+0
* core: Remove unused delete_record functionJohan Hedberg2012-12-141-25/+0
* core: Remove unused characteristic storage functionsJohan Hedberg2012-12-141-29/+0
* core: Remove unused read_device_attributes() and write_device_attribute()Johan Hedberg2012-12-141-25/+0
* core: Rename write_device_services according to what it actually doesJohan Hedberg2012-12-141-1/+1
* core: Remove unused read_device_services functionJohan Hedberg2012-12-141-13/+0
* input: Use new storage architectureFrédéric Danis2012-12-131-27/+0
* device: Update btd_device_get_record to use new storageFrédéric Danis2012-12-131-38/+0
* device: Store SDP records in new storageFrédéric Danis2012-12-131-33/+0
* device: Remove stored SDP records on device removalFrédéric Danis2012-12-131-72/+0
* device: Load profiles from storageFrédéric Danis2012-12-131-18/+0
* core: Remove device mode storage functionsJohan Hedberg2012-12-131-18/+0
* storage: Remove not used functionsFrédéric Danis2012-12-121-590/+0
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* storage: Remove not used read_remote_featuresSzymon Janc2012-10-091-45/+0
* storage: Remove not used write_features_infoSzymon Janc2012-10-091-32/+0
* storage: Remove not used write_version_infoSzymon Janc2012-10-091-17/+0
* storage: Remove not used read_remote_eirSzymon Janc2012-10-091-41/+0
* event: Don't store EIR in btd_event_device_foundSzymon Janc2012-10-091-21/+0
* storage: Constify bdaddr_t pointers parametersSzymon Janc2012-10-051-44/+53
* storage: Mark write_device_name name parameter as constJohan Hedberg2012-08-141-1/+1
* storage: Remove support for trusted servicesVinicius Costa Gomes2012-07-291-105/+14
* storage: Store address type in "sdp" filePaulo Alcantara2012-07-291-13/+36
* storage: Store address type in "eir" filePaulo Alcantara2012-07-291-9/+21
* storage: Store address type in "trusts" filePaulo Alcantara2012-07-291-11/+30
* storage: Store address type in "linkkeys" filePaulo Alcantara2012-07-291-4/+17
* storage: Store address type in "did" filePaulo Alcantara2012-07-291-10/+23
* storage: Store address type in "profiles" filePaulo Alcantara2012-07-291-4/+7
* storage: Store address type in "lastused" filePaulo Alcantara2012-07-291-4/+7
* storage: Store address type in "lastseen" filePaulo Alcantara2012-07-291-4/+7
* storage: Store address type in "blocked" fileClaudio Takahasi2012-07-291-10/+21
* storage: Store address type in "aliases" filePaulo Alcantara2012-07-291-5/+21
* storage: Make it clear that delete_entry only works for addressesVinicius Costa Gomes2012-07-291-3/+19
* storage: Store address type in "names" filePaulo Alcantara2012-07-051-8/+22