aboutsummaryrefslogtreecommitdiffstats
path: root/src/state_file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-22Remove EINTR checking for open(2)Eric Wong1-2/+1
2008-09-20Oops, open() with O_CREAT is nicer with a modeEric Wong1-1/+1
2008-09-18Move away from fprintf() when writing DB/state_fileEric Wong1-7/+7
2008-03-26unsigned countersMax Kellermann1-2/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-6/+1
2007-08-27export FATAL() with noreturn attributeEric Wong1-1/+0
2007-05-26After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman1-0/+1
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-8/+4
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-1/+1
2006-07-30software volume can now be saved and read from the state fileEric Wong1-0/+2
2006-07-30Standardize state_file handling routines.Eric Wong1-0/+112