Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-04-02 | Merge tag 'v0.21.22' | Max Kellermann | |
release v0.21.22 | |||
2020-04-02 | test/*: fix Windows build using class FromNarrowPath | Max Kellermann | |
2020-02-01 | *: use nullptr instead of NULL | Max Kellermann | |
2020-02-01 | *: use defaulted destructors | Max Kellermann | |
2020-01-31 | [clang-tidy] use override instead of virtual | Rosen Penev | |
Found with modernize-use-override Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-04-24 | db/DatabaseListener: add `noexcept` | Max Kellermann | |
2019-02-20 | db/Plugin: use std::unique_ptr<> to manage Database pointers | Max Kellermann | |
2019-02-05 | test/ConfigGlue: merge duplicate code from various debug programs | Max Kellermann | |
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2018-08-19 | test/DumpDatabase: allocate ConfigData on the stack | Max Kellermann | |
2018-08-02 | DetachedSong, db/LightSong, SongFilter: move to src/song/ | Max Kellermann | |
2018-07-17 | test/DumpDatabase: use struct ConfigData | Max Kellermann | |
2018-07-17 | tag/Config: use struct ConfigData | Max Kellermann | |
2018-07-17 | test/*: catch and print all exceptions | Max Kellermann | |
2018-07-17 | config/Block: allow moving name and value | Max Kellermann | |
2018-07-16 | config/Config*: rename files, drop "Config" prefix | Max Kellermann | |
2017-08-24 | db/DatabasePlugin: pass EventThread's EventLoop to create() | Max Kellermann | |
Allows database plugins to use the EventThread, e.g. for CURL integration. | |||
2017-08-18 | test/DumpDatabase: start an EventThread | Max Kellermann | |
Our local EventLoop instance was never run; it was not usable. | |||
2017-08-18 | test/{DumpDatabase,run_neighbor_explorer}: add class GlobalInit | Max Kellermann | |
2017-02-08 | tag/Tag*: rename several source files | 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 | |
Implementations shall use exceptions instead. | |||
2016-10-28 | db/Plugin: migrate from class Error to C++ exceptions | Max Kellermann | |
2016-09-16 | input/InputStream: migrate from class Error to C++ exceptions | Max Kellermann | |
2016-03-19 | db/Interface: Open() throws exception on error | Max Kellermann | |
2016-03-18 | test/DumpDatabase: use AtScopeExit() | Max Kellermann | |
2016-03-18 | db/DatabaseListener: pass URI to OnDatabaseSongRemoved() | Max Kellermann | |
There's no point in passing a LightSong reference here; the callee is interested only in the URI. | |||
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-12-18 | fs/io/Reader: use C++ exceptions instead of class Error | Max Kellermann | |
2015-12-16 | config/ConfigFile: use std::exception on syntax error | Max Kellermann | |
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | |
The old struct config_param remains only for top-level string options. | |||
2015-01-21 | config/Option: convert to strictly-typed enum | Max Kellermann | |
2015-01-21 | ConfigData: move struct config_param to Param.hxx | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-12-05 | configure.ac: require GLib 2.32 (if enabled) | Max Kellermann | |
Since version 2.32, g_thread_init() is deprecated and a no-op. Let's upgrade that (optional) dependency so we can remove all those g_thread_init() calls. | |||
2014-11-21 | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann | |
Simplify the definition of many build options. | |||
2014-10-24 | test/DumpDatabase, ...: no g_thread_init() calls when GLib is disabled | Max Kellermann | |
2014-02-19 | DatabasePlugin: split header | Max Kellermann | |
2014-02-04 | db/DatabaseListener: add method OnDatabaseSongRemoved() | Max Kellermann | |
Decouples db/update/Remove.cpp from global variables. | |||
2014-01-27 | Playlist{Info,Vector}: move to db/ | Max Kellermann | |
2014-01-24 | Database*: move to db/ | Max Kellermann | |
2014-01-24 | Input*: move to input/ | Max Kellermann | |
2014-01-24 | Config*: move to config/ | Max Kellermann | |
2014-01-22 | LightDirectory: new struct replacing Directory in the DB API | Max Kellermann | |
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | |
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | |||
2014-01-13 | copyright year 2014 | Max Kellermann | |
2014-01-11 | DatabasePlugin: add interface DatabaseListener | Max Kellermann | |
Allow database plugins to announce that they have been modified. |