| Commit message (Expand) | Author | Files | Lines |
2013-09-26 | PlayerThread: use {decoder,player}_control references | Max Kellermann | 3 | -216/+216 |
2013-09-26 | PlayerThread: allocate decoder_control on the stack | Max Kellermann | 1 | -5/+5 |
2013-09-26 | PlayerThread: move global MusicBuffer variable into the player object | Max Kellermann | 1 | -24/+27 |
2013-09-26 | PlayerThread: simplify "buffer empty" assertion | Max Kellermann | 2 | -7/+12 |
2013-09-26 | MusicChunk: remove obsolete prototypes | Max Kellermann | 1 | -7/+1 |
2013-09-26 | MusicBuffer: expose the C++ API | Max Kellermann | 11 | -118/+95 |
2013-09-26 | MusicPipe: expose the C++ API | Max Kellermann | 15 | -244/+189 |
2013-09-26 | MusicChunk: use constexpr for CHUNK_SIZE | Max Kellermann | 1 | -3/+1 |
2013-09-26 | *Plugin: remove redundant "line %i" from error messages | Max Kellermann | 5 | -49/+32 |
2013-09-26 | SongFilter: search for album artist falls back to the artist tag | Max Kellermann | 1 | -9/+21 |
2013-09-26 | IdTable, SongFilter: use std::fill_n() instead of std::fill() | Max Kellermann | 2 | -2/+2 |
2013-09-26 | TagType: reduce the enum size to 1 byte | Max Kellermann | 2 | -2/+13 |
2013-09-26 | Tag: add "pure" attributes | Max Kellermann | 1 | -0/+3 |
2013-09-26 | TagHandler: use a TagBuilder internally | Max Kellermann | 8 | -47/+55 |
2013-09-26 | Main: fix crash if no database was configured | Max Kellermann | 1 | -0/+3 |
2013-09-26 | Main: use nullptr instead of NULL | Max Kellermann | 1 | -11/+11 |
2013-09-26 | decoder/modplug: fix include directory | Max Kellermann | 1 | -1/+3 |
2013-09-26 | input/curl: fix EventLoop stall after curl_easy_pause | Artem Savkov | 1 | -0/+1 |
2013-09-12 | ConfigPath: return early on "~" | Max Kellermann | 1 | -3/+6 |
2013-09-12 | ConfigPath: skip the slash of "~/" | Max Kellermann | 1 | -3/+3 |
2013-09-12 | ConfigPath: remove the "~/" from the constructed path | Max Kellermann | 1 | -6/+9 |
2013-09-12 | ConfigPath: simplify the duplicate tilde check | Max Kellermann | 1 | -5/+5 |
2013-09-12 | ConfigPath: convert "home" variable to Path object | Max Kellermann | 1 | -9/+11 |
2013-09-12 | ConfigPath: move code to GetHome() | Max Kellermann | 1 | -28/+48 |
2013-09-12 | ConfigPath: include cleanup | Max Kellermann | 1 | -16/+0 |
2013-09-12 | Path: add FromUTF8() overload that returns an Error | Max Kellermann | 4 | -8/+26 |
2013-09-12 | ConfigPath: move path_domain to system/Path.cxx | Max Kellermann | 3 | -3/+5 |
2013-09-12 | Listen: Allow tilde paths for socket. | Maarten de Vries | 3 | -2/+18 |
2013-09-05 | TagBuilder: add method Commit(Tag&) | Max Kellermann | 2 | -8/+21 |
2013-09-05 | TagBuilder: add method IsEmpty() | Max Kellermann | 1 | -1/+9 |
2013-09-05 | Tag: remove the obsolete "bulk" mode | Max Kellermann | 2 | -88/+3 |
2013-09-05 | db/proxy: use class TagBuilder | Max Kellermann | 1 | -8/+6 |
2013-09-05 | SongSave: use class TagBuilder | Max Kellermann | 1 | -24/+8 |
2013-09-05 | TagBuilder: new class for constructing Tag objects | Max Kellermann | 2 | -0/+229 |
2013-09-05 | TagItem: disable the copy constructor/operator | Max Kellermann | 1 | -0/+4 |
2013-09-05 | Tag: compile-time initialisation of ignore_tag_items | Max Kellermann | 8 | -22/+33 |
2013-09-05 | Tag: move struct TagItem to TagItem.hxx | Max Kellermann | 3 | -16/+43 |
2013-09-05 | Tag: move fix_tag_value() to TagString.cxx | Max Kellermann | 3 | -102/+160 |
2013-09-05 | Tag: remove unused methods | Max Kellermann | 2 | -70/+0 |
2013-09-05 | TagNames: make tag_item_names const | Max Kellermann | 2 | -2/+2 |
2013-09-05 | Tag: move configuration code to TagConfig.cxx | Max Kellermann | 4 | -50/+103 |
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 76 | -78/+73 |
2013-09-05 | mpd_error.h: remove obsolete header | Max Kellermann | 18 | -94/+68 |
2013-09-05 | input/curl: enable https | Ales Guzik | 2 | -1/+3 |
2013-09-05 | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | 24 | -311/+200 |
2013-09-05 | PlaylistPlugin, ConfigGlobal: use nullptr instead of NULL | Max Kellermann | 3 | -15/+11 |
2013-09-05 | use standard snprintf() instead of GLib g_snprintf() | Max Kellermann | 4 | -26/+28 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 44 | -73/+64 |
2013-09-05 | conf.h: move constants to ConfigDefaults.hxx | Max Kellermann | 5 | -9/+28 |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 41 | -556/+413 |