aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-12ThreadInputStream: include cleanupMax Kellermann1-1/+0
2014-05-12InputStream: "protect" attributesMax Kellermann14-37/+53
2014-05-12input/cdio: convert to classMax Kellermann1-1/+2
2014-05-12input/cdio: move initialization code to constructorMax Kellermann1-51/+50
2014-05-12input/cdio: handle cdio_open() failureMax Kellermann1-0/+5
2014-05-12input/cdio: initialize lsn_relofs in constructorMax Kellermann1-2/+1
2014-05-12input/cdio: initialize attribute "buffer_lsn"Max Kellermann1-1/+2
2014-05-12input/cdio: remove unused attribute "trackno"Max Kellermann1-11/+6
2014-05-12icu/Collate: use u_strFoldCase() instead of ucol_getSortKey()Max Kellermann1-10/+41
2014-05-12icu/Collate: UCharFromUTF8() returns WritableBuffer<UChar>Max Kellermann1-19/+20
2014-05-12icu/Collate: initialize error_codeMax Kellermann1-1/+1
2014-05-12mixer/software: keep attribute "volume" in the 0..100 rangeMax Kellermann1-7/+19
2014-05-11InputStream: remove attribute "plugin"Max Kellermann16-63/+21
2014-05-11InputStream: make various methods abstractMax Kellermann19-643/+252
2014-05-11InputStream: add virtual destructorMax Kellermann26-173/+42
2014-05-11input/plugins: make InputStream the base classMax Kellermann15-320/+236
2014-05-11input/rewind: convert to classMax Kellermann1-46/+89
2014-05-11InputStream: convert to classMax Kellermann30-68/+130
2014-05-10PlaylistCommands: remove redundant playlist_load_spl() callMax Kellermann3-56/+1
2014-05-10PlaylistMapper: use map_spl_utf8_to_fs()Max Kellermann1-10/+2
2014-04-29decoder/OggUtil: allow skipping up to 32 kB after seekMax Kellermann1-1/+1
2014-04-27db/Count: implement groupingMax Kellermann3-9/+98
2014-04-27db/Count: add constructorMax Kellermann1-2/+3
2014-04-26DatabasePrint: move PrintSongCount() to Count.cxxMax Kellermann5-54/+111
2014-04-26DeferredMonitor: fix race condition when using GLib event loopMax Kellermann2-11/+22
2014-04-25db/Helpers: split libraryMax Kellermann5-47/+98
2014-04-25DatabasePrint: refactor variable/function namesMax Kellermann3-23/+23
2014-04-25LogInit: fix file descriptor leak in SIGHUP handlerMax Kellermann1-0/+2
2014-04-25DatabaseCommands: disallow "grouping" by the selected tagMax Kellermann1-0/+7
2014-04-24db/Helpers: move code to tag/Set.cxxMax Kellermann3-89/+131
2014-04-24db/Helpers: move TagSet to dedicated headerMax Kellermann2-24/+61
2014-04-24db/Helpers: use set::emplace()Max Kellermann1-0/+8
2014-04-24DatabasePrint: eliminate printAllIn(), printInfoForAllIn()Max Kellermann3-26/+4
2014-04-24DatabasePrint: merge adjacent client_printf() callsMax Kellermann1-2/+4
2014-04-24DatabasePrint: pass const SearchStats referenceMax Kellermann1-4/+5
2014-04-24DatabasePrint: use unsigned countsMax Kellermann1-3/+3
2014-04-24DatabaseCommands: "list" allows groupingMax Kellermann13-43/+186
2014-04-24TagBuilder: add method AddEmptyItem()Max Kellermann2-0/+17
2014-04-24DatabaseCommands: simplify the handle_list() argument parserMax Kellermann1-9/+12
2014-04-24db/Helpers: "list" on album artist falls back to the artist tagMax Kellermann1-1/+4
2014-04-24db/Helpers: move code to CheckUniqueTag()Max Kellermann1-6/+12
2014-04-24db/Helpers: use reference instead of pointerMax Kellermann1-4/+6
2014-04-24SongFilter: convert argv to ConstBufferMax Kellermann4-13/+27
2014-04-24util/{Const,Writable}Buffer: add front(), back(), pop_{front,back}(), shift()Max Kellermann2-0/+118
2014-04-24util/{Const,Writable}Buffer: add typedef reference_typeMax Kellermann2-4/+8
2014-04-24DatabaseCommands: fix crash on "list base"Max Kellermann2-7/+4
2014-04-24DatabasePrint: convert "type" to unsignedMax Kellermann2-2/+2
2014-04-24DatabaseCommands: clarify compatibility commentMax Kellermann1-1/+1
2014-04-23input/nfs: add missing string.h includeMax Kellermann1-0/+1
2014-04-09decoder/sndfile: work around libsndfile bug on partial readMarcello Desantis1-6/+20