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
/
update
/
Service.cxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-07-06
db/update/Service: avoid copying the mount point path
Max Kellermann
2020-04-08
db/update/Service: pass std::string_view to Enqueue()
Max Kellermann
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
db/simple/Directory: rename LookupResult::uri to "rest"
Max Kellermann
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-09-01
db/update/Service: add `noexcept`
Max Kellermann
2019-09-01
TagArchive, db/update/Service: catch all exceptions
Max Kellermann
2019-08-02
Partition, ...: add `noexcept` to callback methods
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-04-26
db/update/Service: wrap UpdateWalk in std::unique_ptr<>
Max Kellermann
2019-02-20
db/Plugin: use std::unique_ptr<> to manage Database pointers
Max Kellermann
2018-11-19
db/Interface: remove IsPlugin(), use `dynamic_cast` instead
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-19
db/update/Service: Enqueue() throws on error
Max Kellermann
2018-07-17
db/update/Config: use struct ConfigData
Max Kellermann
2018-07-17
db/update/Walk: move UpdateConfig initialization to class UpdateService
Max Kellermann
2018-02-11
Merge tag 'v0.20.17'
Max Kellermann
2018-02-09
db/update/Service: set the update thread name
Max Kellermann
2018-02-03
Merge tag 'v0.20.16'
Max Kellermann
2018-02-01
db/update/Queue: work around GCC7 -Wuninitialized
Max Kellermann
2018-01-07
thread/Thread: use BoundMethod
Max Kellermann
2017-11-10
db/update/Service: migrate from DeferredMonitor to DeferEvent
Max Kellermann
2017-09-09
db/update/Service: use C++11 initializers
Max Kellermann
2017-08-18
event/Loop: set thread to current thread by default
Max Kellermann
2017-02-10
thread/Thread: use BoundMethod
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-06-17
thread/Thread: throw std::system_error on error
Max Kellermann
2016-03-05
db/update/Service: eliminate attribute "progress"
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-12-16
fs/io/OutputStream: use C++ exceptions in Write()
Max Kellermann
2015-12-16
fs/io/FileOutputStream: use C++ exceptions in constructor
Max Kellermann
2015-12-16
db/simple: use class ScopeDatabaseLock
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-02-27
db/simple: mount points
Max Kellermann
2014-02-27
db/simple: GetRoot() returns reference
Max Kellermann
2014-02-27
db/update/Service: allocate UpdateWalk dynamically
Max Kellermann
2014-02-27
db/update: cancel the update on shutdown
Max Kellermann
2014-02-27
db/UpdateGlue: rename to Service.cxx
Max Kellermann
2014-01-30
db/update: convert to OO API
Max Kellermann