summaryrefslogtreecommitdiff
path: root/src/Instance.hxx
AgeCommit message (Expand)Author
2019-02-20Instance: use std::unique_ptr<> to manage the Database pointerMax Kellermann
2019-02-15Instance: eliminate FinishShutdownUpdate(), move code to destructorMax Kellermann
2019-02-15Instance: eliminate ShutdownDatabase(), move code to destructorMax Kellermann
2019-02-05Instance: remove FinishShutdownPartitions()Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
2018-08-02lib/systemd/Watchdog: implement the systemd watchdog protocolMax Kellermann
2018-02-16output/alsa: use a new I/O thread with real-time schedulingMax Kellermann
2018-01-30RemoteTagCache: new glue class for integrating RemoteTagScannerMax Kellermann
2018-01-29Main: move part of the shutdown code to Instance methodsMax Kellermann
2018-01-29Instance: rename Shutdown() to Break()Max Kellermann
2018-01-29Instance: un-inline the destructorMax Kellermann
2018-01-02neighbor/{Explorer,Listener}: add "noexcept"Max Kellermann
2017-05-15*: add "noexcept" to many, many function prototypesMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: remove "pure" and "const" attributes from throwing functionsMax Kellermann
2017-02-25Instance: add method FindPartition()Max Kellermann
2017-02-17Instance: make "partition" a std::listMax Kellermann
2017-02-17Instance: un-inline the constructorMax Kellermann
2017-02-17Instance: use C++11 initializerMax Kellermann
2017-02-10IOThread: move EventThread instance into struct InstanceMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-10util/Error: remove obsolete classMax Kellermann
2016-10-26Instance: remove Error parameter from GetDatabase()Max Kellermann
2016-10-26Instance: add GetDatabaseOrThrow()Max Kellermann
2016-10-12Fix for segfault on uninitialized state_filehawken
2016-06-17util/BindMethod: new utility class for callbacksMax Kellermann
2016-03-18db/DatabaseListener: pass URI to OnDatabaseSongRemoved()Max Kellermann
2016-03-10Instance: remove redundant "virtual" keywordsMax Kellermann
2016-03-10Partition: use CallbackMaskMonitor, replacing class GlobalEvents::MonitorMax Kellermann
2016-03-10Instance: move GlobalEvents::Monitor to PartitionMax Kellermann
2016-03-10Instance: replace IdleMaskMonitor with CallMaskMonitorMax Kellermann
2016-03-10IdleMonitor: new class to replace GlobalEvents::IDLEMax Kellermann
2016-03-10Instance: add base class which owns the EventLoopMax Kellermann
2016-03-05Instance: add StateFile* attributeMax Kellermann
2016-03-05GlobalEvents: expose the internal classMax Kellermann
2016-03-05Instance: embed EventLoop, no pointerMax Kellermann
2016-03-05Instance: add method Shutdown()Max Kellermann
2016-03-05Instance: use C++11 initializersMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-02-09Main: wrap the Storage instance in CompositeStorageMax Kellermann
2014-02-06Instance: narrow "storage" to class StorageMax Kellermann
2014-02-05db/UpdateWalk: move LocalStorage to InstanceMax Kellermann
2014-02-05Instance: add attribute "event_loop"Max Kellermann
2014-02-04db/DatabaseListener: add method OnDatabaseSongRemoved()Max Kellermann
2014-02-04Instance: merge DatabaseModified() into OnDatabaseModified()Max Kellermann
2014-02-04Instance: add Database attributeMax Kellermann
2014-02-04Main: create UpdateService instance in glue_db_init_and_load()Max Kellermann