Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Playlist*: use the BufferedOutputStream API instead of FILE* | Max Kellermann | 2015-03-24 | 1 | -11/+14 |
| | |||||
* | PlaylistSave: return bool/Error instead of PlaylistResult | Max Kellermann | 2015-03-24 | 1 | -18/+19 |
| | |||||
* | fs/NarrowPath: new utility class | Max Kellermann | 2015-03-05 | 1 | -2/+3 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | PlaylistCommands: remove redundant playlist_load_spl() call | Max Kellermann | 2014-05-10 | 1 | -29/+0 |
| | | | | | This case is handled already by playlist_open_in_playlist_dir() (via playlist_mapper_open()). And the call didn't work anyway. | ||||
* | Playlist: use the Error library to return errors | Max Kellermann | 2014-02-27 | 1 | -3/+6 |
| | |||||
* | Playlist*: move to queue/ | Max Kellermann | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | PlaylistSave: use DetachedSong::GetRealURI() in playlist_print_song() | Max Kellermann | 2014-02-07 | 1 | -12/+7 |
| | | | | | The DetachedSong instance already knows its own absolute path, and there is no need to ask the mapper again. | ||||
* | Mapper: move map_song_detach() to db/DatabaseSong.cxx | Max Kellermann | 2014-02-07 | 1 | -1/+1 |
| | | | | Use Storage::MapUTF8() internally, don't use global variables. | ||||
* | SongLoader: new class that merges duplicate code | Max Kellermann | 2014-02-03 | 1 | -10/+4 |
| | | | | | There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files. | ||||
* | PlaylistSave: remove redundant backslash conversion | Max Kellermann | 2014-02-03 | 1 | -16/+3 |
| | | | | | This is already being done by FixSeparators(), called from PathToUTF8(). | ||||
* | db: add compile-time option to disable database | Max Kellermann | 2014-01-30 | 1 | -2/+6 |
| | |||||
* | DetachedSong: add attribute "real_uri" | Max Kellermann | 2014-01-21 | 1 | -1/+2 |
| | | | | Prepare for UPnP songs that retain there database identity. | ||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-01-20 | 1 | -1/+1 |
|\ | |||||
| * | Queue: rename struct queue to Queue | Max Kellermann | 2014-01-20 | 1 | -1/+1 |
| | | | | | | | | | | Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway. | ||||
* | | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 2014-01-19 | 1 | -1/+0 |
| | | | | | | | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | ||||
* | | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | | |||||
* | | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -2/+3 |
| | | | | | | | | | | | | 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. | ||||
* | | util/Alloc: new library replacing GLib's g_malloc() | Max Kellermann | 2014-01-07 | 1 | -4/+3 |
| | | |||||
* | | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 2013-12-05 | 1 | -1/+1 |
|/ | |||||
* | player_control: rename to PlayerControl | Max Kellermann | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | PlaylistError: convert playlist_result to a strictly-typed enum | Max Kellermann | 2013-10-20 | 1 | -11/+11 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -12/+12 |
| | |||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -6/+6 |
| | | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object. | ||||
* | fs/Path: move definitions to struct PathTraits | Max Kellermann | 2013-10-17 | 1 | -1/+2 |
| | |||||
* | PlaylistSave: eliminate the last g_warning() call | Max Kellermann | 2013-10-17 | 1 | -1/+2 |
| | |||||
* | Song: GetURI() returns std::string | Max Kellermann | 2013-10-17 | 1 | -3/+2 |
| | |||||
* | fs/Path: add method IsAbsolute() | Max Kellermann | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | Merge tag 'release-0.17.6' | Max Kellermann | 2013-10-14 | 1 | -0/+10 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -1/+4 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Playlist*: use nullptr instead of NULL | Max Kellermann | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -6/+4 |
| | | | | Replaces GLib's GError. | ||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -4/+4 |
| | |||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -4/+1 |
| | |||||
* | PlaylistSave.cxx: use FOpen | Denis Krjuchkov | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | require GLib 2.24 | Max Kellermann | 2013-01-29 | 1 | -2/+0 |
| | |||||
* | ConfigFile, CommandLine: use the Path class | Max Kellermann | 2013-01-29 | 1 | -1/+2 |
| | |||||
* | Path::FromUTF8() returns nulled instance on error, add error handling where ↵ | Denis Krjuchkov | 2013-01-28 | 1 | -1/+2 |
| | | | | required | ||||
* | Mapper: improve usage of Path class | Denis Krjuchkov | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2013-01-18 | 1 | -31/+16 |
| | |||||
* | path: convert to C++ | Max Kellermann | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | idle: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Playlist: convert functions to methods | Max Kellermann | 2013-01-07 | 1 | -4/+4 |
| | |||||
* | queue: convert all functions to methods | Max Kellermann | 2013-01-06 | 1 | -2/+2 |
| | |||||
* | playlist: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -2/+2 |
| | |||||
* | mapper: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | main: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | PlaylistFile: use std::list instead of GPtrArray | Max Kellermann | 2012-09-28 | 1 | -11/+13 |
| | |||||
* | stored_playlist, playlist_save: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -0/+151 |