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
/
plugins
Age
Commit message (
Expand
)
Author
2021-05-17
{input,storage}/curl: set CURLOPT_HTTPAUTH=CURLAUTH_BASIC
Max Kellermann
2021-03-04
storage/plugins/CurlStorage: don't use glibc extension in
Érico Rolim
2021-01-08
Remove relative path handling which was not needed
Vincent Petry
2021-01-05
Use uri_has_scheme for Webdav response href
Vincent Petry
2021-01-04
Webdav href in response can be relative
Vincent Petry
2021-01-04
Fix parsing propstat blocks
Vincent Petry
2021-01-04
Fix Webdav storage PROPFIND request
Vincent Petry
2021-01-01
copyright year 2021
Max Kellermann
2020-11-06
storage/curl: fix nullptr dereference
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-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-05-30
use std chr functions
Rosen Penev
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/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
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-03-26
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-03-26
event/*, ...: make GetEventLoop() const
Max Kellermann
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 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-04
[clang-tidy] change integer prefixes to uppercase
Rosen Penev
2020-02-01
*: add `explicit`
Max Kellermann
2020-02-01
*: use `auto`
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
2019-12-24
Merge tag 'v0.21.18'
Max Kellermann
2019-12-23
storage/curl: move start call out of the constructor
Max Kellermann
2019-12-16
util/Time*: move to time/
Max Kellermann
2019-10-16
Merge tag 'v0.21.16'
Max Kellermann
2019-10-15
storage/curl: unescape file names from PROPFIND
Max Kellermann
2019-10-15
storage/curl: follow redirects for collections without trailing slash
Max Kellermann
2019-10-15
storage/curl: work around different case in hex digits
Max Kellermann
2019-10-15
storage/curl: use MapUTF8() to reuse existing escaping code
Max Kellermann
2019-10-15
storage/curl: unescape URI in MapToRelativeUTF8()
Max Kellermann
2019-10-15
storage/curl: move code to EscapeUriPath()
Max Kellermann
[next]