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
/
storage
Age
Commit message (
Expand
)
Author
2020-11-10
Merge branch 'bind' of git://github.com/neheb/MPD into master
Max Kellermann
2020-11-06
storage/curl: fix nullptr dereference
Max Kellermann
2020-11-05
clang-tidy: replace std::bind with lambdas
Rosen Penev
2020-09-26
clang-tidy: remove pointless std::move
Rosen Penev
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-07-20
storage/smbclient: add Mutex attribute
Max Kellermann
2020-07-20
storage/smbclient: store SmbclientStorage reference
Max Kellermann
2020-07-20
*/smbclient: use the new API with SMBCCTX parameter
Max Kellermann
2020-07-20
lib/smbclient/Context: new wrapper for SMBCCTX
Max Kellermann
2020-07-06
Merge branch 'v0.21.x'
Max Kellermann
2020-07-06
command/storage: check if storage is already mounted
Max Kellermann
2020-07-06
command/storage: check if mount point is busy
Max Kellermann
2020-05-30
Merge branch 'v0.21.x'
Max Kellermann
2020-05-30
use std chr functions
Rosen Penev
2020-05-28
storage/State: disable -Wcomma to work around Boost compiler warning
Max Kellermann
2020-04-23
Merge tag 'v0.21.23'
Max Kellermann
2020-04-22
[clang-tidy] add nodiscard
Rosen Penev
2020-04-15
storage/curl: fix path comparison when the server escapes differently
Thomas Guillem
2020-04-15
storage/curl: fix href when file has a '&' char
Thomas Guillem
2020-04-06
storage/{composite,local}: fix -Wnonnull warnings
Max Kellermann
2020-04-03
storage/Composite: use IterableSplitString()
Max Kellermann
2020-04-03
storage/Interface: convert URI parameters to std::string_view
Max Kellermann
2020-04-03
fs/Traits: convert first Relative() parameter to std::string_view
Max Kellermann
2020-04-03
storage/Composite: NextSegment() returns std::string_view
Max Kellermann
2020-04-03
db,storage: pass std::string_view to PathTraits::Build()
Max Kellermann
2020-04-03
fs/AllocatedPath: pass std::string_view to FromUTF8()
Max Kellermann
2020-04-02
storage/Interface: pass std::string_view to MapChildFS()
Max Kellermann
2020-03-26
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-03-26
event/*, ...: make GetEventLoop() const
Max Kellermann
2020-03-16
Merge remote-tracking branches 'neheb/fwhfggwe', 'neheb/nvm2', 'neheb/nvm22',...
Max Kellermann
2020-03-16
fix missing overrides
Rosen Penev
2020-03-16
remove gcc_unused
Rosen Penev
2020-03-13
util/UriExtract: uri_get_path() returns std::string_view
Max Kellermann
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-03-12
[clang-tidy] use nodiscard
Rosen Penev
2020-03-12
Merge branch 'v0.21.x'
Max Kellermann
2020-03-07
fs/Traits: add IsSpecialFilename()
Max Kellermann
2020-02-20
storage/smbclient: remove misplaced .c_str() call
Max Kellermann
2020-02-20
storage/composite: make variable non-const to enable the std::move()
Max Kellermann
2020-02-16
storage/composite: no "=default" in constructor
Max Kellermann
2020-02-04
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-02-01
[clang-tidy] convert several loops to const auto&
Rosen Penev
2020-02-01
*: add `explicit`
Max Kellermann
2020-02-01
*: use `auto`
Max Kellermann
2020-02-01
*: use defaulted destructors
Max Kellermann
2020-01-31
[clang-tidy] use override instead of virtual
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2020-01-03
util/{Const,Writable}Buffer: drop "_type" from type names
Max Kellermann
[next]