summaryrefslogtreecommitdiff
path: root/src/event
AgeCommit message (Expand)Author
2018-08-14fixed setting unix socket permissions1848
2018-08-09event/ServerSocket: fix get_remote_uid() callMax Kellermann
2018-08-07Moved call to fchmod() on socket from OneServerSocket::Open() to socket_bind_...1848
2018-08-07Use fchmod instead of chmod for unix sockets to prevent TOCTTOU1848
2018-08-06event/SignalMonitor: make SignalMonitorFinish() noexceptMax Kellermann
2018-08-06event/SignalMonitor: add `noexcept`Max Kellermann
2018-08-06system/SignalFD: throw exception on errorMax Kellermann
2018-08-06system/Event{FD,Pipe}: throw exception on errorMax Kellermann
2018-07-15event/ServerSocket: add method IsEmpty()Max Kellermann
2018-02-16output/alsa: use a new I/O thread with real-time schedulingMax Kellermann
2018-01-29event/Thread: add "noexcept"Max Kellermann
2018-01-29event/Call: invoke function directly if the EventLoop is deadMax Kellermann
2018-01-29event/Loop: add flag "dead"Max Kellermann
2018-01-29event/Thread: remove unused method StopAsync()Max Kellermann
2018-01-29event/Loop: move code to HandleTimers()Max Kellermann
2018-01-29event/Loop: add "noexcept"Max Kellermann
2018-01-29event/EPoll: use C++11 initializerMax Kellermann
2018-01-29event/WinSelect: pass const reference to copy constructorMax Kellermann
2018-01-29event/PollResult: use size_t for size and indexMax Kellermann
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