index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
db
/
plugins
/
simple
/
Directory.cxx
Age
Commit message (
Expand
)
Author
2020-04-08
db/simple: pass std::string_view to Directory::LookupDirectory()
Max Kellermann
2020-04-03
db/simple/Directory: add LookupResult::uri
Max Kellermann
2020-04-03
lib/icu/Collate: pass std::string_view
Max Kellermann
2020-04-02
db/simple/Directory: reimplement LookupDirectory() without allocations
Max Kellermann
2020-04-02
db/simple/Directory: pass std::string_view to several methods
Max Kellermann
2020-04-02
Merge tag 'v0.21.22'
Max Kellermann
2020-04-02
db/simple/Directory: optimize GetName() using the parent's path
Max Kellermann
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-02
[clang-tidy] convert several functions to const &
Rosen Penev
2020-02-01
*: use `auto`
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-09-05
db/simple/Directory: RemoveSong() returns SongPtr
Max Kellermann
2019-09-04
db/simple/Song: rename "uri" to "filename"
Max Kellermann
2019-09-04
db/simple/Song: make "parent" a reference, not a pointer
Max Kellermann
2019-09-03
db/simple/Song: convert "uri" to a std::string
Max Kellermann
2019-05-21
db/simple/Song: wrap in std::unique_ptr<>
Max Kellermann
2019-05-21
db/simple/Song: move struct Disposer to separate header
Max Kellermann
2019-02-20
db/simple/Directory: close the Database in destructor
Max Kellermann
2019-02-20
db/Plugin: use std::unique_ptr<> to manage Database pointers
Max Kellermann
2019-02-20
db/simple/Directory: add `noexcept`
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-09-02
db/simple: pass DatabaseSelection to WalkMount()
Max Kellermann
2018-08-02
DetachedSong, db/LightSong, SongFilter: move to src/song/
Max Kellermann
2017-12-18
Merge tag 'v0.20.13'
Max Kellermann
2017-12-18
Fix `lsinfo` and `add` for mounted databases.
FlashSystems
2017-12-03
Merge branch 'v0.20.x'
Max Kellermann
2017-11-27
Fix for "Mount-Points are purged from database on update/rescan."
FlashSystems
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-02-11
db/simple/Directory: use C++11 initializers
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-10-29
db/Interface: migrate visitor methods from class Error to C++ exceptions
Max Kellermann
2016-10-29
db/Visitor: remove the Error parameter
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-12-16
db/DatabaseLock: add class ScopeDatabaseUnlock
Max Kellermann
2015-10-19
util/DeleteDisposer: new utility class
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-06-16
Directory: eliminate attribute "have_stat"
Max Kellermann
2014-06-16
db/simple: use class boost::intrusive::list
Max Kellermann
2014-02-27
db/simple: mount points
Max Kellermann
2014-02-26
db/simple/Directory: eliminate method LookupSong()
Max Kellermann
2014-02-26
db/simple/Directory: LookupDirectory() return remaining URI
Max Kellermann
2014-02-26
db/simple/Directory: make variables more local
Max Kellermann
2014-02-26
db/simple: create dedicated directory
Max Kellermann