aboutsummaryrefslogtreecommitdiff
path: root/src/ClientIdle.cxx
Commit message (Collapse)AuthorAge
* ClientList: convert to a classMax Kellermann2013-01-16
|
* Client: use TimeoutMonitor to track connection timeoutMax Kellermann2013-01-16
| | | | Don't use a global loop over the whole client list.
* Client: move "idle" functions into the classMax Kellermann2013-01-16
|
* Client: rebase on the new BufferedSocket classMax Kellermann2013-01-15
|
* Client: move connection functions into the classMax Kellermann2013-01-15
|
* idle: convert to C++Max Kellermann2013-01-09
|
* ClientList: don't use GLibMax Kellermann2013-01-09
| | | | Use std::list instead of GList.
* ClientList: add header ClientList.hxxMax Kellermann2013-01-09
|
* Client: rename the struct client to class ClientMax Kellermann2013-01-03
|
* client: convert to C++Max Kellermann2013-01-03