Age | Commit message (Expand) | Author |
2021-05-17 | Merge branch 'v0.22.x' | Max Kellermann |
2021-05-17 | {input,storage}/curl: set CURLOPT_HTTPAUTH=CURLAUTH_BASIC | Max Kellermann |
2021-03-04 | Merge branch 'v0.22.x' | Max Kellermann |
2021-03-04 | storage/plugins/CurlStorage: don't use glibc extension in | Érico Rolim |
2021-02-05 | event/{Coarse,Fine,Far}TimerEvent: aliases for TimerEvent | Max Kellermann |
2021-01-21 | Merge tag 'v0.22.4' | Max Kellermann |
2021-01-16 | clang-tidy: mark a bunch of variables constexpr | Rosen Penev |
2021-01-08 | Remove relative path handling which was not needed | Vincent Petry |
2021-01-05 | Merge branch 'v0.22.x' | Max Kellermann |
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 | Merge branch 'v0.22.x' | Max Kellermann |
2021-01-01 | copyright year 2021 | Max Kellermann |
2020-12-01 | event/DeferEvent: split the thread-safe version into new class InjectEvent | Max Kellermann |
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 |