Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-01-09 | UPnP database plugin | Jean-Francois Dockes | |
[mk: renamed source files, applied coding style, reduced bloat, using MPD's threading library, using MPD's error reporting and logging library and refactoring, fixed lots of bugs] | |||
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | |
From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | |||
2014-01-09 | test/DumpDatabase: fix nullptr dereference | Max Kellermann | |
2013-12-24 | test/*: remove GLib logging setup | Max Kellermann | |
Obsolete, our logging library doesn't ues GLib anymore. | |||
2013-10-15 | ConfigData: use std::string for config_param::value | Max Kellermann | |
2013-10-02 | Listen, ...: add missing includes | Max Kellermann | |
2013-09-05 | Tag: compile-time initialisation of ignore_tag_items | Max Kellermann | |
Move to TagSettings.c and use C99 initializers. | |||
2013-09-05 | Tag: move configuration code to TagConfig.cxx | Max Kellermann | |
Allow using the Tag.cxx library without the Config library. | |||
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. |