Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2019-03-25 | db/DatabasePlaylist: pass DatabaseSelection to search_add_to_playlist() | Max Kellermann | |
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2018-08-20 | Compiler.h: move to util/ | Max Kellermann | |
2017-02-08 | db/DatabaseSong: make the Storage optional | Max Kellermann | |
Some database plugins don't use a Storage (e.g. UPnP), and with this plugin, DatabaseDetachSong() can crash. | |||
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-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-02-07 | Mapper: move map_song_detach() to db/DatabaseSong.cxx | Max Kellermann | |
Use Storage::MapUTF8() internally, don't use global variables. | |||
2014-02-04 | db/DatabasePlaylist: pass Database reference around | Max Kellermann | |
Reduce global variable usage, move to frontend code. | |||
2014-01-24 | Database*: move to db/ | Max Kellermann | |