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
/
queue
/
QueueSave.cxx
Age
Commit message (
Collapse
)
Author
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-11-27
queue/Save: fix inverted check
Max Kellermann
That '!' accidently got lost in commit 75582d47b951ae9bf45c940a62e657831a5175c1 D'oh! Closes #162
2017-11-26
SongSave: wrap DetachedSong* in std::unique_ptr
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-10-29
db/simple/Save: migrate from class Error to C++ exceptions
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-11-13
queue/Save: fix "Malformed playlist line in state file"
Max Kellermann
Regression by commit 738583e3
2015-11-11
StateFile: use StringAfterPrefix() instead of StringStartsWith()
Max Kellermann
2015-11-06
util/StringUtil: move comparison functions to StringCompare.cxx
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-08-28
DetachedSong: use std::chrono::duration for start_ms and end_ms
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-12
QueueSave: use the long format to save partial songs
Max Kellermann
Previously, only streams were saved with range and tags, but this is necessary for all "partial" songs (e.g. CUE tracks).
2014-02-03
QueueSave: use class SongLoader
Max Kellermann
2014-01-30
db: add compile-time option to disable database
Max Kellermann
2014-01-24
Database*: move to db/
Max Kellermann
2014-01-24
Queue*: move to queue/
Max Kellermann