aboutsummaryrefslogtreecommitdiffstats
path: root/src/OtherCommands.cxx (follow)
Commit message (Collapse)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
| | | | | Publish the Client API, preparing to move more code into the Client class.
* *: use references instead of pointersMax Kellermann2013-10-191-17/+17
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-2/+2
| | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.
* 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
| | | | Micro-optimization.
* Stats: don't include glib.h in headerMax Kellermann2013-10-021-0/+2
| | | | Use forward declaration instead.
* Stats: rename stats.h to Stats.hxxMax Kellermann2013-10-021-5/+1
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-3/+5
| | | | Replaces GLib's GError.
* *: 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
| | | | This commit also fixes incorrect passing of UTF-8 strings to client_allow_file
* 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
| | | | .. instead of rolling own classes.
* 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
| | | | Eliminate the hack in handle_idle().
* command: move remaining handlers to OtherCommands.cxxMax Kellermann2012-09-251-0/+315