Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ProxyDatabase: pass "detached" objects to visitors | Max Kellermann | 2012-08-15 | 1 | -1/+9 |
| | | | | Fixes wrong object URIs with duplicate base names. | ||||
* | Song: add function song_dup_detached() | Max Kellermann | 2012-08-15 | 1 | -0/+36 |
| | | | | | Initial support for "detached" songs that come from the database, but are private copies. | ||||
* | Song: add function song_equals() | Max Kellermann | 2012-08-15 | 1 | -0/+27 |
| | | | | | decoder_is_current_song() now recognizes different instances of the same physical song. | ||||
* | song: use C++ compiler | Max Kellermann | 2012-08-08 | 1 | -0/+110 |