Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-12-26 | fs/Traits, ...: work around -Wtautological-pointer-compare | Max Kellermann | 1 | -0/+3 | |
New in clang 3.6. | |||||
2014-02-07 | StoragePlugin: add method MapToRelativeUTF8() | Max Kellermann | 1 | -9/+8 | |
Replaces map_to_relative_path() from Mapper.cxx. | |||||
2014-02-07 | Mapper: move map_song_detach() to db/DatabaseSong.cxx | Max Kellermann | 1 | -2/+4 | |
Use Storage::MapUTF8() internally, don't use global variables. | |||||
2014-02-04 | Instance: add Database attribute | Max Kellermann | 1 | -0/+7 | |
Move from db/DatabaseGlue.cxx, eliminating global variable. | |||||
2014-02-04 | db/DatabasePlaylist: pass Database reference around | Max Kellermann | 1 | -3/+4 | |
Reduce global variable usage, move to frontend code. | |||||
2014-02-03 | SongLoader: new class that merges duplicate code | Max Kellermann | 1 | -0/+102 | |
There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files. |