aboutsummaryrefslogtreecommitdiffstats
path: root/src/state_file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-14/+17
* state_file: use the text_file libraryMax Kellermann2010-07-251-5/+8
* database, ...: remove EINTR checks after stdio callsMax Kellermann2010-07-251-2/+2
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* configure.ac: require GLib 2.12Max Kellermann2009-11-101-0/+1
* state_file: use g_timeout_add_seconds()Max Kellermann2009-10-131-2/+3
* state_file: save only if something has changedMax Kellermann2009-10-081-0/+22
* output_state: no CamelCaseMax Kellermann2009-10-061-2/+2
* state_file: don't rewind the stream while reading the state fileMax Kellermann2009-07-151-5/+11
* state_file: simplified state_file_finish()Max Kellermann2009-07-151-4/+6
* state_file: fixed debug messagesMax Kellermann2009-07-151-1/+3
* playlist: removed {save,read}PlaylistState()Max Kellermann2009-07-141-2/+3
* state_file: eliminated the sf_callbacks arrayMax Kellermann2009-07-141-17/+9
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* audio: moved state file code to output_state.cMax Kellermann2009-02-101-1/+1
* main: moved the save_state timer to state_file.cMax Kellermann2009-01-181-2/+26
* state_file: added state_file_init() and state_file_finish()Max Kellermann2009-01-181-21/+31
* state_file: include cleanupMax Kellermann2009-01-181-1/+0
* conf: no CamelCase, part IMax Kellermann2009-01-171-1/+1
* state_file: use GLib instead of utils.h / stat()Max Kellermann2009-01-031-3/+3
* state_file: errors are non-fatal in read_state_file()Max Kellermann2009-01-031-16/+3
* state_file: use GLib loggingMax Kellermann2008-12-291-8/+10
* replaced mpd_noreturn by G_GNUC_NORETURNThomas Jansen2008-12-021-1/+1
* replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELYThomas Jansen2008-12-021-3/+3
* don't include os_compat.hMax Kellermann2008-10-081-1/+3
* Remove EINTR checking for open(2)Eric Wong2008-09-231-2/+1
* unsigned countersMax Kellermann2008-03-261-2/+2
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-6/+1
* export FATAL() with noreturn attributeEric Wong2007-08-271-1/+0
* After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman2007-05-261-0/+1
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-8/+4
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-1/+1
* software volume can now be saved and read from the state fileEric Wong2006-07-301-0/+2
* Standardize state_file handling routines.Eric Wong2006-07-301-0/+112