aboutsummaryrefslogtreecommitdiffstats
path: root/src/state_file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-14/+17
2010-07-25state_file: use the text_file libraryMax Kellermann1-5/+8
2010-07-25database, ...: remove EINTR checks after stdio callsMax Kellermann1-2/+2
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-10configure.ac: require GLib 2.12Max Kellermann1-0/+1
2009-10-13state_file: use g_timeout_add_seconds()Max Kellermann1-2/+3
2009-10-08state_file: save only if something has changedMax Kellermann1-0/+22
2009-10-06output_state: no CamelCaseMax Kellermann1-2/+2
2009-07-15state_file: don't rewind the stream while reading the state fileMax Kellermann1-5/+11
2009-07-15state_file: simplified state_file_finish()Max Kellermann1-4/+6
2009-07-15state_file: fixed debug messagesMax Kellermann1-1/+3
2009-07-14playlist: removed {save,read}PlaylistState()Max Kellermann1-2/+3
2009-07-14state_file: eliminated the sf_callbacks arrayMax Kellermann1-17/+9
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-02-10audio: moved state file code to output_state.cMax Kellermann1-1/+1
2009-01-18main: moved the save_state timer to state_file.cMax Kellermann1-2/+26
2009-01-18state_file: added state_file_init() and state_file_finish()Max Kellermann1-21/+31
2009-01-18state_file: include cleanupMax Kellermann1-1/+0
2009-01-17conf: no CamelCase, part IMax Kellermann1-1/+1
2009-01-03state_file: use GLib instead of utils.h / stat()Max Kellermann1-3/+3
2009-01-03state_file: errors are non-fatal in read_state_file()Max Kellermann1-16/+3
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