summaryrefslogtreecommitdiff
path: root/src/command/FileCommands.cxx
AgeCommit message (Expand)Author
2019-01-21FileCommands: log irregular errors while looking for cover artMax Kellermann
2019-01-21FileCommands: catch all exceptionsMax Kellermann
2019-01-21FileCommands: fix deadlock in "albumart" commandMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-07-17fs/Path: add operator/(Path,Path)Max 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-17Fix for bogus output of the albumart command on 32bit platforms.FlashSystems
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-08-17Fix std::string read after free in read_stream_artRyan Walklin
2017-08-15Add albumart commandRyan Walklin
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-07SongLoader, ...: include cleanupMax Kellermann
2016-10-27LocateUri: migrate from class Error to C++ exceptionsMax Kellermann
2016-04-12util/StringPointer: rename typedef pointer to pointer_typeMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-22SongUpdate: move tag_scan_fallback() to tag/Generic.cxxMax Kellermann
2016-02-22tag/handler: use CamelCaseMax Kellermann
2015-12-29fs/DirectoryReader: use C++ exceptions instead of class ErrorMax Kellermann
2015-10-22LocateUri: new library to classify URIs in a standard wayMax Kellermann
2015-10-20command/FileCommands: fix access to absolute paths in "readcomments"Max Kellermann
2015-08-13command: pass Response object to command callbacksMax Kellermann
2015-08-12client/Response: new Client wrapper class for writing responsesMax Kellermann
2015-08-11command/Request: new struct wrapping ConstBuffer<const char *>Max Kellermann
2015-03-03FileCommands: use Path::HasNewline()Max Kellermann
2015-02-28FileCommands: use PathTraitsFS typedefsMax Kellermann
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann
2015-02-28FileCommands: skip special files completelyMax Kellermann
2015-02-09command/{Queue,File}Commands: drop "file:///" prefix for absolute pathsMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-08command: use ConstBuffer<const char *> for argument listMax Kellermann
2014-10-01storage/Interface: include cleanupMax Kellermann
2014-06-16command: make argc unsignedMax Kellermann
2014-03-14command/{storage,file}: suppress bogus format warnings on WIN32Max Kellermann
2014-03-01command: add command "listfiles"Max Kellermann
2014-02-07FileCommands: support remove database filesMax Kellermann
2014-02-07FileCommands: use Storage::MapFS() instead of map_uri_fs()Max Kellermann
2014-02-07FileCommands: move code to read_file_comments()Max Kellermann
2014-02-03FileCommands: use PathTraitsUTF8::IsAbsolute()Max Kellermann
2014-02-02ClientFile: move client_allow_file() into the Client classMax Kellermann
2014-01-30db: add compile-time option to disable databaseMax Kellermann
2014-01-24Client*: move to client/Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-12-29command: "lsinfo" and "readcomments" allowed for remote filesMax Kellermann