summaryrefslogtreecommitdiff
path: root/src/storage.c
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Use L_TFR macroDenis Kenzior2019-05-241-6/+7
|
* treewide: Remove superfluous use of _GNU_SOURCEJonas Bonn2018-10-171-1/+0
| | | | | | There are a large number of files in the tree that define _GNU_SOURCE despite not actually using features hidden behind this flag. This patch removes all these definitions in one fell swoop...
* storage: Implement ofono_config_dir and ofono_storage_dirSlava Monich2017-11-271-0/+12
|
* core: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* storage: make write_file transaction-safeInaky Perez-Gonzalez2010-08-051-11/+36
| | | | | | | | | | write_file(), as written wasn't transaction-safe; a crash bewtween a file being open and the buffer being written before a safe close would leave the file with a set of undetermined contents. Modified to the file is written to a temporary file name; once completed, it is renamed to the final name. This way, a crash in the middle doesn't leave half-baked files.
* storage: whitespace issueDenis Kenzior2010-06-211-1/+1
|
* Refactor: create_dirs logicDenis Kenzior2010-03-161-8/+17
| | | | | | - Remove reference to g_malloc and replace with g_try_malloc - Be extra pedantic on the inputs - Refactor the logic to make it slightly easier to follow
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Fix: Quiet compiler warningsDenis Kenzior2009-10-301-3/+0
|
* Add utilities for settings managementDenis Kenzior2009-10-301-0/+62
|
* Fix: Remove unused header includeDenis Kenzior2009-10-301-1/+0
|
* Fix: style issuesDenis Kenzior2009-10-301-2/+4
|
* Move create_dirs to storage.c, add file read/write utilitiesAndrzej Zaborowski2009-09-081-0/+125