summaryrefslogtreecommitdiffstats
path: root/common/textfile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix signed/unsigned integer comparison for helpersMarcel Holtmann2009-01-291-1/+1
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Use a signed variable for lengthMarcel Holtmann2008-12-231-2/+2
* Use fdatasync() to make sure modification are writtenMarcel Holtmann2008-09-011-0/+2
* Avoid direct inclusion of malloc.hMarcel Holtmann2008-06-111-1/+1
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Fix key search function to honor the mmap area sizeMarcel Holtmann2007-11-261-14/+40
* Add textfile_caseput functionJohan Hedberg2007-02-261-0/+5
* Check if value has changed before writing itMarcel Holtmann2007-01-211-1/+6
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
* Add textfile_casedel() functionMarcel Holtmann2006-11-071-0/+5
* Fix some memory leaks in textfile.cJohan Hedberg2006-09-131-0/+3
* Add textfile_caseget() functionMarcel Holtmann2006-08-311-18/+33
* Add a paramter for the path to create_name()Marcel Holtmann2006-07-261-2/+2
* Add create_name() helper functionMarcel Holtmann2006-07-261-0/+5
* Check return values of write() and ftruncate()Marcel Holtmann2006-07-261-3/+11
* Include header fileMarcel Holtmann2006-04-301-0/+2
* Fix a SEGFAULT that happens when textfile_del is called using an empty file.Eduardo Rocha2006-03-241-2/+4
* Use const qualifier for textfile libraryMarcel Holtmann2006-02-111-9/+9
* Add textfile_foreach() functionMarcel Holtmann2006-02-081-0/+89
* Add support for deleting keysMarcel Holtmann2006-02-071-17/+31
* Use MAP_PRIVATE instead of MAP_SHARED for textfile_put()Marcel Holtmann2006-01-171-1/+1
* Update copyright informationMarcel Holtmann2006-01-031-1/+1
* Include checks for mmap() returning NULLMarcel Holtmann2005-11-091-2/+2
* Big cleanup of CVS relicsMarcel Holtmann2005-10-291-15/+10
* Fix infinite loops and false positive matchesMarcel Holtmann2005-09-101-25/+14
* Let textfile_put() also replace the last key value pairMarcel Holtmann2005-09-071-3/+10
* Move create_dirs() and create_file() into the textfile libraryMarcel Holtmann2005-08-301-0/+50
* Remove the create_dirs() functionMarcel Holtmann2005-08-061-34/+0
* Fix off by one memory allocation errorMarcel Holtmann2005-08-061-7/+4
* Update the textfile libraryMarcel Holtmann2005-08-051-4/+48
* Implement textfile writing supportMarcel Holtmann2005-05-061-12/+148
* Add the textfile library for ASCII based file accessMarcel Holtmann2005-04-221-0/+100