aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseCommands.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* *Commands: move to src/command/Max Kellermann2013-10-201-221/+0
* command: convert command_return to to a strictly-typed enumMax Kellermann2013-10-201-29/+29
* ClientInternal: move class Client to Client.hxxMax Kellermann2013-10-191-1/+1
* *: use references instead of pointersMax Kellermann2013-10-191-13/+13
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
* util/Error: new error passing libraryMax Kellermann2013-09-041-16/+17
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-2/+2
* tag: convert to C++Max Kellermann2013-07-301-1/+1
* uri: convert to C++Max Kellermann2013-04-081-1/+1
* DatabaseQueue: pass DatabaseSelection to Add...()Max Kellermann2013-01-071-2/+2
* Client: add Partition reference attributeMax Kellermann2013-01-071-2/+2
* DatabaseQueue: pass playlist objectMax Kellermann2013-01-041-1/+2
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-12/+12
* client: convert to C++Max Kellermann2013-01-031-6/+3
* rename CommandError.h to CommandError.hxxMax Kellermann2012-09-251-1/+1
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-51/+21
* locate: rename to SongFilter.cxxMax Kellermann2012-08-291-1/+1
* DatabaseCommands: allow empty criteria for "list"Max Kellermann2012-08-081-3/+5
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-081-1/+4
* DatabaseCommands: merge duplicate search/find codeMax Kellermann2012-08-081-40/+21
* locate: add a per-item "fold_case" flagMax Kellermann2012-08-081-5/+5
* locate: make the structs opaqueMax Kellermann2012-08-071-3/+3
* locate: don't allow empty listMax Kellermann2012-08-071-24/+6
* DatabaseCommands: remove stray locate_item_list_parse() callMax Kellermann2012-08-071-2/+0
* locate: add "casefold" flag to parserMax Kellermann2012-08-071-8/+8
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-071-3/+2
* db_print.h: rename to DatabasePrint.hxxMax Kellermann2012-08-071-2/+2
* dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxxMax Kellermann2012-08-071-1/+2
* command: move code to DatabaseCommands.cxxMax Kellermann2012-08-071-0/+286