Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mapper: move map_song_detach() to db/DatabaseSong.cxx | Max Kellermann | 2014-02-07 | 1 | -1/+2 |
| | | | | Use Storage::MapUTF8() internally, don't use global variables. | ||||
* | Instance: add Database attribute | Max Kellermann | 2014-02-04 | 1 | -1/+1 |
| | | | | Move from db/DatabaseGlue.cxx, eliminating global variable. | ||||
* | db/DatabasePlaylist: pass Database reference around | Max Kellermann | 2014-02-04 | 1 | -1/+6 |
| | | | | Reduce global variable usage, move to frontend code. | ||||
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -4/+4 |
| | |||||
* | Client*: move to client/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -4/+0 |
| | |||||
* | Revert "command: new commands "findin", "searchin" with base URI" | Max Kellermann | 2013-10-29 | 1 | -17/+4 |
| | | | | | | | This reverts commit a577944ab5a1f4d688e5901fa3efaf7cd1673588. Will be replaced by new options for the old commands "search" and "find". | ||||
* | command: new commands "findin", "searchin" with base URI | Max Kellermann | 2013-10-26 | 1 | -4/+17 |
| | |||||
* | *Commands: move to src/command/ | Max Kellermann | 2013-10-20 | 1 | -0/+221 |