summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-11InputStream: add virtual destructorMax Kellermann
2014-05-11input/plugins: make InputStream the base classMax Kellermann
2014-05-11input/rewind: convert to classMax Kellermann
2014-05-11InputStream: convert to classMax Kellermann
2014-05-11Makefile.am: add variable NFS_SOURCESMax Kellermann
2014-05-10PlaylistCommands: remove redundant playlist_load_spl() callMax Kellermann
2014-05-10PlaylistMapper: use map_spl_utf8_to_fs()Max Kellermann
2014-04-29doc/protocol.xml: add warning to "listall" and "listallinfo"Max Kellermann
2014-04-27db/Count: implement groupingMax Kellermann
2014-04-27db/Count: add constructorMax Kellermann
2014-04-26DatabasePrint: move PrintSongCount() to Count.cxxMax Kellermann
2014-04-25db/Helpers: split libraryMax Kellermann
2014-04-25DatabasePrint: refactor variable/function namesMax Kellermann
2014-04-25LogInit: fix file descriptor leak in SIGHUP handlerMax Kellermann
2014-04-25DatabaseCommands: disallow "grouping" by the selected tagMax Kellermann
2014-04-24db/Helpers: move code to tag/Set.cxxMax Kellermann
2014-04-24db/Helpers: move TagSet to dedicated headerMax Kellermann
2014-04-24db/Helpers: use set::emplace()Max Kellermann
2014-04-24DatabasePrint: eliminate printAllIn(), printInfoForAllIn()Max Kellermann
2014-04-24DatabasePrint: merge adjacent client_printf() callsMax Kellermann
2014-04-24DatabasePrint: pass const SearchStats referenceMax Kellermann
2014-04-24DatabasePrint: use unsigned countsMax Kellermann
2014-04-24DatabaseCommands: "list" allows groupingMax Kellermann
2014-04-24TagBuilder: add method AddEmptyItem()Max Kellermann
2014-04-24DatabaseCommands: simplify the handle_list() argument parserMax Kellermann
2014-04-24db/Helpers: "list" on album artist falls back to the artist tagMax Kellermann
2014-04-24db/Helpers: move code to CheckUniqueTag()Max Kellermann
2014-04-24db/Helpers: use reference instead of pointerMax Kellermann
2014-04-24SongFilter: convert argv to ConstBufferMax Kellermann
2014-04-24util/{Const,Writable}Buffer: add front(), back(), pop_{front,back}(), shift()Max Kellermann
2014-04-24util/{Const,Writable}Buffer: add typedef reference_typeMax Kellermann
2014-04-24doc/protocol.xml: change "in" to "base"Max Kellermann
2014-04-24doc/protocol.xml: update and fix command "list"Max Kellermann
2014-04-24DatabaseCommands: fix crash on "list base"Max Kellermann
2014-04-24DatabasePrint: convert "type" to unsignedMax Kellermann
2014-04-24DatabaseCommands: clarify compatibility commentMax Kellermann
2014-04-23input/nfs: add missing string.h includeMax Kellermann
2014-04-10Merge tag 'release-0.18.10'Max Kellermann
2014-04-10release v0.18.10v0.18.10Max Kellermann
2014-04-09decoder/sndfile: work around libsndfile bug on partial readMarcello Desantis
2014-04-09PlaylistEdit: don't interrupt playback when current song gets deletedWeng Xuetian
2014-04-09icu/Collate: fix memory leak in IcuCaseFold()Max Kellermann
2014-04-05IOThread: make io_thread_get() "const"Max Kellermann
2014-03-19pcm/Neon: explicit roundingMax Kellermann
2014-03-18util/ConstBuffer: add FromVoid(), ToVoid() to "void" specializationMax Kellermann
2014-03-18decoder/ffmpeg: handle unknown stream start timeMax Kellermann
2014-03-18decoder/ffmpeg: pass AVSEEK_FLAG_ANY to av_seek_frame()Max Kellermann
2014-03-16input/mms: move blocking I/O to threadMax Kellermann
2014-03-16input/BufferedInputStream: new wrapper for moving plugin to threadMax Kellermann
2014-03-16thread/Thread: make the destructor non-virtualMax Kellermann