Age | Commit message (Expand) | Author |
2018-08-02 | DetachedSong, db/LightSong, SongFilter: move to src/song/ | Max Kellermann |
2018-07-30 | SongFilter: implement the AND operator | Max Kellermann |
2018-07-30 | Songfilter: move code to ExpectWord() | Max Kellermann |
2018-07-30 | Songfilter: allow redundant parantheses | Max Kellermann |
2018-07-29 | SongFilter: move code from SongFilter to AndSongFilter | Max Kellermann |
2018-07-25 | SongFilter: make several macros internal | Max Kellermann |
2018-07-25 | SongFilter: make locate_parse_type() static | Max Kellermann |
2018-07-25 | SongFilter: make Item an interface | Max Kellermann |
2018-07-25 | SongFilter: move code to class StringFilter | Max Kellermann |
2018-07-25 | SongFilter: allow dash in tag name | Max Kellermann |
2018-07-25 | util/TimeISO8601: new utility library | Max Kellermann |
2018-07-25 | SongFilter: remove DetachedSong overloads | Max Kellermann |
2018-07-24 | SongFilter: implement operator "!=" | Max Kellermann |
2018-07-24 | SongFilter: new extensible filter syntax | Max Kellermann |
2018-07-24 | SongFilter: add ToExpression() | Max Kellermann |
2018-07-24 | SongFilter: pass std::string&& to Item constructor | Max Kellermann |
2018-07-24 | SongFilter: use std::list::emplace_back() | Max Kellermann |
2018-07-21 | SongFilter: basic support for negated items | Max Kellermann |
2018-07-21 | SongFilter: simplify Parse() loop | Max Kellermann |
2018-07-21 | SongFilter: Parse() throws exception on error | Max Kellermann |
2018-07-06 | db/LightSong: make Tag a reference | Max Kellermann |
2018-02-09 | SongFilter: fix "modified-since" filter | Max Kellermann |
2018-01-20 | Merge branch 'v0.20.x' | Max Kellermann |
2018-01-19 | db/simple/Mount: drop mount point prefix from LOCATE_TAG_BASE_TYPE | Max Kellermann |
2018-01-19 | SongFilter: use std::string instead of AllocatedString | Max Kellermann |
2017-12-19 | Main, ...: catch any exception, not just std::runtime_error | Max Kellermann |
2017-09-20 | Merge branch 'v0.20.x' | Max Kellermann |
2017-09-20 | SongFilter: use class IcuCompare | Max Kellermann |
2017-09-20 | lib/icu/Collate: move IcuCaseFold() to CaseFold.cxx | Max Kellermann |
2017-08-18 | SongFilter: use std::chrono::system_clock::time_point instead of time_t | Max Kellermann |
2017-08-18 | DetachedSong, db/LightSong, db/simple/Song: use std::chrono::system_clock::ti... | Max Kellermann |
2017-05-15 | Merge tag 'v0.20.7' | Max Kellermann |
2017-05-08 | *: remove "pure" and "const" attributes from throwing functions | Max Kellermann |
2017-05-08 | *: add "noexcept" to many, many function prototypes | Max Kellermann |
2017-02-08 | tag/Tag: move tag_name_parse() to ParseName.cxx | Max Kellermann |
2017-01-07 | util/TimeParser: wrapper for strptime() | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2016-02-26 | update copyright year to 2016 | Max Kellermann |
2015-06-25 | lib/icu/{Converter,Collate}: return AllocatedString | Max Kellermann |
2015-06-25 | SongFilter: add assertion to StringMatch() | Max Kellermann |
2015-06-25 | SongFilter: return "const char *" instead of std::string | Max Kellermann |
2015-01-01 | Copyright year 2015 | Max Kellermann |
2014-12-26 | Merge branch 'v0.18.x' into v0.19.x | Max Kellermann |
2014-12-26 | util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compare | Max Kellermann |
2014-08-11 | SongFilter: new filter "modified-since" | Max Kellermann |
2014-07-12 | Tag: add class const_iterator and methods begin(), end() | Max Kellermann |
2014-06-23 | Merge branch 'v0.18.x' | Max Kellermann |
2014-06-23 | db/proxy: fall back to recursive walk on old libmpdclient/MPD | Max Kellermann |
2014-04-24 | SongFilter: convert argv to ConstBuffer | Max Kellermann |
2014-02-26 | db/simple: create dedicated directory | Max Kellermann |