Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *Commands: move to src/command/ | Max Kellermann | 2013-10-20 | 1 | -315/+0 |
| | |||||
* | command: convert command_return to to a strictly-typed enum | Max Kellermann | 2013-10-20 | 1 | -42/+42 |
| | |||||
* | Client: move trivial functions into the Client class | Max Kellermann | 2013-10-19 | 1 | -3/+3 |
| | |||||
* | ClientInternal: move class Client to Client.hxx | Max Kellermann | 2013-10-19 | 1 | -1/+1 |
| | | | | | Publish the Client API, preparing to move more code into the Client class. | ||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -17/+17 |
| | |||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -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 Kellermann | 2013-10-17 | 1 | -3/+3 |
| | |||||
* | Mapper, ...: use memcmp() instead of strncmp() where appropriate | Max Kellermann | 2013-10-14 | 1 | -1/+1 |
| | | | | Micro-optimization. | ||||
* | Stats: don't include glib.h in header | Max Kellermann | 2013-10-02 | 1 | -0/+2 |
| | | | | Use forward declaration instead. | ||||
* | Stats: rename stats.h to Stats.hxx | Max Kellermann | 2013-10-02 | 1 | -5/+1 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -3/+5 |
| | | | | Replaces GLib's GError. | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -16/+16 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -3/+3 |
| | |||||
* | ClientFile: use Path and file system API, update usages accordingly | Denis Krjuchkov | 2013-05-06 | 1 | -1/+9 |
| | | | | This commit also fixes incorrect passing of UTF-8 strings to client_allow_file | ||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | Playlist, Song: clarify parameter encoding | Max Kellermann | 2013-01-18 | 1 | -3/+3 |
| | |||||
* | Client: move "idle" functions into the class | Max Kellermann | 2013-01-16 | 1 | -3/+2 |
| | |||||
* | idle: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -4/+1 |
| | |||||
* | volume: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | PlaylistFile: reuse classes PlaylistInfo and PlaylistVector | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | | | | .. instead of rolling own classes. | ||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -15/+15 |
| | |||||
* | ls.h: rename to ls.hxx | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -6/+6 |
| | |||||
* | decoder_print: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | permission: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Directory: make the header C++ only | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | mapper: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | sticker: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | *_print: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -3/+3 |
| | |||||
* | update: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | main: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | PlaylistFile: use std::list instead of GPtrArray | Max Kellermann | 2012-09-28 | 1 | -14/+7 |
| | |||||
* | stored_playlist, playlist_save: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -1/+5 |
| | |||||
* | rename CommandError.h to CommandError.hxx | Max Kellermann | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | command: add COMMAND_RETURN_IDLE | Max Kellermann | 2012-09-25 | 1 | -2/+1 |
| | | | | Eliminate the hack in handle_idle(). | ||||
* | command: move remaining handlers to OtherCommands.cxx | Max Kellermann | 2012-09-25 | 1 | -0/+315 |