aboutsummaryrefslogtreecommitdiffstats
path: root/src/OtherCommands.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* *Commands: move to src/command/Max Kellermann2013-10-201-315/+0
* command: convert command_return to to a strictly-typed enumMax Kellermann2013-10-201-42/+42
* Client: move trivial functions into the Client classMax Kellermann2013-10-191-3/+3
* ClientInternal: move class Client to Client.hxxMax Kellermann2013-10-191-1/+1
* *: use references instead of pointersMax Kellermann2013-10-191-17/+17
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-2/+2
* UpdateGlue: never pass null to update_enqueue()Max Kellermann2013-10-171-3/+3
* Mapper, ...: use memcmp() instead of strncmp() where appropriateMax Kellermann2013-10-141-1/+1
* Stats: don't include glib.h in headerMax Kellermann2013-10-021-0/+2
* Stats: rename stats.h to Stats.hxxMax Kellermann2013-10-021-5/+1
* util/Error: new error passing libraryMax Kellermann2013-09-041-3/+5
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-16/+16
* song: convert header to C++Max Kellermann2013-07-281-3/+3
* ClientFile: use Path and file system API, update usages accordinglyDenis Krjuchkov2013-05-061-1/+9
* uri: convert to C++Max Kellermann2013-04-081-1/+1
* Playlist, Song: clarify parameter encodingMax Kellermann2013-01-181-3/+3
* Client: move "idle" functions into the classMax Kellermann2013-01-161-3/+2
* idle: convert to C++Max Kellermann2013-01-091-4/+1
* volume: convert to C++Max Kellermann2013-01-071-1/+1
* PlaylistFile: reuse classes PlaylistInfo and PlaylistVectorMax Kellermann2013-01-041-1/+1
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-15/+15
* ls.h: rename to ls.hxxMax Kellermann2013-01-031-1/+1
* client: convert to C++Max Kellermann2013-01-031-6/+6
* decoder_print: convert to C++Max Kellermann2013-01-031-1/+1
* permission: convert to C++Max Kellermann2013-01-031-1/+1
* Directory: make the header C++ onlyMax Kellermann2013-01-021-1/+1
* mapper: convert to C++Max Kellermann2013-01-021-1/+1
* sticker: convert to C++Max Kellermann2013-01-021-1/+1
* *_print: convert to C++Max Kellermann2013-01-021-3/+3
* update: convert to C++Max Kellermann2013-01-021-1/+1
* main: use C++ compilerMax Kellermann2012-09-281-1/+1
* PlaylistFile: use std::list instead of GPtrArrayMax Kellermann2012-09-281-14/+7
* stored_playlist, playlist_save: use C++ compilerMax Kellermann2012-09-281-1/+5
* rename CommandError.h to CommandError.hxxMax Kellermann2012-09-251-1/+1
* command: add COMMAND_RETURN_IDLEMax Kellermann2012-09-251-2/+1
* command: move remaining handlers to OtherCommands.cxxMax Kellermann2012-09-251-0/+315