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
Age
Commit message (
Expand
)
Author
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-22
SongUpdate: move tag_scan_fallback() to tag/Generic.cxx
Max Kellermann
2016-02-22
tag/handler: use CamelCase
Max Kellermann
2016-02-07
db/DatabaseError: add exception class DatabaseError
Max Kellermann
2016-02-07
command/CommandError: move code to ToAck(DatabaseErrorCode)
Max Kellermann
2016-02-07
db/DatabaseError: rename enum db_error and make strictly-typed
Max Kellermann
2015-12-29
fs/DirectoryReader: use C++ exceptions instead of class Error
Max Kellermann
2015-12-29
command/Error: workaround for gcc 4.x rethrow_exception(exception_ptr)
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-28
command/Error: no std::exception_ptr forward declaration
Max Kellermann
2015-12-28
command/Error: support nested exceptions
Max Kellermann
2015-12-28
command/Error: move code to ToAck(std::exception_ptr)
Max Kellermann
2015-12-27
command/Error: pass std::exception_ptr to PrintError()
Max Kellermann
2015-12-18
protocol/Ack: add exception class wrapping enum ack
Max Kellermann
2015-12-18
PlaylistError: add exception class wrapping enum PlaylistResult
Max Kellermann
2015-12-16
util/Tokenizer: use std::runtime_error on syntax error
Max Kellermann
2015-12-16
command/AllCommands: catch and report std::exception
Max Kellermann
2015-11-13
command/other: re-allow "lsinfo /"
Max Kellermann
2015-11-13
command/queue: use StringIsEqual() instead of memcmp()
Max Kellermann
2015-11-11
queue/Playlist: seek methods return bool/Error instead of PlaylistResult
Max Kellermann
2015-11-11
command/CommandError: send verbose error message to client
Max Kellermann
2015-11-11
PlaylistError: remove unused code "ERRNO"
Max Kellermann
2015-11-11
player/Control: add Lock prefix to locking method names
Max Kellermann
2015-10-27
command/queue: add range parameter to plchanges and plchangesposid
Max Kellermann
2015-10-22
LocateUri: new library to classify URIs in a standard way
Max Kellermann
2015-10-20
PlaylistPrint: fix -Wunused #ifndef ENABLE_DATABASE
Max Kellermann
2015-10-20
DetachedSong: move code from Update() to LoadFile()
Max Kellermann
2015-10-20
command/DatabaseCommands: pass URI to handle_lsinfo2()
Max Kellermann
2015-10-20
command/FileCommands: fix access to absolute paths in "readcomments"
Max Kellermann
2015-08-24
db/UniqueTags, tag/Set, ...: use typedef tag_mask_t
Max Kellermann
2015-08-14
client, command: use StringIsEqual()
Max Kellermann
2015-08-14
command/CommandListBuilder: postpone "size" initialization
Max Kellermann
2015-08-14
protocol/Result: move current_command to class Response
Max Kellermann
2015-08-14
protocol/Result: move command_list_num to class Response
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: add overload with max_value parameter
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-08-11
command/{Queue,Other}: eliminate local "bool" variable
Max Kellermann
2015-03-24
PlaylistSave: return bool/Error instead of PlaylistResult
Max Kellermann
2015-03-03
*: change C-style prototypes, drop "(void)"
Max Kellermann
2015-03-03
FileCommands: use Path::HasNewline()
Max Kellermann
2015-03-02
StorageCommands: use PathTraitsUTF8 for protocol argument
Max Kellermann
2015-02-28
FileCommands: use PathTraitsFS typedefs
Max Kellermann
2015-02-28
fs/FileInfo: new library providing GetFileInfo()
Max Kellermann
2015-02-28
FileCommands: skip special files completely
Max Kellermann
[next]