summaryrefslogtreecommitdiff
path: root/src/Instance.cxx
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
2018-10-31*: copyright year 2018Max 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-29Instance: un-inline the destructorMax Kellermann
2018-01-02neighbor/{Explorer,Listener}: add "noexcept"Max Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-05-15*: add "noexcept" to many, many function prototypesMax 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-01-03update copyright yearMax Kellermann
2016-10-27lib/sqlite, sticker: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-26Instance: remove Error parameter from GetDatabase()Max Kellermann
2016-10-26Instance: add GetDatabaseOrThrow()Max Kellermann
2016-03-18queue/Playlist: rename DeleteSong() to StaleSong()Max Kellermann
2016-03-18db/DatabaseListener: pass URI to OnDatabaseSongRemoved()Max Kellermann
2016-03-10Partition: use CallbackMaskMonitor, replacing class GlobalEvents::MonitorMax Kellermann
2016-03-05Instance: embed EventLoop, no pointerMax Kellermann
2016-03-05Partition: add method EmitIdle()Max Kellermann
2016-03-05Instance: add method Shutdown()Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-07db/DatabaseError: rename enum db_error and make strictly-typedMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-12sticker/Database: use the Error libraryMax 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-01Playlist: pass Database to DatabaseModified()Max Kellermann
2014-01-30db: add compile-time option to disable databaseMax Kellermann
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-11DatabasePlugin: add interface DatabaseListenerMax Kellermann
2014-01-11UpdateGlue: move stats_invalidate() call to Instance::DatabaseModified()Max Kellermann
2014-01-09DetachedSong: fork of struct SongMax Kellermann
2013-10-22Partition: add method DatabaseModified()Max Kellermann
2013-10-21Partition: add methods TagModified(), SyncWithPlayer()Max Kellermann
2013-07-28song: convert header to C++Max Kellermann
2013-04-17Main: move global variables to struct InstanceMax Kellermann