summaryrefslogtreecommitdiff
path: root/src/db/plugins/simple/Directory.cxx
AgeCommit message (Expand)Author
2020-04-08db/simple: pass std::string_view to Directory::LookupDirectory()Max Kellermann
2020-04-03db/simple/Directory: add LookupResult::uriMax Kellermann
2020-04-03lib/icu/Collate: pass std::string_viewMax Kellermann
2020-04-02db/simple/Directory: reimplement LookupDirectory() without allocationsMax Kellermann
2020-04-02db/simple/Directory: pass std::string_view to several methodsMax Kellermann
2020-04-02Merge tag 'v0.21.22'Max Kellermann
2020-04-02db/simple/Directory: optimize GetName() using the parent's pathMax Kellermann
2020-03-12replace assert.h with cassertRosen Penev
2020-02-02[clang-tidy] convert several functions to const &Rosen Penev
2020-02-01*: use `auto`Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-09-05db/simple/Directory: RemoveSong() returns SongPtrMax Kellermann
2019-09-04db/simple/Song: rename "uri" to "filename"Max Kellermann
2019-09-04db/simple/Song: make "parent" a reference, not a pointerMax Kellermann
2019-09-03db/simple/Song: convert "uri" to a std::stringMax Kellermann
2019-05-21db/simple/Song: wrap in std::unique_ptr<>Max Kellermann
2019-05-21db/simple/Song: move struct Disposer to separate headerMax Kellermann
2019-02-20db/simple/Directory: close the Database in destructorMax Kellermann
2019-02-20db/Plugin: use std::unique_ptr<> to manage Database pointersMax Kellermann
2019-02-20db/simple/Directory: add `noexcept`Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-09-02db/simple: pass DatabaseSelection to WalkMount()Max Kellermann
2018-08-02DetachedSong, db/LightSong, SongFilter: move to src/song/Max Kellermann
2017-12-18Merge tag 'v0.20.13'Max Kellermann
2017-12-18Fix `lsinfo` and `add` for mounted databases.FlashSystems
2017-12-03Merge branch 'v0.20.x'Max Kellermann
2017-11-27Fix for "Mount-Points are purged from database on update/rescan."FlashSystems
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-02-11db/simple/Directory: use C++11 initializersMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-10-29db/Interface: migrate visitor methods from class Error to C++ exceptionsMax Kellermann
2016-10-29db/Visitor: remove the Error parameterMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-12-16db/DatabaseLock: add class ScopeDatabaseUnlockMax Kellermann
2015-10-19util/DeleteDisposer: new utility classMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-06-16Directory: eliminate attribute "have_stat"Max Kellermann
2014-06-16db/simple: use class boost::intrusive::listMax Kellermann
2014-02-27db/simple: mount pointsMax Kellermann
2014-02-26db/simple/Directory: eliminate method LookupSong()Max Kellermann
2014-02-26db/simple/Directory: LookupDirectory() return remaining URIMax Kellermann
2014-02-26db/simple/Directory: make variables more localMax Kellermann
2014-02-26db/simple: create dedicated directoryMax Kellermann