summaryrefslogtreecommitdiff
path: root/src/event
AgeCommit message (Expand)Author
2018-01-17fs/AllocatedPath: make the nullptr_t constructor publicMax Kellermann
2017-12-22event/Loop: use std::atomic_bool for the "quit" variableMax Kellermann
2017-12-20event/Call: document exceptionsMax Kellermann
2017-12-20event/TimerEvent: add "noexcept"Max Kellermann
2017-12-20event/FullyBufferedSocket: add "noexcept"Max Kellermann
2017-12-20event/BufferedSocket: add "noexcept"Max Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-12-16Merge branch 'v0.20.x'Max Kellermann
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-11-12event/MultiSocketMonitor: add "noexcept"Max Kellermann
2017-11-12event/IdleMonitor: add "noexcept"Max Kellermann
2017-11-12event/DeferredMonitor: eliminate obsolete classMax Kellermann
2017-11-12event/Call: migrate from DeferredMonitor to DeferEventMax Kellermann
2017-11-10event/MaskMonitor: migrate from DeferredMonitor to DeferEventMax Kellermann
2017-11-10event/DeferEvent: add "noexcept"Max Kellermann
2017-11-10event/SocketMonitor: remove unused method Abandon()Max Kellermann
2017-11-10event/ServerSocket: pass UniqueSocketDescriptor by valueMax 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-11-10event/SocketMonitor: make constructor "explicit"Max Kellermann
2017-11-10event/SocketMonitor: use C++11 initializersMax Kellermann
2017-11-10evnet/SocketMonitor: move WIN32/ERROR comment to PollGroupWinSelect.hxxMax Kellermann
2017-11-10util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STLMax Kellermann
2017-09-21event/DeferredCall: rename to DeferEventMax Kellermann
2017-08-29event/TimeoutMonitor: remove obsolete classMax Kellermann
2017-08-29event/MultiSocketMonitor: migrate from TimeoutMonitor to TimerEventMax Kellermann
2017-08-29event/TimeoutMonitor: move code to new class TimerEventMax Kellermann
2017-08-29event/Loop: fix inverted checkin RemoveDeferred()Max Kellermann
2017-08-29event/Loop: use boost::intrusive::list to store IdleMonitors and DeferredMoni...Max Kellermann
2017-08-29event/Loop: use boost::intrusive::multiset to store TimeoutMonitorsMax Kellermann
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