Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ClientList: convert to a class | Max Kellermann | 2013-01-16 | 1 | -17/+0 |
| | |||||
* | Client: use TimeoutMonitor to track connection timeout | Max Kellermann | 2013-01-16 | 1 | -2/+6 |
| | | | | Don't use a global loop over the whole client list. | ||||
* | Client: move "idle" functions into the class | Max Kellermann | 2013-01-16 | 1 | -32/+26 |
| | |||||
* | Client: rebase on the new BufferedSocket class | Max Kellermann | 2013-01-15 | 1 | -3/+1 |
| | |||||
* | Client: move connection functions into the class | Max Kellermann | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | idle: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -4/+1 |
| | |||||
* | ClientList: don't use GLib | Max Kellermann | 2013-01-09 | 1 | -2/+1 |
| | | | | Use std::list instead of GList. | ||||
* | ClientList: add header ClientList.hxx | Max Kellermann | 2013-01-09 | 1 | -0/+1 |
| | |||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -4/+4 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -0/+99 |