Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -5/+0 |
* | Client: move message functions into the class | Max Kellermann | 2013-10-19 | 1 | -27/+30 |
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -24/+21 |
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -3/+3 |
* | ClientList: convert to a class | Max Kellermann | 2013-01-16 | 1 | -1/+0 |
* | Client: move "idle" functions into the class | Max Kellermann | 2013-01-16 | 1 | -1/+1 |
* | Client*: include check.h / config.h | Max Kellermann | 2013-01-14 | 1 | -0/+1 |
* | idle: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -4/+1 |
* | Client: use std::deque for messages | Max Kellermann | 2013-01-03 | 1 | -17/+3 |
* | ClientMessage: turn into a class | Max Kellermann | 2013-01-03 | 1 | -5/+4 |
* | ClientInternal: use std::set for subscriptions | Max Kellermann | 2013-01-03 | 1 | -26/+10 |
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -6/+6 |
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -0/+126 |