summaryrefslogtreecommitdiff
path: root/src/event
AgeCommit message (Expand)Author
2017-08-29event/Loop: move TimerRecord::due to class TimeoutMonitorMax Kellermann
2017-08-29event/Loop: remove unused method TimerRecord::IsDue()Max Kellermann
2017-08-18event/Loop: set thread to current thread by defaultMax Kellermann
2017-08-18event/Loop: schedule and cancel the WakeFD in Run()Max Kellermann
2017-08-11event/SignalMonitor: throw exception instead of raising fatal errorMax Kellermann
2017-08-11system/fd_util: remove unused libraryMax Kellermann
2017-08-11net/IPv4Address: new classMax Kellermann
2017-08-10net/SocketDescriptor: add method SetKeepAlive()Max Kellermann
2017-08-10net/ServerSocket: pass UniqueSocketDescriptor&& to OnAccept()Max Kellermann
2017-08-10event/SocketMonitor: use class SocketDescriptorMax Kellermann
2017-08-10net/SocketUtil: socket_bind_listen() returns UniqueSocketDescriptorMax Kellermann
2017-06-04Merge tag 'v0.20.9'Max Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-02-10thread/Thread: use BoundMethodMax Kellermann
2017-02-10event/Thread: remove the MutexMax Kellermann
2017-02-10event/Loop: Break() is no-op if "quit" is already setMax Kellermann
2017-02-10event/Thread: auto-stop in the destructorMax Kellermann
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