summaryrefslogtreecommitdiff
path: root/src/event
AgeCommit message (Expand)Author
2017-02-10IOThread: move code to class EventThreadMax Kellermann
2017-02-09event/Loop: use std::lock_guardMax Kellermann
2017-02-09event/Loop: make IsInsideOrNull() available in the NDEBUG buildMax Kellermann
2017-02-09event/MultiSocketMonitor: add method Reset()Max Kellermann
2017-02-09event/MultiSocketMonitor: use C++11 initializerMax Kellermann
2017-02-09event/MultiSocketMonitor: more API documentationMax Kellermann
2017-02-09event/Call: allow usage during shutdownMax Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-12-28event/Loop: use std::chronoMax Kellermann
2016-12-27event/Loop: use C++11 initializersMax Kellermann
2016-11-02event/BufferedSocket: pass std::exception_ptr to OnSocketError()Max Kellermann
2016-10-28event/ServerSocket: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-09event/Call: rethrow exceptions in calling threadMax Kellermann
2016-08-15fs/FileSystem: RemoveFile() throws exception on errorMax Kellermann
2016-08-15event/SignalMonitor: fix obsolete nullptr check in SignalCallback()Max Kellermann
2016-07-09Merge tag 'v0.19.17'Max Kellermann
2016-07-07event/BufferedSocket: OnSocketReady() returns true after closeMax Kellermann
2016-06-20event/SignalMonitor: remove unused function SignalMonitorGetEventLoopMax Kellermann
2016-06-20event/SignalMonitor: use BoundMethod instead of raw function pointerMax Kellermann
2016-06-17event/DeferredCall: new class supposed to replace DeferredMonitorMax Kellermann
2016-06-17util/BindMethod: new utility class for callbacksMax Kellermann
2016-03-10event/MaskMonitor: add variant with bound methodMax Kellermann
2016-03-05event/MaskMonitor: new class to replace code in GlobalEvents and IdleMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-09-30event/ServerSocket: fix AF_UNIX address in use errorAnthony DeRossi
2015-07-22event/ServerSocket: use AllocatedSocketAddress to build local socket addressMax Kellermann
2015-07-22event/ServerSocket: use AllocatedSocketAddress for OneServerSocket::addressMax Kellermann
2015-07-22net/StaticSocketAddress: replace cast operator with GetAddress()Max Kellermann
2015-07-22net/ToString: rename sockaddr_to_string() to ToString()Max Kellermann
2015-07-22net/Resolver: move sockaddr_to_string() to ToString.cxxMax Kellermann
2015-03-17*: doxygen fixupsMax Kellermann
2015-03-05event/ServerSocket: #ifdef out local socket support on WindowsMax Kellermann
2015-02-13net/StaticSocketAdress: new class wrapping struct sockaddr_storageMax Kellermann
2015-02-10net/SocketAddress: light wrapper for struct sockaddrMax Kellermann
2015-02-10system/{Resolver,Socket{Error,Util}}: move to new library libnet.aMax Kellermann
2015-02-10event/ServerSocket: remove obsolete macro DEFAULT_PORTMax Kellermann
2015-02-10event/ServerSocket: remove obsolete typedefMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-15Merge branch 'v0.19.x'Max Kellermann
2014-12-14event/Loop: read the "again" flag while holding mutexMax Kellermann
2014-12-04playlist, InotifySource, ...: update GLib commentsMax Kellermann
2014-11-25event/DeferredMonitor: include cleanupMax Kellermann
2014-11-18Merge tag 'v0.18.18' into v0.19.xMax Kellermann
2014-11-18event/ServerSocket: fix get_remote_uid() error valueMax Kellermann
2014-10-10event/IdleMonitor: remove redundant commentMax Kellermann
2014-08-24Merge branch 'v0.18.x'Max Kellermann
2014-08-24event/TimeoutMonitor: really reset "active" flag before invoking OnTimeout()Max Kellermann
2014-08-24Merge branch 'v0.18.x'Max Kellermann