summaryrefslogtreecommitdiff
path: root/src/state_file.c
AgeCommit message (Expand)Author
2009-03-13all: Update copyright header.Avuton Olrich
2009-02-10audio: moved state file code to output_state.cMax Kellermann
2009-01-18main: moved the save_state timer to state_file.cMax Kellermann
2009-01-18state_file: added state_file_init() and state_file_finish()Max Kellermann
2009-01-18state_file: include cleanupMax Kellermann
2009-01-17conf: no CamelCase, part IMax Kellermann
2009-01-03state_file: use GLib instead of utils.h / stat()Max Kellermann
2009-01-03state_file: errors are non-fatal in read_state_file()Max Kellermann
2008-12-29state_file: use GLib loggingMax Kellermann
2008-12-02replaced mpd_noreturn by G_GNUC_NORETURNThomas Jansen
2008-12-02replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen
2008-10-08don't include os_compat.hMax Kellermann
2008-09-23Remove EINTR checking for open(2)Eric Wong
2008-03-26unsigned countersMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2007-08-27export FATAL() with noreturn attributeEric Wong
2007-05-26After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2006-07-30software volume can now be saved and read from the state fileEric Wong
2006-07-30Standardize state_file handling routines.Eric Wong