index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
StateFile.cxx
Age
Commit message (
Expand
)
Author
2015-12-18
fs/io/Reader: use C++ exceptions instead of class Error
Max Kellermann
2015-12-16
fs/io/OutputStream: use C++ exceptions in Write()
Max Kellermann
2015-12-16
fs/io/FileOutputStream: use C++ exceptions in Commit()
Max Kellermann
2015-12-16
fs/io/FileOutputStream: use C++ exceptions in constructor
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-08-24
StateFile: configurable interval
Max Kellermann
2014-08-07
fs/io/BufferedReader: new class to replace class TextFile
Max Kellermann
2014-08-07
fs/output, fs/TextFile: move to fs/io/
Max Kellermann
2014-07-30
*Save, *State: use the OutputStream API instead of FILE*
Max Kellermann
2014-07-30
StateFile: use nullptr instead of NULL
Max Kellermann
2014-02-27
Playlist*: move to queue/
Max Kellermann
2014-02-07
Mapper: move map_song_detach() to db/DatabaseSong.cxx
Max Kellermann
2014-02-04
Instance: add Database attribute
Max Kellermann
2014-02-04
StateFile: pass Database to SongLoader
Max Kellermann
2014-02-03
QueueSave: use class SongLoader
Max Kellermann
2014-01-28
OutputAll: convert to class, move instance to class Partition
Max Kellermann
2014-01-24
Mixer*: move to mixer/
Max Kellermann
2014-01-23
output/*: move to output/plugins/
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-12-08
TextFile: move to fs subsystem
Denis Krjuchkov
2013-11-28
include cleanup using iwyu
Max Kellermann
2013-10-19
*: use references instead of pointers
Max Kellermann
2013-10-17
fs/Path: rename to AllocatedPath
Max Kellermann
2013-10-02
Log: new logging library API
Max Kellermann
2013-10-02
Listen, ...: add missing includes
Max Kellermann
2013-08-07
ConfigPath: return a Path object
Max Kellermann
2013-04-08
event/TimeoutMonitor: eliminate support for periodic events
Max Kellermann
2013-04-08
StateFile: schedule timer only after a change
Max Kellermann
2013-04-08
StateFile: move code to RememberVersions(), IsModified()
Max Kellermann
2013-02-02
StateFile: use file system API, log in UTF-8
Denis Krjuchkov
2013-01-18
Path: new class "Path" wraps filesystem path strings
Max Kellermann
2013-01-14
event/TimeoutMonitor: wrapper for g_timeout_source_new()
Max Kellermann
2013-01-14
StateFile: convert to a class
Max Kellermann
2013-01-14
Main, IOThread: move GMainLoop setup code to class EventLoop
Max Kellermann
2013-01-07
volume: convert to C++
Max Kellermann
2013-01-05
Partition: new class, container for Playlist and PlayerControl
Max Kellermann
2013-01-04
playlist: convert to C++
Max Kellermann
2013-01-03
TextFile: convert to a class
Max Kellermann
2013-01-03
text_file: convert to C++
Max Kellermann
2013-01-02
db_save, state_file: convert to C++
Max Kellermann