summaryrefslogtreecommitdiffstats
path: root/common
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
* Fix memory leaks with textfile_get() usageMarcel Holtmann2005-09-071-0/+3
* Move create_dirs() and create_file() into the textfile libraryMarcel Holtmann2005-08-302-0/+53
* Remove the create_dirs() functionMarcel Holtmann2005-08-061-34/+0
* Add test for reading valuesMarcel Holtmann2005-08-061-1/+5
* Fix off by one memory allocation errorMarcel Holtmann2005-08-061-7/+4
* Add textfile regression testMarcel Holtmann2005-08-052-0/+70
* Update the textfile libraryMarcel Holtmann2005-08-052-6/+50
* Implement textfile writing supportMarcel Holtmann2005-05-062-12/+149
* Add the textfile library for ASCII based file accessMarcel Holtmann2005-04-223-0/+138