aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/MultiSocketMonitor.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* require GLib 2.28Max Kellermann2013-10-151-2/+0
| | | | The header glib_compat.h is now obsolete and can be removed.
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* EventLoop: new implementation using epollMax Kellermann2013-08-101-2/+104
| | | | Implement an event loop without GLib.
* event/MultiSocketMonitor: add struct SingleFDMax Kellermann2013-08-101-7/+31
| | | | Prepare for migrating away from GLib.
* event/MultiSocketMonitor: use uint64_t instead of gint64Max Kellermann2013-08-101-2/+3
| | | | Unsigned and portable.
* event/MultiSocketMonitor: eliminate virtual method CheckSockets()Max Kellermann2013-08-101-6/+2
| | | | Handle timeout internally.
* event/MultiSocketMonitor: PrepareSockets() returns timeoutMax Kellermann2013-08-101-2/+5
| | | | Simplify the API, don't use GLib specific integer type.
* event/*Monitor: add method GetEventLoop()Max Kellermann2013-08-081-1/+4
|
* require GLib 2.24Max Kellermann2013-01-291-0/+1
|
* input/Curl: move code to class MultiSocketMonitorMax Kellermann2013-01-151-0/+124