summaryrefslogtreecommitdiff
path: root/src/command
AgeCommit message (Expand)Author
2017-12-19output/Interface: add "attributes" mapMax Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-12-19command/Error: translate std::{length_error,out_of_range} to ACK_ERROR_ARGMax Kellermann
2017-12-18db/DatabasePrint: support sorting by "modified-since"Max Kellermann
2017-12-18db/DatabasePrint: support descending sortMax Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-11-26command/CommandListBuilder: use C++11 initializerMax Kellermann
2017-11-10util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STLMax Kellermann
2017-09-04command/PlayerCommands: emit "volume" only if it is knownMax Kellermann
2017-08-17Fix std::string read after free in read_stream_artRyan Walklin
2017-08-15Add albumart commandRyan Walklin
2017-08-11db/PlaylistInfo: use std::chrono::system_clock::time_pointMax Kellermann
2017-07-05util/Exception: rename FullMessage() to GetFullMessage()Max Kellermann
2017-06-04*: add lots of "noexcept" specificationsMax Kellermann
2017-06-04Merge tag 'v0.20.9'Max Kellermann
2017-06-03storage, db, mixer, command: remove more bogus "pure" attributesMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-04-28output/Output*: drop "Output" prefix from source file nameMax Kellermann
2017-03-10Merge tag 'v0.20.6'Max Kellermann
2017-03-01command/Error: improve libstdc++ 4.9.x detection for std::rethrow_if_nested()...Max Kellermann
2017-02-25command/Partition: add command "partition" to switch to another partitionMax Kellermann
2017-02-25Instance: add method FindPartition()Max Kellermann
2017-02-25Client: add method GetPartition(), make partition privateMax Kellermann
2017-02-25command/storage: use Instance::EmitIdle()Max Kellermann
2017-02-25Client: add method GetInstance()Max Kellermann
2017-02-25Client: replace playlist and player_control with getter methodsMax Kellermann
2017-02-24SongPrint: remove Storage::MapToRelativeUTF8() callMax Kellermann
2017-02-17IdleFlags: add a "partition" eventMax Kellermann
2017-02-17command/Partition: add command "newpartition"Max Kellermann
2017-02-17Instance: make "partition" a std::listMax Kellermann
2017-02-17Partition: add "name" attributeMax Kellermann
2017-02-17command: add command "listpartitions"Max Kellermann
2017-02-11storage/FileInfo: convert mtime to std::chrono::system_clock::time_pointMax Kellermann
2017-02-10IOThread: move EventThread instance into struct InstanceMax Kellermann
2017-02-08command/Database: add "sort" parameter to "find" and "search"Max Kellermann
2017-02-08db/DatabaseSong: make the Storage optionalMax Kellermann
2017-02-08SongLoader: return instance, not pointerMax Kellermann
2017-02-08client: add tag_mask attributeMax Kellermann
2017-02-08command/Other: move some functions to ClientCommands.cxxMax Kellermann
2017-02-08tag/Mask: wrap in classMax Kellermann
2017-02-08tag/Tag: move tag_name_parse() to ParseName.cxxMax Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-17AudioFormat: replace struct audio_format_string with class StringBuffer, retu...Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-12-29command/{Player,Error}: extract messages from nested exceptionsMax Kellermann
2016-12-03ReplayGainGlobal: move replay_gain_mode to struct PartitionMax Kellermann
2016-11-25ReplayGainConfig: add struct ReplayGainConfig, move globals to ReplayGainGlob...Max Kellermann
2016-11-24ReplayGainMode: add ToString(), FromString()Max Kellermann