Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SongFilter: new filter "modified-since" | Max Kellermann | 2014-08-11 | 1 | -0/+8 |
| | |||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-06-23 | 1 | -0/+11 |
|\ | |||||
| * | db/proxy: fall back to recursive walk on old libmpdclient/MPD | Max Kellermann | 2014-06-23 | 1 | -0/+11 |
| | | | | | | | | | | Error message was 'too few arguments for "find"' because the "base" constraint was not supported, and no other constraints remained. | ||||
* | | SongFilter: convert argv to ConstBuffer | Max Kellermann | 2014-04-24 | 1 | -2/+2 |
| | | |||||
* | | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 2014-01-19 | 1 | -4/+5 |
| | | | | | | | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | ||||
* | | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | | |||||
* | | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -0/+7 |
|/ | | | | | | 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 |
| | |||||
* | db/proxy: pass search/find to remote MPD | Max Kellermann | 2013-10-30 | 1 | -0/+16 |
| | |||||
* | SongFilter: add special keyword "base" | Max Kellermann | 2013-10-29 | 1 | -0/+12 |
| | | | | | Restores the features from the previous draft commands "findin" / "searchin". | ||||
* | SongFilter: make SongFilter::Item class definition public | Jean-Francois Dockes | 2013-10-29 | 1 | -0/+10 |
| | |||||
* | SongFilter: use std::string | Max Kellermann | 2013-10-29 | 1 | -9/+3 |
| | |||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -5/+5 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -3/+3 |
| | |||||
* | don't include stdbool.h in C++ sources | Max Kellermann | 2013-01-02 | 1 | -1/+0 |
| | | | | The "bool" type is built-in. | ||||
* | SongFilter: convert to a C++ class | Max Kellermann | 2012-08-29 | 1 | -20/+68 |
| | |||||
* | locate: rename to SongFilter.cxx | Max Kellermann | 2012-08-29 | 1 | -0/+60 |