summaryrefslogtreecommitdiff
path: root/src/storage
AgeCommit message (Expand)Author
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-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
2020-03-12replace stdint.h with cstdintRosen Penev
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-20storage/composite: make variable non-const to enable the std::move()Max Kellermann
2020-02-16storage/composite: no "=default" in constructorMax Kellermann
2020-02-04[clang-tidy] change integer prefixes to uppercaseRosen 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