aboutsummaryrefslogtreecommitdiffstats
path: root/src/StateFile.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-08TextFile: move to fs subsystemDenis Krjuchkov1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-1/+1
2013-10-19*: use references instead of pointersMax Kellermann1-7/+7
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann1-13/+14
2013-10-02Listen, ...: add missing includesMax Kellermann1-1/+2
2013-08-07ConfigPath: return a Path objectMax Kellermann1-3/+4
2013-04-08event/TimeoutMonitor: eliminate support for periodic eventsMax Kellermann1-2/+1
2013-04-08StateFile: schedule timer only after a changeMax Kellermann1-15/+6
2013-04-08StateFile: move code to RememberVersions(), IsModified()Max Kellermann1-12/+21
2013-02-02StateFile: use file system API, log in UTF-8Denis Krjuchkov1-7/+9
2013-01-18Path: new class "Path" wraps filesystem path stringsMax Kellermann1-3/+3
2013-01-14event/TimeoutMonitor: wrapper for g_timeout_source_new()Max Kellermann1-13/+5
2013-01-14StateFile: convert to a classMax Kellermann1-64/+34
2013-01-14Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann1-3/+5
2013-01-07volume: convert to C++Max Kellermann1-4/+1
2013-01-05Partition: new class, container for Playlist and PlayerControlMax Kellermann1-15/+19
2013-01-04playlist: convert to C++Max Kellermann1-1/+1
2013-01-03TextFile: convert to a classMax Kellermann1-12/+4
2013-01-03text_file: convert to C++Max Kellermann1-1/+1
2013-01-02db_save, state_file: convert to C++Max Kellermann1-5/+8
2012-07-10require GLib 2.16Max Kellermann1-1/+0
2012-03-06use g_strerror() instead of strerror()Max Kellermann1-2/+2
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