Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-08-28 | DetachedSong: use std::chrono::duration for start_ms and end_ms | Max Kellermann | 1 | -1/+1 | |
2014-08-07 | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | 1 | -2/+2 | |
2014-07-30 | *Save, *State: use the OutputStream API instead of FILE* | Max Kellermann | 1 | -10/+12 | |
2014-07-12 | QueueSave: use the long format to save partial songs | Max Kellermann | 1 | -1/+6 | |
Previously, only streams were saved with range and tags, but this is necessary for all "partial" songs (e.g. CUE tracks). | |||||
2014-02-03 | QueueSave: use class SongLoader | Max Kellermann | 1 | -14/+10 | |
2014-01-30 | db: add compile-time option to disable database | Max Kellermann | 1 | -0/+2 | |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Queue*: move to queue/ | Max Kellermann | 1 | -0/+0 | |
2014-01-20 | Queue: rename struct queue to Queue | Max Kellermann | 1 | -2/+2 | |
Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway. | |||||
2014-01-17 | QueueSave: use DatabaseDetachSong() | Max Kellermann | 1 | -11/+3 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | 1 | -19/+16 | |
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. | |||||
2013-12-08 | TextFile: move to fs subsystem | Denis Krjuchkov | 1 | -1/+1 | |
2013-12-05 | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 1 | -1/+1 | |
2013-11-28 | Util/StringUtil: add StringStartsWith() | Max Kellermann | 1 | -4/+3 | |
Replaces GLib's g_str_has_prefix(). | |||||
2013-10-22 | Playlist*, Queue: use GetDatabase() overload without Error | Max Kellermann | 1 | -1/+1 | |
Don't use IgnoreError() when there's an overload that does not try to give us one. | |||||
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -12/+12 | |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -4/+4 | |
2013-10-18 | PlaylistEdit, QueueSave: free the Song object after Append() | Max Kellermann | 1 | -0/+2 | |
Fix for a major memory leak. | |||||
2013-10-17 | fs/Path: move definitions to struct PathTraits | Max Kellermann | 1 | -2/+2 | |
2013-10-17 | Song: GetURI() returns std::string | Max Kellermann | 1 | -4/+2 | |
2013-10-14 | fs/Path: add method IsAbsolute() | Max Kellermann | 1 | -1/+2 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -3/+6 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-10-02 | Listen, ...: add missing includes | Max Kellermann | 1 | -0/+2 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -6/+6 | |
Replaces GLib's GError. | |||||
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -8/+8 | |
2013-04-08 | uri: convert to C++ | Max Kellermann | 1 | -4/+1 | |
2013-01-06 | queue: convert all functions to methods | Max Kellermann | 1 | -5/+5 | |
2013-01-04 | playlist: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | TextFile: convert to a class | Max Kellermann | 1 | -4/+3 | |
2013-01-03 | text_file: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | database.h: eliminate db_*_song() | Max Kellermann | 1 | -17/+19 | |
Use the C++ API. | |||||
2013-01-02 | db_save, state_file: convert to C++ | Max Kellermann | 1 | -4/+7 | |
2012-08-21 | queue_save: save song priorities | Max Kellermann | 1 | -2/+19 | |
2012-08-16 | DatabasePlugin: add method ReturnSong() | Max Kellermann | 1 | -0/+3 | |
Allow the plugin to allocate the GetSong() return value. | |||||
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2010-07-25 | queue_save: save tags and range of non-database songs | Max Kellermann | 1 | -13/+43 | |
Use the functions song_save() and song_load() to use the same format as in the database file for those songs which need the tags. | |||||
2010-07-25 | queue_save: simplify get_song() | Max Kellermann | 1 | -10/+3 | |
Don't try db_get_song() if the URI has a scheme. | |||||
2010-07-25 | queue_save: move code to queue_save_song() | Max Kellermann | 1 | -7/+11 | |
2010-07-25 | queue_save: queue_load_song() returns void | Max Kellermann | 1 | -5/+4 | |
The only caller doesn't use its return value, and the value isn't useful anyway. | |||||
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 | |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 | |
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue. | |||||
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 | |
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy. | |||||
2009-02-25 | ls: moved generic URI utilities to uri.c | Max Kellermann | 1 | -1/+1 | |
"ls" is a bad name for a library which parses URIs. We'll move the rest of the "ls" library later. | |||||
2009-01-23 | playlist: moved saving/loading code to queue_save.c | Max Kellermann | 1 | -0/+78 | |
Create a new library which saves/loads the queue to/from the state file. |