summaryrefslogtreecommitdiff
path: root/src/storage/plugins
AgeCommit message (Expand)Author
2021-05-17{input,storage}/curl: set CURLOPT_HTTPAUTH=CURLAUTH_BASICMax Kellermann
2021-03-04storage/plugins/CurlStorage: don't use glibc extension inÉrico Rolim
2021-01-08Remove relative path handling which was not neededVincent Petry
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-01copyright year 2021Max Kellermann
2020-11-06storage/curl: fix nullptr dereferenceMax Kellermann
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-05-30use std chr functionsRosen Penev
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/Interface: convert URI parameters to std::string_viewMax Kellermann
2020-04-03fs/Traits: convert first Relative() parameter to 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-03-26[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-03-26event/*, ...: make GetEventLoop() constMax Kellermann
2020-03-16remove gcc_unusedRosen Penev
2020-03-13util/UriExtract: uri_get_path() returns std::string_viewMax Kellermann
2020-03-12replace assert.h with cassertRosen Penev
2020-03-12[clang-tidy] use nodiscardRosen Penev
2020-03-12Merge branch 'v0.21.x'Max Kellermann
2020-03-07fs/Traits: add IsSpecialFilename()Max Kellermann
2020-02-20storage/smbclient: remove misplaced .c_str() callMax Kellermann
2020-02-04[clang-tidy] change integer prefixes to uppercaseRosen Penev
2020-02-01*: add `explicit`Max Kellermann
2020-02-01*: use `auto`Max Kellermann
2020-01-31[clang-tidy] use override instead of virtualRosen Penev
2020-01-18copyright year 2020Max Kellermann
2020-01-03util/{Const,Writable}Buffer: drop "_type" from type namesMax Kellermann
2019-12-24Merge tag 'v0.21.18'Max Kellermann
2019-12-23storage/curl: move start call out of the constructorMax Kellermann
2019-12-16util/Time*: move to time/Max Kellermann
2019-10-16Merge tag 'v0.21.16'Max Kellermann
2019-10-15storage/curl: unescape file names from PROPFINDMax Kellermann
2019-10-15storage/curl: follow redirects for collections without trailing slashMax Kellermann
2019-10-15storage/curl: work around different case in hex digitsMax Kellermann
2019-10-15storage/curl: use MapUTF8() to reuse existing escaping codeMax Kellermann
2019-10-15storage/curl: unescape URI in MapToRelativeUTF8()Max Kellermann
2019-10-15storage/curl: move code to EscapeUriPath()Max Kellermann