| Commit message (Expand) | Author | Files | Lines |
2015-06-25 | lib/icu/{Converter,Collate}: return AllocatedString | Max Kellermann | 1 | -7/+8 |
2015-06-25 | SongFilter: add assertion to StringMatch() | Max Kellermann | 1 | -0/+2 |
2015-06-25 | SongFilter: return "const char *" instead of std::string | Max Kellermann | 1 | -2/+2 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-12-26 | util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compare | Max Kellermann | 1 | -0/+3 |
2014-08-11 | SongFilter: new filter "modified-since" | Max Kellermann | 1 | -0/+75 |
2014-07-12 | Tag: add class const_iterator and methods begin(), end() | Max Kellermann | 1 | -6/+4 |
2014-06-23 | db/proxy: fall back to recursive walk on old libmpdclient/MPD | Max Kellermann | 1 | -0/+10 |
2014-04-24 | SongFilter: convert argv to ConstBuffer | Max Kellermann | 1 | -4/+5 |
2014-02-26 | db/simple: create dedicated directory | Max Kellermann | 1 | -1/+0 |
2014-02-24 | SongSort, ...: use libicu instead of GLib's g_utf8_*() | Max Kellermann | 1 | -31/+4 |
2014-02-18 | SongFilter: disable g_utf8_casefold() without GLib | Max Kellermann | 1 | -0/+14 |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -2/+2 |
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 1 | -16/+17 |
2014-01-19 | Song: embed the Tag object statically into class Song | Max Kellermann | 1 | -1/+1 |
2014-01-15 | SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integer | Max Kellermann | 1 | -1/+1 |
2014-01-14 | SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integer | Max Kellermann | 1 | -1/+1 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | 1 | -0/+23 |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-10-29 | SongFilter: add special keyword "base" | Max Kellermann | 1 | -0/+27 |
2013-10-29 | SongFilter: "any" does not match file name | Max Kellermann | 1 | -5/+2 |
2013-10-29 | SongFilter: use std::string | Max Kellermann | 1 | -12/+23 |
2013-10-20 | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 1 | -3/+4 |
2013-10-17 | Song: GetURI() returns std::string | Max Kellermann | 1 | -3/+2 |
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 | 1 | -1/+1 |
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -3/+4 |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -4/+4 |
2013-01-17 | path: convert to C++ | Max Kellermann | 1 | -1/+0 |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -3/+0 |
2012-08-29 | SongFilter: convert to a C++ class | Max Kellermann | 1 | -118/+73 |
2012-08-29 | locate: rename to SongFilter.cxx | Max Kellermann | 1 | -4/+7 |
2012-08-08 | locate: add a per-item "fold_case" flag | Max Kellermann | 1 | -75/+41 |
2012-08-08 | locate: make "tag" unsigned | Max Kellermann | 1 | -8/+4 |
2012-08-07 | locate: make the structs opaque | Max Kellermann | 1 | -3/+30 |
2012-08-07 | locate: don't allow empty list | Max Kellermann | 1 | -1/+1 |
2012-08-07 | locate: pass unsigned integer to _parse() | Max Kellermann | 1 | -1/+1 |
2012-08-07 | locate: add "pure" attributes | Max Kellermann | 1 | -0/+2 |
2012-08-07 | locate: add "casefold" flag to parser | Max Kellermann | 1 | -18/+7 |
2012-08-07 | locate: remove unused function locate_item_free() | Max Kellermann | 1 | -7/+0 |
2012-06-27 | locate: make variables more local | Max Kellermann | 1 | -19/+10 |
2011-09-13 | locate: remove unused function locate_item_new() | Max Kellermann | 1 | -13/+0 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-06-30 | tag: added function tag_name_parse() | Max Kellermann | 1 | -3/+3 |
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-11-04 | tag: added function tag_name_parse() | Max Kellermann | 1 | -3/+3 |
2009-04-28 | locate: use g_ascii_strcasecmp() instead of strcasecmp() | Max Kellermann | 1 | -4/+4 |