summaryrefslogtreecommitdiff
path: root/src/command
AgeCommit message (Expand)Author
2018-07-17fs/Path: add operator/(Path,Path)Max Kellermann
2018-07-16Main, pcm/SampleFormat, command/Error: remove obsolete GCC version checksMax Kellermann
2018-07-06TagFile: rename exported functions, use CamelCaseMax Kellermann
2018-07-05tag/Handler: convert to class with virtual methodsMax Kellermann
2018-06-22input/Stream: remove attribute "cond", replace with handler interfaceMax Kellermann
2018-02-25playlist/Queue: add one-shot to single modePatryk HachuĊ‚a
2018-02-17Fix for bogus output of the albumart command on 32bit platforms.FlashSystems
2018-01-30RemoteTagCache: new glue class for integrating RemoteTagScannerMax Kellermann
2018-01-02storage/Composite: use std::unique_ptr<Storage>Max Kellermann
2018-01-02storage/Plugin: return std::unique_ptr<Storage>Max Kellermann
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