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