summaryrefslogtreecommitdiff
path: root/src/command/FileCommands.cxx
AgeCommit message (Expand)Author
2021-01-21client/FileCommands: validate the given offsetMax Kellermann
2021-01-20command/file: use %zu to format a size_tMax Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-09-17Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-16command/file, storage/{nfs,smbclient}: use PathTraitsFS::IsSpecialFilename()Max Kellermann
2020-04-08[cppcheck] convert several functions to use std::all_ofRosen Penev
2020-03-13fs/Traits: GetParent() returns std::string_viewMax Kellermann
2020-03-12replace inttypes.h with cinttypesRosen Penev
2020-03-12replace assert.h with cassertRosen Penev
2020-01-18copyright year 2020Max Kellermann
2020-01-03util/{Const,Writable}Buffer: drop "_type" from type namesMax Kellermann
2019-08-13command/file: add command "readpicture"Max Kellermann
2019-08-12command/file: move code to TagScanAny()Max Kellermann
2019-08-12client/Response: add constant MAX_BINARY_SIZEMax Kellermann
2019-08-12client/Response: add method WriteBinary()Max Kellermann
2019-08-09util/UriUtil: splitMax Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-06-06tag/Handler: pass StringView to OnTag() and OnPair()Max Kellermann
2019-05-07input/InputStreams: pass std::unique_lock<> to various methodsMax Kellermann
2019-04-18LocateUri: pass URI plugin kind, optionally disables plugin verifyMax Kellermann
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