Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | playlist_vector: require database lock for all functions | Max Kellermann | 2012-02-13 | 1 | -0/+8 |
| | |||||
* | playlist_vector: add new playlist to the end of the list | Max Kellermann | 2012-02-13 | 1 | -1/+1 |
| | | | | Avoid reversing the order after every update. | ||||
* | playlist_vector: use the list_head library | Max Kellermann | 2012-02-12 | 1 | -37/+18 |
| | |||||
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | playlist_vector: update_or_add() returns bool | Max Kellermann | 2010-09-07 | 1 | -1/+6 |
| | | | | False if the vector was not modified. | ||||
* | update: store playlist files in database | Max Kellermann | 2010-07-21 | 1 | -0/+120 |
Don't open the music directory for each "lsinfo" call. Get the list of playlist files from the memory database. |