Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SongFilter: new filter "modified-since" | Max Kellermann | 2014-08-11 | 1 | -0/+75 |
| | |||||
* | Tag: add class const_iterator and methods begin(), end() | Max Kellermann | 2014-07-12 | 1 | -6/+4 |
| | | | | Enables using range-based "for". | ||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-06-23 | 1 | -0/+10 |
|\ | |||||
| * | db/proxy: fall back to recursive walk on old libmpdclient/MPD | Max Kellermann | 2014-06-23 | 1 | -0/+10 |
| | | | | | | | | | | Error message was 'too few arguments for "find"' because the "base" constraint was not supported, and no other constraints remained. | ||||
| * | SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integer | Max Kellermann | 2014-01-15 | 1 | -1/+1 |
| | | | | | | | | Fixes clang warning. | ||||
* | | SongFilter: convert argv to ConstBuffer | Max Kellermann | 2014-04-24 | 1 | -4/+5 |
| | | |||||
* | | db/simple: create dedicated directory | Max Kellermann | 2014-02-26 | 1 | -1/+0 |
| | | |||||
* | | SongSort, ...: use libicu instead of GLib's g_utf8_*() | Max Kellermann | 2014-02-24 | 1 | -31/+4 |
| | | |||||
* | | SongFilter: disable g_utf8_casefold() without GLib | Max Kellermann | 2014-02-18 | 1 | -0/+14 |
| | | | | | | | | Temporary hack for the experimental no-GLib build. | ||||
* | | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -2/+2 |
| | | |||||
* | | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 2014-01-19 | 1 | -16/+17 |
| | | | | | | | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | ||||
* | | Song: embed the Tag object statically into class Song | Max Kellermann | 2014-01-19 | 1 | -1/+1 |
| | | | | | | | | | | Reduces overhead because we need to manage only one memory allocation. According to valgrind/massif, we save 7%. | ||||
* | | SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integer | Max Kellermann | 2014-01-14 | 1 | -1/+1 |
| | | | | | | | | Fixes clang warning. | ||||
* | | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | | |||||
* | | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -0/+23 |
|/ | | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | ||||
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | SongFilter: add special keyword "base" | Max Kellermann | 2013-10-29 | 1 | -0/+27 |
| | | | | | Restores the features from the previous draft commands "findin" / "searchin". | ||||
* | SongFilter: "any" does not match file name | Max Kellermann | 2013-10-29 | 1 | -5/+2 |
| | | | | | According to the protocol documentation, matching the file name was wrong. This removes some awkward special-case code. | ||||
* | SongFilter: use std::string | Max Kellermann | 2013-10-29 | 1 | -12/+23 |
| | |||||
* | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 2013-10-20 | 1 | -3/+4 |
| | | | | Replaces GLib's g_ascii_strcasecmp(). | ||||
* | Song: GetURI() returns std::string | Max Kellermann | 2013-10-17 | 1 | -3/+2 |
| | |||||
* | SongFilter: search for album artist falls back to the artist tag | Max Kellermann | 2013-09-26 | 1 | -9/+21 |
| | | | | Implement Mantis ticket 0003646. | ||||
* | IdTable, SongFilter: use std::fill_n() instead of std::fill() | Max Kellermann | 2013-09-26 | 1 | -1/+1 |
| | |||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -3/+4 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -4/+4 |
| | |||||
* | path: convert to C++ | Max Kellermann | 2013-01-17 | 1 | -1/+0 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -3/+0 |
| | |||||
* | SongFilter: convert to a C++ class | Max Kellermann | 2012-08-29 | 1 | -118/+73 |
| | |||||
* | locate: rename to SongFilter.cxx | Max Kellermann | 2012-08-29 | 1 | -0/+215 |