| Commit message (Expand) | Author | Age | Files | Lines |
* | ClientInternal: convert anonymous enum to constexpr | Max Kellermann | 2013-10-20 | 1 | -4/+2 |
* | *Commands: move to src/command/ | Max Kellermann | 2013-10-20 | 1 | -1/+1 |
* | command: convert command_return to to a strictly-typed enum | Max Kellermann | 2013-10-20 | 1 | -2/+2 |
* | ClientInternal: move class Client to Client.hxx | Max Kellermann | 2013-10-19 | 1 | -90/+0 |
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -2/+2 |
* | event/BufferedSocket: pass writable pointer to OnSocketInput() | Max Kellermann | 2013-10-15 | 1 | -2/+1 |
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -3/+2 |
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -1/+1 |
* | event/TimeoutMonitor: eliminate support for periodic events | Max Kellermann | 2013-04-08 | 1 | -1/+1 |
* | TagPool, ...: include cleanup | Max Kellermann | 2013-01-30 | 1 | -12/+0 |
* | event/BufferedSocket: move output buffer to FullyBufferedSocket | Max Kellermann | 2013-01-30 | 1 | -5/+5 |
* | ClientList: convert to a class | Max Kellermann | 2013-01-16 | 1 | -1/+0 |
* | Client: use TimeoutMonitor to track connection timeout | Max Kellermann | 2013-01-16 | 1 | -20/+5 |
* | Client: move "idle" functions into the class | Max Kellermann | 2013-01-16 | 1 | -0/+7 |
* | Client: rebase on the new BufferedSocket class | Max Kellermann | 2013-01-15 | 1 | -17/+17 |
* | Client: move output buffer code to new class PeakBuffer | Max Kellermann | 2013-01-15 | 1 | -9/+3 |
* | Client: move connection functions into the class | Max Kellermann | 2013-01-15 | 1 | -6/+9 |
* | Client*: include check.h / config.h | Max Kellermann | 2013-01-14 | 1 | -0/+1 |
* | ClientList: add header ClientList.hxx | Max Kellermann | 2013-01-09 | 1 | -18/+0 |
* | Client: add Partition reference attribute | Max Kellermann | 2013-01-07 | 1 | -2/+4 |
* | Client: add "playlist" attribute | Max Kellermann | 2013-01-04 | 1 | -1/+3 |
* | Client, Inotify: use std::list instead of std::deque | Max Kellermann | 2013-01-04 | 1 | -2/+2 |
* | Client: move code to class CommandListBuilder | Max Kellermann | 2013-01-04 | 1 | -18/+3 |
* | Client: add constructor and destructor | Max Kellermann | 2013-01-03 | 1 | -0/+4 |
* | Client: use std::deque for messages | Max Kellermann | 2013-01-03 | 1 | -8/+3 |
* | ClientInternal: use std::set for subscriptions | Max Kellermann | 2013-01-03 | 1 | -1/+9 |
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -11/+12 |
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -0/+177 |