Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | Client, ...: remove unnecessary glib.h include | Max Kellermann | 2013-10-15 | 1 | -2/+0 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -1/+2 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Client{Event,Write}: add missing include | Max Kellermann | 2013-08-08 | 1 | -0/+2 |
| | |||||
* | event/TimeoutMonitor: eliminate support for periodic events | Max Kellermann | 2013-04-08 | 1 | -2/+1 |
| | | | | | No caller needs this. Fixes use-after-free after returning from Client::OnTimeout(). | ||||
* | event/BufferedSocket: move output buffer to FullyBufferedSocket | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | | | | | BufferedSocket has just an input buffer, and FullyBufferedSocket adds the output buffer. | ||||
* | Client: use TimeoutMonitor to track connection timeout | Max Kellermann | 2013-01-16 | 1 | -46/+7 |
| | | | | Don't use a global loop over the whole client list. | ||||
* | Client: rebase on the new BufferedSocket class | Max Kellermann | 2013-01-15 | 1 | -11/+4 |
| | |||||
* | Client: move connection functions into the class | Max Kellermann | 2013-01-15 | 1 | -11/+11 |
| | |||||
* | ClientList: don't use GLib | Max Kellermann | 2013-01-09 | 1 | -3/+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 | -2/+2 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -0/+90 |