aboutsummaryrefslogtreecommitdiffstats
path: root/src/QueueCommands.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* *Commands: move to src/command/Max Kellermann2013-10-201-391/+0
* command: convert command_return to to a strictly-typed enumMax Kellermann2013-10-201-60/+60
* PlaylistError: convert playlist_result to a strictly-typed enumMax Kellermann2013-10-201-16/+16
* ClientInternal: move class Client to Client.hxxMax Kellermann2013-10-191-1/+1
* *: use references instead of pointersMax Kellermann2013-10-191-45/+45
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-3/+3
* *: use std::numeric_limitsMax Kellermann2013-10-171-3/+4
* Thread/Thread: replacement library for GThreadMax Kellermann2013-10-171-0/+2
* Mapper, ...: use memcmp() instead of strncmp() where appropriateMax Kellermann2013-10-141-2/+2
* util/Error: new error passing libraryMax Kellermann2013-09-041-6/+7
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-14/+14
* ClientFile: use Path and file system API, update usages accordinglyDenis Krjuchkov2013-05-061-6/+21
* uri: convert to C++Max Kellermann2013-04-081-4/+1
* Playlist: convert functions to methodsMax Kellermann2013-01-071-50/+24
* DatabaseQueue: pass DatabaseSelection to Add...()Max Kellermann2013-01-071-2/+3
* Client: add Partition reference attributeMax Kellermann2013-01-071-2/+2
* queue: convert all functions to methodsMax Kellermann2013-01-061-1/+1
* DatabaseQueue: pass playlist objectMax Kellermann2013-01-041-1/+2
* Client: add "playlist" attributeMax Kellermann2013-01-041-24/+30
* playlist: convert to C++Max Kellermann2013-01-041-1/+1
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-20/+20
* ls.h: rename to ls.hxxMax Kellermann2013-01-031-1/+1
* client: convert to C++Max Kellermann2013-01-031-5/+5
* rename CommandError.h to CommandError.hxxMax Kellermann2012-09-251-1/+1
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-8/+3
* playlist_print: rename to PlaylistPrint.cxxMax Kellermann2012-08-291-1/+1
* locate: rename to SongFilter.cxxMax Kellermann2012-08-291-1/+1
* dbUtils.h: eliminate this headerMax Kellermann2012-08-291-2/+2
* command: move code to *Commands.cxxMax Kellermann2012-08-291-0/+398