aboutsummaryrefslogtreecommitdiffstats
path: root/src/event (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-08event/TimeoutMonitor: eliminate support for periodic eventsMax Kellermann2-14/+7
2013-02-04event/ServerSocket: close only sockets that have been openedMax Kellermann1-1/+3
2013-02-04ServerSocket: Initialize length variableUli Schlachter1-1/+1
2013-01-30event/SocketMonitor: wake up the event loop after flag changeMax Kellermann2-0/+14
2013-01-30event/Loop: add method WakeUp()Max Kellermann1-0/+4
2013-01-30event/ServerSocket: add method GetEventLoop()Max Kellermann1-0/+4
2013-01-30ServerSocket: replace callback with virtual methodMax Kellermann2-17/+12
2013-01-30ServerSocket: expose the classMax Kellermann2-154/+133
2013-01-30ServerSocket: move to libevent.aMax Kellermann2-0/+579
2013-01-30event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann4-112/+202
2013-01-30event/SocketMonitor: OnSocketReady() returns boolMax Kellermann3-6/+11
2013-01-30event/SocketMonitor: add methods Read(), Write()Max Kellermann4-27/+43
2013-01-29require GLib 2.24Max Kellermann1-0/+1
2013-01-27event/SocketMonitor: add method Steal()Max Kellermann2-3/+17
2013-01-15event/SocketMonitor: add method Open()Max Kellermann2-9/+27
2013-01-15input/Curl: move code to class MultiSocketMonitorMax Kellermann2-0/+231
2013-01-15event/SocketMonitor: wrapper class for GSource + GPollFDMax Kellermann4-0/+607
2013-01-14event/TimeoutMonitor: wrapper for g_timeout_source_new()Max Kellermann3-10/+133
2013-01-14Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann1-0/+86
2013-01-13WakeFD.cxx: use two sockets instead of pipe on Win32Denis Krjuchkov1-4/+127
2013-01-10event/WakeFD: use eventfd() if availableMax Kellermann2-1/+46
2013-01-09GlobalEvents: move code to class WakeFDMax Kellermann2-0/+137