| Commit message (Expand) | Author | Files | Lines |
2015-10-20 | command/DatabaseCommands: pass URI to handle_lsinfo2() | Max Kellermann | 1 | -4/+1 |
2015-08-24 | db/UniqueTags, tag/Set, ...: use typedef tag_mask_t | Max Kellermann | 1 | -3/+3 |
2015-08-14 | client, command: use StringIsEqual() | Max Kellermann | 1 | -3/+4 |
2015-08-13 | command: pass Response object to command callbacks | Max Kellermann | 1 | -34/+17 |
2015-08-12 | client/Response: new Client wrapper class for writing responses | Max Kellermann | 1 | -30/+52 |
2015-08-11 | command/Request: add parser methods | Max Kellermann | 1 | -5/+4 |
2015-08-11 | command/Request: new struct wrapping ConstBuffer<const char *> | Max Kellermann | 1 | -12/+13 |
2015-08-11 | protocol/ArgParser: add struct RangeArg | Max Kellermann | 1 | -5/+5 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-12-08 | command: use ConstBuffer<const char *> for argument list | Max Kellermann | 1 | -38/+24 |
2014-11-18 | DatabaseCommands: add "window" parameter to "search"/"find" | Max Kellermann | 1 | -1/+13 |
2014-07-11 | PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songs | Max Kellermann | 1 | -0/+3 |
2014-06-16 | command: make argc unsigned | Max Kellermann | 1 | -12/+12 |
2014-04-27 | db/Count: implement grouping | Max Kellermann | 1 | -2/+16 |
2014-04-26 | DatabasePrint: move PrintSongCount() to Count.cxx | Max Kellermann | 1 | -0/+1 |
2014-04-25 | DatabasePrint: refactor variable/function names | Max Kellermann | 1 | -2/+2 |
2014-04-25 | DatabaseCommands: disallow "grouping" by the selected tag | Max Kellermann | 1 | -0/+7 |
2014-04-24 | DatabasePrint: eliminate printAllIn(), printInfoForAllIn() | Max Kellermann | 1 | -2/+4 |
2014-04-24 | DatabaseCommands: "list" allows grouping | Max Kellermann | 1 | -1/+20 |
2014-04-24 | DatabaseCommands: simplify the handle_list() argument parser | Max Kellermann | 1 | -9/+12 |
2014-04-24 | SongFilter: convert argv to ConstBuffer | Max Kellermann | 1 | -6/+16 |
2014-04-24 | DatabaseCommands: fix crash on "list base" | Max Kellermann | 1 | -7/+2 |
2014-04-24 | DatabaseCommands: clarify compatibility comment | Max Kellermann | 1 | -1/+1 |
2014-03-01 | command: add command "listfiles" | Max Kellermann | 1 | -2/+14 |
2014-02-28 | {Other,Database}Commands: contract declaration and assignment | Max Kellermann | 1 | -6/+3 |
2014-02-07 | Mapper: move map_song_detach() to db/DatabaseSong.cxx | Max Kellermann | 1 | -1/+2 |
2014-02-04 | Instance: add Database attribute | Max Kellermann | 1 | -1/+1 |
2014-02-04 | db/DatabasePlaylist: pass Database reference around | Max Kellermann | 1 | -1/+6 |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -4/+4 |
2014-01-24 | Client*: move to client/ | Max Kellermann | 1 | -1/+1 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -4/+0 |
2013-10-29 | Revert "command: new commands "findin", "searchin" with base URI" | Max Kellermann | 1 | -17/+4 |
2013-10-26 | command: new commands "findin", "searchin" with base URI | Max Kellermann | 1 | -4/+17 |
2013-10-20 | *Commands: move to src/command/ | Max Kellermann | 1 | -0/+0 |
2013-10-20 | command: convert command_return to to a strictly-typed enum | Max Kellermann | 1 | -29/+29 |
2013-10-19 | ClientInternal: move class Client to Client.hxx | Max Kellermann | 1 | -1/+1 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -13/+13 |
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -16/+17 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -2/+2 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-04-08 | uri: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-07 | DatabaseQueue: pass DatabaseSelection to Add...() | Max Kellermann | 1 | -2/+2 |
2013-01-07 | Client: add Partition reference attribute | Max Kellermann | 1 | -2/+2 |
2013-01-04 | DatabaseQueue: pass playlist object | Max Kellermann | 1 | -1/+2 |
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | 1 | -12/+12 |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -6/+3 |
2012-09-25 | rename CommandError.h to CommandError.hxx | Max Kellermann | 1 | -1/+1 |
2012-08-29 | SongFilter: convert to a C++ class | Max Kellermann | 1 | -51/+21 |