summaryrefslogtreecommitdiffstats
path: root/common/textfile.c
Commit message (Expand)AuthorAgeFilesLines
* 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