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
/
command
/
PlaylistCommands.cxx
Age
Commit message (
Expand
)
Author
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-28
queue/PlaylistEdit: throw PlaylistError on error
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-12-29
fs/DirectoryReader: use C++ exceptions instead of class Error
Max Kellermann
2015-12-28
PlaylistFile: convert more APIs from Error to std::exception
Max Kellermann
2015-12-28
PlaylistFile: throw exception on spl_map_to_fs() failure
Max Kellermann
2015-12-18
protocol/Ack: add exception class wrapping enum ack
Max Kellermann
2015-08-13
command: pass Response object to command callbacks
Max Kellermann
2015-08-12
client/Response: new Client wrapper class for writing responses
Max Kellermann
2015-08-11
command/Request: add parser methods
Max Kellermann
2015-08-11
protocol/ArgParser: overload as ParseCommandArg(), pass references
Max Kellermann
2015-08-11
command/Request: new struct wrapping ConstBuffer<const char *>
Max Kellermann
2015-08-11
protocol/ArgParser: add struct RangeArg
Max Kellermann
2015-03-24
PlaylistSave: return bool/Error instead of PlaylistResult
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-08
command: use ConstBuffer<const char *> for argument list
Max Kellermann
2014-10-25
AllCommands: "commands" returns playlist commands only if playlist_directory ...
Max Kellermann
2014-07-11
Merge branch 'v0.18.x'
Max Kellermann
2014-07-11
PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songs
Max Kellermann
2014-06-16
command: make argc unsigned
Max Kellermann
2014-05-10
PlaylistCommands: remove redundant playlist_load_spl() call
Max Kellermann
2014-02-27
Playlist: use the Error library to return errors
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
db/DatabasePlaylist: pass Database reference around
Max Kellermann
2014-02-03
PlaylistFile: use class SongLoader
Max Kellermann
2014-02-03
PlaylistFile: switch spl_append_uri() arguments
Max Kellermann
2014-02-03
SongLoader: new class that merges duplicate code
Max Kellermann
2014-01-30
db: add compile-time option to disable database
Max Kellermann
2014-01-27
Playlist{Info,Vector}: move to db/
Max Kellermann
2014-01-24
Database*: move to db/
Max Kellermann
2014-01-24
Client*: move to client/
Max Kellermann
2014-01-23
playlist/*: move to playlist/plugins/
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-11-28
include cleanup using iwyu
Max Kellermann
2013-10-20
*Commands: move to src/command/
Max Kellermann