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
/
FileCommands.cxx
Age
Commit message (
Expand
)
Author
2021-01-21
protocol: add command "binarylimit"
Max Kellermann
2021-01-21
client/FileCommands: validate the given offset
Max Kellermann
2021-01-20
command/file: use %zu to format a size_t
Max Kellermann
2021-01-01
copyright year 2021
Max Kellermann
2020-09-17
Merge branch 'v0.21.x' into master
Max Kellermann
2020-09-16
command/file, storage/{nfs,smbclient}: use PathTraitsFS::IsSpecialFilename()
Max Kellermann
2020-04-08
[cppcheck] convert several functions to use std::all_of
Rosen Penev
2020-03-13
fs/Traits: GetParent() returns std::string_view
Max Kellermann
2020-03-12
replace inttypes.h with cinttypes
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2020-01-03
util/{Const,Writable}Buffer: drop "_type" from type names
Max Kellermann
2019-08-13
command/file: add command "readpicture"
Max Kellermann
2019-08-12
command/file: move code to TagScanAny()
Max Kellermann
2019-08-12
client/Response: add constant MAX_BINARY_SIZE
Max Kellermann
2019-08-12
client/Response: add method WriteBinary()
Max Kellermann
2019-08-09
util/UriUtil: split
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-06-06
tag/Handler: pass StringView to OnTag() and OnPair()
Max Kellermann
2019-05-07
input/InputStreams: pass std::unique_lock<> to various methods
Max Kellermann
2019-04-18
LocateUri: pass URI plugin kind, optionally disables plugin verify
Max Kellermann
2019-01-21
FileCommands: log irregular errors while looking for cover art
Max Kellermann
2019-01-21
FileCommands: catch all exceptions
Max Kellermann
2019-01-21
FileCommands: fix deadlock in "albumart" command
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-07-17
fs/Path: add operator/(Path,Path)
Max Kellermann
2018-07-06
TagFile: rename exported functions, use CamelCase
Max Kellermann
2018-07-05
tag/Handler: convert to class with virtual methods
Max Kellermann
2018-06-22
input/Stream: remove attribute "cond", replace with handler interface
Max Kellermann
2018-02-17
Fix for bogus output of the albumart command on 32bit platforms.
FlashSystems
2017-12-16
Merge branch 'v0.20.x'
Max Kellermann
2017-12-12
*: check defined(_WIN32) instead of defined(WIN32)
Max Kellermann
2017-08-17
Fix std::string read after free in read_stream_art
Ryan Walklin
2017-08-15
Add albumart command
Ryan Walklin
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-07
SongLoader, ...: include cleanup
Max Kellermann
2016-10-27
LocateUri: migrate from class Error to C++ exceptions
Max Kellermann
2016-04-12
util/StringPointer: rename typedef pointer to pointer_type
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
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
2015-12-29
fs/DirectoryReader: use C++ exceptions instead of class Error
Max Kellermann
2015-10-22
LocateUri: new library to classify URIs in a standard way
Max Kellermann
2015-10-20
command/FileCommands: fix access to absolute paths in "readcomments"
Max Kellermann
2015-08-13
command: pass Response object to command callbacks
Max Kellermann
[next]