index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
PlaylistSave.cxx
Age
Commit message (
Expand
)
Author
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-02
DetachedSong, db/LightSong, SongFilter: move to src/song/
Max Kellermann
2018-07-18
fs/Path: add method ToUTF8Throw()
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-10-18
Playlist{File,Save}: always use UTF-8 in playlists on Windows
Max Kellermann
2017-10-18
PlaylistSave: move code to playlist_print_path()
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-04-21
fs/AllocatedPath: add method FromUTF8Throw()
Max Kellermann
2016-04-21
lib/icu/Win32: throw exception on error
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-12-28
PlaylistFile: throw exception on spl_map_to_fs() failure
Max Kellermann
2015-12-16
fs/io/OutputStream: use C++ exceptions in Write()
Max Kellermann
2015-12-16
fs/io/FileOutputStream: use C++ exceptions in Commit()
Max Kellermann
2015-12-16
fs/io/FileOutputStream: use C++ exceptions in constructor
Max Kellermann
2015-03-24
Playlist*: use the BufferedOutputStream API instead of FILE*
Max Kellermann
2015-03-24
PlaylistSave: return bool/Error instead of PlaylistResult
Max Kellermann
2015-03-05
fs/NarrowPath: new utility class
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-05-10
PlaylistCommands: remove redundant playlist_load_spl() call
Max Kellermann
2014-02-27
Playlist: use the Error library to return errors
Max Kellermann
2014-02-27
Playlist*: move to queue/
Max Kellermann
2014-02-07
PlaylistSave: use DetachedSong::GetRealURI() in playlist_print_song()
Max Kellermann
2014-02-07
Mapper: move map_song_detach() to db/DatabaseSong.cxx
Max Kellermann
2014-02-03
SongLoader: new class that merges duplicate code
Max Kellermann
2014-02-03
PlaylistSave: remove redundant backslash conversion
Max Kellermann
2014-01-30
db: add compile-time option to disable database
Max Kellermann
2014-01-21
DetachedSong: add attribute "real_uri"
Max Kellermann
2014-01-20
Merge branch 'v0.18.x'
Max Kellermann
2014-01-20
Queue: rename struct queue to Queue
Max Kellermann
2014-01-19
LightSong: new class to be used by DatabasePlugin callbacks
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2014-01-09
DetachedSong: fork of struct Song
Max Kellermann
2014-01-07
util/Alloc: new library replacing GLib's g_malloc()
Max Kellermann
2013-12-05
fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8
Denis Krjuchkov
2013-10-28
player_control: rename to PlayerControl
Max Kellermann
2013-10-20
PlaylistError: convert playlist_result to a strictly-typed enum
Max Kellermann
2013-10-19
*: use references instead of pointers
Max Kellermann
2013-10-17
fs/Path: rename to AllocatedPath
Max Kellermann
2013-10-17
fs/Path: move definitions to struct PathTraits
Max Kellermann
2013-10-17
PlaylistSave: eliminate the last g_warning() call
Max Kellermann
2013-10-17
Song: GetURI() returns std::string
Max Kellermann
2013-10-14
fs/Path: add method IsAbsolute()
Max Kellermann
2013-10-14
Merge tag 'release-0.17.6'
Max Kellermann
2013-10-02
Log: new logging library API
Max Kellermann
2013-10-02
Playlist*: use nullptr instead of NULL
Max Kellermann
2013-09-04
util/Error: new error passing library
Max Kellermann
2013-07-28
song: convert header to C++
Max Kellermann
2013-04-08
uri: convert to C++
Max Kellermann
2013-02-02
PlaylistSave.cxx: use FOpen
Denis Krjuchkov
[next]