aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistSave.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Playlist*: use the BufferedOutputStream API instead of FILE*Max Kellermann2015-03-241-7/+3
|
* PlaylistSave: return bool/Error instead of PlaylistResultMax Kellermann2015-03-241-4/+5
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* PlaylistCommands: remove redundant playlist_load_spl() callMax Kellermann2014-05-101-10/+0
| | | | | This case is handled already by playlist_open_in_playlist_dir() (via playlist_mapper_open()). And the call didn't work anyway.
* Merge branch 'v0.18.x'Max Kellermann2014-01-201-2/+2
|\
| * Queue: rename struct queue to QueueMax Kellermann2014-01-201-2/+2
| | | | | | | | | | Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway.
* | copyright year 2014Max Kellermann2014-01-131-1/+1
| |
* | DetachedSong: fork of struct SongMax Kellermann2014-01-091-2/+2
|/ | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* player_control: rename to PlayerControlMax Kellermann2013-10-281-2/+2
|
* PlaylistError: convert playlist_result to a strictly-typed enumMax Kellermann2013-10-201-2/+2
|
* *: use references instead of pointersMax Kellermann2013-10-191-4/+4
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-1/+2
| | | | Replaces GLib's GError.
* playlist_error: convert to C++Max Kellermann2013-08-101-1/+1
|
* song: convert header to C++Max Kellermann2013-07-281-2/+2
|
* db_save, state_file: convert to C++Max Kellermann2013-01-021-1/+0
|
* stored_playlist, playlist_save: use C++ compilerMax Kellermann2012-09-281-0/+61