Age | Commit message (Expand) | Author |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann |
2016-02-28 | queue/PlaylistEdit: throw PlaylistError on error | Max Kellermann |
2016-02-28 | playlist/queue: use std::unique_ptr | Max Kellermann |
2016-02-26 | update copyright year to 2016 | Max Kellermann |
2016-02-22 | SongUpdate: move tag_scan_fallback() to tag/Generic.cxx | Max Kellermann |
2016-02-22 | tag/handler: use CamelCase | Max Kellermann |
2016-02-22 | playlist/Stream, db/upnp: add missing includes | Max Kellermann |
2016-02-21 | playlist/Plugin: pass InputStreamPtr&& to open_stream() | Max Kellermann |
2016-02-21 | input: wrap InputStream in std::unique_ptr | Max Kellermann |
2016-02-07 | playlist/PlaylistStream: catch and log C++ exceptions | Max Kellermann |
2016-02-07 | playlist/SongEnumerator: wrap song in std::unique_ptr | Max Kellermann |
2016-02-07 | playlist/cue/CueParser: Get() returns std::unique_ptr | Max Kellermann |
2016-02-07 | playlist/cue/CueParser: use std::unique_ptr | Max Kellermann |
2016-02-07 | playlist/cue/CueParser: use C++11 initializers | Max Kellermann |
2015-11-06 | playlist/soundcloud: make key_str "static const" | Max Kellermann |
2015-11-06 | util/StringUtil: move comparison functions to StringCompare.cxx | Max Kellermann |
2015-10-26 | playlist/flac: re-add the plugin | Max Kellermann |
2015-09-30 | util/StringView: new utility class | Max Kellermann |
2015-09-17 | unix/Daemon, playlist/pls, ...: remove unused Domain variables | Max Kellermann |
2015-09-17 | CueParser.cxx: Append pregap to previous track | Will Tiffany |
2015-08-23 | CueParser.cxx: ignore INDEX after first per track | Will Tiffany |
2015-08-12 | client/Response: new Client wrapper class for writing responses | Max Kellermann |
2015-08-05 | playlist/embcue: fix last track | xent |
2015-03-17 | *: doxygen fixups | Max Kellermann |
2015-03-05 | PlaylistStream: convert suffix to UTF-8 | Max Kellermann |
2015-03-03 | *: change C-style prototypes, drop "(void)" | Max Kellermann |
2015-03-01 | fs/Path: add method GetSuffix() | Max Kellermann |
2015-01-31 | decoder/sndfile, ...: update API documentation | Max Kellermann |
2015-01-26 | Merge branch 'v0.19.x' | Max Kellermann |
2015-01-26 | Merge branch 'v0.18.x' into v0.19.x | Max Kellermann |
2015-01-26 | {playlist,input}/despotify: remove defunct plugin | Max Kellermann |
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann |
2015-01-21 | config/Option: convert to strictly-typed enum | Max Kellermann |
2015-01-21 | ConfigData: move struct config_param to Param.hxx | Max Kellermann |
2015-01-01 | Copyright year 2015 | Max Kellermann |
2014-12-17 | Merge tag 'v0.19.7' | Max Kellermann |
2014-12-17 | Merge tag 'v0.18.21' into v0.19.x | Max Kellermann |
2014-12-16 | playlist/embcue: fix filename suffix detection | k44 |
2014-12-09 | Merge branch 'v0.19.x' | Max Kellermann |
2014-12-09 | playlist/Print: don't skip non-existent songs in "listplaylist" | Max Kellermann |
2014-12-08 | configure.ac: add option to disable CUE | Max Kellermann |
2014-12-05 | playlist/soundcloud: drop support for libyajl1 | Max Kellermann |
2014-12-04 | playlist, InotifySource, ...: update GLib comments | Max Kellermann |
2014-12-04 | playlist/pls: custom INI parser | Max Kellermann |
2014-11-21 | configure.ac: add macro MPD_ENABLE_AUTO_PKG | Max Kellermann |
2014-11-02 | Merge tag 'v0.19.2' | Max Kellermann |
2014-11-02 | playlist/m3u: recognize the file suffix ".m3u8" | Max Kellermann |
2014-11-01 | Decoder, Playlist: ignore URI query string for plugin detection | Max Kellermann |
2014-10-26 | playlist/m3u: recognize the file suffix ".m3u8" | Max Kellermann |
2014-10-25 | SongSticker, playlist/soundcloud: add missing stdlib.h include | Max Kellermann |