| Commit message (Expand) | Author | Files | Lines |
2013-11-28 | Util/StringUtil: add StringStartsWith() | Max Kellermann | 1 | -4/+3 |
2013-10-22 | Playlist*, Queue: use GetDatabase() overload without Error | Max Kellermann | 1 | -1/+1 |
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 |
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 |
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 |
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 |
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 |
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 |
2010-07-25 | queue_save: simplify get_song() | Max Kellermann | 1 | -10/+3 |
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 |
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 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
2009-02-25 | ls: moved generic URI utilities to uri.c | Max Kellermann | 1 | -1/+1 |
2009-01-23 | playlist: moved saving/loading code to queue_save.c | Max Kellermann | 1 | -0/+78 |