summaryrefslogtreecommitdiff
path: root/src/event/SocketMonitor.cxx
AgeCommit message (Expand)Author
2019-12-18event/SocketMonitor: Schedule() returns boolMax Kellermann
2019-04-04event/SocketMonitor: don't cancel if OnSocketReady() returns falseMax Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-11-10event/SocketMonitor: remove unused method Abandon()Max Kellermann
2017-11-10event/SocketMonitor: eliminate Read(), Write()Max Kellermann
2017-11-10event/SocketMonitor: rename Get() to GetSocket()Max Kellermann
2017-11-10event/SocketMonitor: add "noexcept"Max Kellermann
2017-08-11system/fd_util: remove unused libraryMax Kellermann
2017-08-10event/SocketMonitor: use class SocketDescriptorMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-06event/SocketMonitor: don't close the socket automaticallyMax Kellermann
2014-01-04event/Loop: remove the GLib implementationMax Kellermann
2013-11-28event: introduce generic API for internal event loopDenis Krjuchkov
2013-11-28include cleanup using iwyuMax Kellermann
2013-11-27Add infrastructure for using multiple event loopsDenis Krjuchkov
2013-11-06event/SocketMonitor: add method Abandon()Max Kellermann
2013-10-15gcc.h: rename to Compiler.hMax Kellermann
2013-08-10EventLoop: new implementation using epollMax Kellermann
2013-08-08event/SocketMonitor: un-inline Schedule()Max Kellermann
2013-08-08event/SocketMonitor: add assertionsMax Kellermann
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann
2013-01-30event/SocketMonitor: wake up the event loop after flag changeMax Kellermann
2013-01-30event/SocketMonitor: add methods Read(), Write()Max Kellermann
2013-01-27event/SocketMonitor: add method Steal()Max Kellermann
2013-01-15event/SocketMonitor: add method Open()Max Kellermann
2013-01-15event/SocketMonitor: wrapper class for GSource + GPollFDMax Kellermann