aboutsummaryrefslogtreecommitdiffstats
path: root/src/state_file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-29state_file: use GLib loggingMax Kellermann1-8/+10
2008-12-02replaced mpd_noreturn by G_GNUC_NORETURNThomas Jansen1-1/+1
2008-12-02replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen1-3/+3
2008-10-08don't include os_compat.hMax Kellermann1-1/+3
2008-09-23Remove EINTR checking for open(2)Eric Wong1-2/+1
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