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