Max Kellermann
|
dbd88e6aef
|
Client, ...: remove unnecessary glib.h include
|
2013-10-15 22:51:09 +02:00 |
|
Max Kellermann
|
060814daa8
|
Log: new logging library API
Prepare to migrate away from GLib. Currently, we're still using GLib
as a backend.
|
2013-10-02 08:57:55 +02:00 |
|
Max Kellermann
|
23d2c0f1c6
|
Client{Event,Write}: add missing include
|
2013-08-08 00:14:19 +02:00 |
|
Max Kellermann
|
98cbc0ea79
|
event/TimeoutMonitor: eliminate support for periodic events
No caller needs this. Fixes use-after-free after returning from
Client::OnTimeout().
|
2013-04-08 23:14:07 +02:00 |
|
Max Kellermann
|
a291415326
|
event/BufferedSocket: move output buffer to FullyBufferedSocket
BufferedSocket has just an input buffer, and FullyBufferedSocket adds
the output buffer.
|
2013-01-30 11:03:44 +01:00 |
|
Max Kellermann
|
b0bbb8b693
|
Client: use TimeoutMonitor to track connection timeout
Don't use a global loop over the whole client list.
|
2013-01-16 21:51:08 +01:00 |
|
Max Kellermann
|
39439b80f5
|
Client: rebase on the new BufferedSocket class
|
2013-01-15 12:15:33 +01:00 |
|
Max Kellermann
|
1e2018ce83
|
Client: move connection functions into the class
|
2013-01-15 10:59:28 +01:00 |
|
Max Kellermann
|
2564f763d7
|
ClientList: don't use GLib
Use std::list instead of GList.
|
2013-01-09 08:12:44 +01:00 |
|
Max Kellermann
|
377a2b9e07
|
ClientList: add header ClientList.hxx
|
2013-01-09 08:08:36 +01:00 |
|
Max Kellermann
|
7a982169c9
|
Client: rename the struct client to class Client
|
2013-01-03 17:36:28 +01:00 |
|
Max Kellermann
|
70b87f2eb6
|
client: convert to C++
|
2013-01-03 11:16:18 +01:00 |
|