aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientExpire.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Client, ...: remove unnecessary glib.h includeMax Kellermann2013-10-151-2/+0
|
* Log: new logging library APIMax Kellermann2013-10-021-1/+2
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* Client{Event,Write}: add missing includeMax Kellermann2013-08-081-0/+2
|
* event/TimeoutMonitor: eliminate support for periodic eventsMax Kellermann2013-04-081-2/+1
| | | | | No caller needs this. Fixes use-after-free after returning from Client::OnTimeout().
* event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann2013-01-301-1/+1
| | | | | BufferedSocket has just an input buffer, and FullyBufferedSocket adds the output buffer.
* Client: use TimeoutMonitor to track connection timeoutMax Kellermann2013-01-161-46/+7
| | | | Don't use a global loop over the whole client list.
* Client: rebase on the new BufferedSocket classMax Kellermann2013-01-151-11/+4
|
* Client: move connection functions into the classMax Kellermann2013-01-151-11/+11
|
* ClientList: don't use GLibMax Kellermann2013-01-091-3/+1
| | | | Use std::list instead of GList.
* ClientList: add header ClientList.hxxMax Kellermann2013-01-091-0/+1
|
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-2/+2
|
* client: convert to C++Max Kellermann2013-01-031-0/+90