summaryrefslogtreecommitdiff
path: root/src/textfile.c
Commit message (Expand)AuthorAgeFilesLines
* storage: Add support for STATE_DIRECTORY environment variableLuiz Augusto von Dentz2022-04-181-2/+39
* src: Cleanup deprecated symbolic file permissionsBrian Gix2021-02-231-1/+1
* 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
* textfile: Fix a pointer arithmetic logic bug in read_key()Alex Deymo2013-03-151-1/+1
* textfile: find_key parsing nitAlex Deymo2013-03-151-1/+1
* core: Create storage directories without group and world permissionsMarcel Holtmann2012-12-221-3/+1
* core: Remove unused textfile_caseget functionJohan Hedberg2012-12-191-5/+0
* core: Remove unused textfile_casedel and textfile_caseput functionsJohan Hedberg2012-12-141-10/+0
* core: Make create_dirs function staticJohan Hedberg2012-12-141-1/+1
* 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
* build-sys: Define _GNU_SOURCE in config.hLucas De Marchi2012-12-051-1/+0
* textfile: fix missing call to munmap in wite_keyVishal Agarwal2012-05-161-1/+1
* textfile: Fix errno handling conventionAnderson Lizardo2011-11-171-28/+28
* Fix minor code style issue in write_keySzymon Janc2011-05-151-1/+2
* Fix dead assignment in write_keySzymon Janc2011-05-151-5/+5
* Fix crash when mmaping files which size is multiple of page sizeLuiz Augusto von Dentz2010-12-171-5/+33
* Create typedef for textfile_foreach() callbackAnderson Lizardo2010-08-261-2/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Move common files into src directoryMarcel Holtmann2009-08-281-0/+465