summaryrefslogtreecommitdiff
path: root/src/storage
AgeCommit message (Expand)Author
2021-05-17Merge branch 'v0.22.x'Max Kellermann
2021-05-17{input,storage}/curl: set CURLOPT_HTTPAUTH=CURLAUTH_BASICMax Kellermann
2021-03-04Merge branch 'v0.22.x'Max Kellermann
2021-03-04storage/plugins/CurlStorage: don't use glibc extension inÉrico Rolim
2021-02-05event/{Coarse,Fine,Far}TimerEvent: aliases for TimerEventMax Kellermann
2021-01-21Merge tag 'v0.22.4'Max Kellermann
2021-01-16clang-tidy: mark a bunch of variables constexprRosen Penev
2021-01-08Remove relative path handling which was not neededVincent Petry
2021-01-05Merge branch 'v0.22.x'Max Kellermann
2021-01-05Use uri_has_scheme for Webdav response hrefVincent Petry
2021-01-04Webdav href in response can be relativeVincent Petry
2021-01-04Fix parsing propstat blocksVincent Petry
2021-01-04Fix Webdav storage PROPFIND requestVincent Petry
2021-01-01Merge branch 'v0.22.x'Max Kellermann
2021-01-01copyright year 2021Max Kellermann
2020-12-01event/DeferEvent: split the thread-safe version into new class InjectEventMax Kellermann
2020-11-10Merge branch 'bind' of git://github.com/neheb/MPD into masterMax Kellermann
2020-11-06storage/curl: fix nullptr dereferenceMax Kellermann
2020-11-05clang-tidy: replace std::bind with lambdasRosen Penev
2020-09-26clang-tidy: remove pointless std::moveRosen Penev
2020-09-17Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-16command/file, storage/{nfs,smbclient}: use PathTraitsFS::IsSpecialFilename()Max Kellermann
2020-07-20storage/smbclient: add Mutex attributeMax Kellermann
2020-07-20storage/smbclient: store SmbclientStorage referenceMax Kellermann
2020-07-20*/smbclient: use the new API with SMBCCTX parameterMax Kellermann
2020-07-20lib/smbclient/Context: new wrapper for SMBCCTXMax Kellermann
2020-07-06Merge branch 'v0.21.x'Max Kellermann
2020-07-06command/storage: check if storage is already mountedMax Kellermann
2020-07-06command/storage: check if mount point is busyMax Kellermann
2020-05-30Merge branch 'v0.21.x'Max Kellermann
2020-05-30use std chr functionsRosen Penev
2020-05-28storage/State: disable -Wcomma to work around Boost compiler warningMax Kellermann
2020-04-23Merge tag 'v0.21.23'Max Kellermann
2020-04-22[clang-tidy] add nodiscardRosen Penev
2020-04-15storage/curl: fix path comparison when the server escapes differentlyThomas Guillem
2020-04-15storage/curl: fix href when file has a '&' charThomas Guillem
2020-04-06storage/{composite,local}: fix -Wnonnull warningsMax Kellermann
2020-04-03storage/Composite: use IterableSplitString()Max Kellermann
2020-04-03storage/Interface: convert URI parameters to std::string_viewMax Kellermann
2020-04-03fs/Traits: convert first Relative() parameter to std::string_viewMax Kellermann
2020-04-03storage/Composite: NextSegment() returns std::string_viewMax Kellermann
2020-04-03db,storage: pass std::string_view to PathTraits::Build()Max Kellermann
2020-04-03fs/AllocatedPath: pass std::string_view to FromUTF8()Max Kellermann
2020-04-02storage/Interface: pass std::string_view to MapChildFS()Max Kellermann
2020-03-26[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-03-26event/*, ...: make GetEventLoop() constMax Kellermann
2020-03-16Merge remote-tracking branches 'neheb/fwhfggwe', 'neheb/nvm2', 'neheb/nvm22',...Max Kellermann
2020-03-16fix missing overridesRosen Penev
2020-03-16remove gcc_unusedRosen Penev
2020-03-13util/UriExtract: uri_get_path() returns std::string_viewMax Kellermann