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
/
Instance.hxx
Age
Commit message (
Expand
)
Author
2019-02-20
Instance: use std::unique_ptr<> to manage the Database pointer
Max Kellermann
2019-02-15
Instance: eliminate FinishShutdownUpdate(), move code to destructor
Max Kellermann
2019-02-15
Instance: eliminate ShutdownDatabase(), move code to destructor
Max Kellermann
2019-02-05
Instance: remove FinishShutdownPartitions()
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2018-08-02
lib/systemd/Watchdog: implement the systemd watchdog protocol
Max Kellermann
2018-02-16
output/alsa: use a new I/O thread with real-time scheduling
Max Kellermann
2018-01-30
RemoteTagCache: new glue class for integrating RemoteTagScanner
Max Kellermann
2018-01-29
Main: move part of the shutdown code to Instance methods
Max Kellermann
2018-01-29
Instance: rename Shutdown() to Break()
Max Kellermann
2018-01-29
Instance: un-inline the destructor
Max Kellermann
2018-01-02
neighbor/{Explorer,Listener}: add "noexcept"
Max Kellermann
2017-05-15
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: remove "pure" and "const" attributes from throwing functions
Max Kellermann
2017-02-25
Instance: add method FindPartition()
Max Kellermann
2017-02-17
Instance: make "partition" a std::list
Max Kellermann
2017-02-17
Instance: un-inline the constructor
Max Kellermann
2017-02-17
Instance: use C++11 initializer
Max Kellermann
2017-02-10
IOThread: move EventThread instance into struct Instance
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-10
util/Error: remove obsolete class
Max Kellermann
2016-10-26
Instance: remove Error parameter from GetDatabase()
Max Kellermann
2016-10-26
Instance: add GetDatabaseOrThrow()
Max Kellermann
2016-10-12
Fix for segfault on uninitialized state_file
hawken
2016-06-17
util/BindMethod: new utility class for callbacks
Max Kellermann
2016-03-18
db/DatabaseListener: pass URI to OnDatabaseSongRemoved()
Max Kellermann
2016-03-10
Instance: remove redundant "virtual" keywords
Max Kellermann
2016-03-10
Partition: use CallbackMaskMonitor, replacing class GlobalEvents::Monitor
Max Kellermann
2016-03-10
Instance: move GlobalEvents::Monitor to Partition
Max Kellermann
2016-03-10
Instance: replace IdleMaskMonitor with CallMaskMonitor
Max Kellermann
2016-03-10
IdleMonitor: new class to replace GlobalEvents::IDLE
Max Kellermann
2016-03-10
Instance: add base class which owns the EventLoop
Max Kellermann
2016-03-05
Instance: add StateFile* attribute
Max Kellermann
2016-03-05
GlobalEvents: expose the internal class
Max Kellermann
2016-03-05
Instance: embed EventLoop, no pointer
Max Kellermann
2016-03-05
Instance: add method Shutdown()
Max Kellermann
2016-03-05
Instance: use C++11 initializers
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-02-09
Main: wrap the Storage instance in CompositeStorage
Max Kellermann
2014-02-06
Instance: narrow "storage" to class Storage
Max Kellermann
2014-02-05
db/UpdateWalk: move LocalStorage to Instance
Max Kellermann
2014-02-05
Instance: add attribute "event_loop"
Max Kellermann
2014-02-04
db/DatabaseListener: add method OnDatabaseSongRemoved()
Max Kellermann
2014-02-04
Instance: merge DatabaseModified() into OnDatabaseModified()
Max Kellermann
2014-02-04
Instance: add Database attribute
Max Kellermann
2014-02-04
Main: create UpdateService instance in glue_db_init_and_load()
Max Kellermann
[next]