aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistSave.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Playlist*: use the BufferedOutputStream API instead of FILE*Max Kellermann2015-03-241-11/+14
* PlaylistSave: return bool/Error instead of PlaylistResultMax Kellermann2015-03-241-18/+19
* fs/NarrowPath: new utility classMax Kellermann2015-03-051-2/+3
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* PlaylistCommands: remove redundant playlist_load_spl() callMax Kellermann2014-05-101-29/+0
* Playlist: use the Error library to return errorsMax Kellermann2014-02-271-3/+6
* Playlist*: move to queue/Max Kellermann2014-02-271-1/+1
* PlaylistSave: use DetachedSong::GetRealURI() in playlist_print_song()Max Kellermann2014-02-071-12/+7
* Mapper: move map_song_detach() to db/DatabaseSong.cxxMax Kellermann2014-02-071-1/+1
* SongLoader: new class that merges duplicate codeMax Kellermann2014-02-031-10/+4
* PlaylistSave: remove redundant backslash conversionMax Kellermann2014-02-031-16/+3
* db: add compile-time option to disable databaseMax Kellermann2014-01-301-2/+6
* DetachedSong: add attribute "real_uri"Max Kellermann2014-01-211-1/+2
* Merge branch 'v0.18.x'Max Kellermann2014-01-201-1/+1
|\
| * Queue: rename struct queue to QueueMax Kellermann2014-01-201-1/+1
* | LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-1/+0
* | copyright year 2014Max Kellermann2014-01-131-1/+1
* | DetachedSong: fork of struct SongMax Kellermann2014-01-091-2/+3
* | util/Alloc: new library replacing GLib's g_malloc()Max Kellermann2014-01-071-4/+3
* | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov2013-12-051-1/+1
|/
* player_control: rename to PlayerControlMax Kellermann2013-10-281-1/+1
* PlaylistError: convert playlist_result to a strictly-typed enumMax Kellermann2013-10-201-11/+11
* *: use references instead of pointersMax Kellermann2013-10-191-12/+12
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-6/+6
* fs/Path: move definitions to struct PathTraitsMax Kellermann2013-10-171-1/+2
* PlaylistSave: eliminate the last g_warning() callMax Kellermann2013-10-171-1/+2
* Song: GetURI() returns std::stringMax Kellermann2013-10-171-3/+2
* fs/Path: add method IsAbsolute()Max Kellermann2013-10-141-1/+1
* Merge tag 'release-0.17.6'Max Kellermann2013-10-141-0/+10
* Log: new logging library APIMax Kellermann2013-10-021-1/+4
* Playlist*: use nullptr instead of NULLMax Kellermann2013-10-021-1/+1
* util/Error: new error passing libraryMax Kellermann2013-09-041-6/+4
* song: convert header to C++Max Kellermann2013-07-281-4/+4
* uri: convert to C++Max Kellermann2013-04-081-4/+1
* PlaylistSave.cxx: use FOpenDenis Krjuchkov2013-02-021-1/+1
* require GLib 2.24Max Kellermann2013-01-291-2/+0
* ConfigFile, CommandLine: use the Path classMax Kellermann2013-01-291-1/+2
* Path::FromUTF8() returns nulled instance on error, add error handling where r...Denis Krjuchkov2013-01-281-1/+2
* Mapper: improve usage of Path classDenis Krjuchkov2013-01-261-1/+1
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-1/+1
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-181-31/+16
* path: convert to C++Max Kellermann2013-01-171-1/+1
* idle: convert to C++Max Kellermann2013-01-091-1/+1
* Playlist: convert functions to methodsMax Kellermann2013-01-071-4/+4
* queue: convert all functions to methodsMax Kellermann2013-01-061-2/+2
* playlist: convert to C++Max Kellermann2013-01-041-2/+2
* mapper: convert to C++Max Kellermann2013-01-021-1/+1
* main: use C++ compilerMax Kellermann2012-09-281-1/+1
* PlaylistFile: use std::list instead of GPtrArrayMax Kellermann2012-09-281-11/+13
* stored_playlist, playlist_save: use C++ compilerMax Kellermann2012-09-281-0/+151