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