summaryrefslogtreecommitdiff
path: root/src/event
AgeCommit message (Expand)Author
2018-12-09Add boost_dep in subdir meson.build filesJacob Vosmaer
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-11-14event/Thread: reduce the RTIO timer slack to 10usMax Kellermann
2018-11-11events/MultiSocketMonitor: add method ForEachResult()Max Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-30event/ServerSocket: allow mixing AddFD() with other Add*() methodsMax Kellermann
2018-10-30event/ServerSocket: add AddFD() overload with AllocatedSocketAddress&&Max Kellermann
2018-10-30event/ServerSocket: make AddAddress() a templateMax Kellermann
2018-10-30event/ServerSocket: include cleanupMax Kellermann
2018-10-30event/ServerSocket: use class IPv6AddressMax Kellermann
2018-10-30event/ServerSocket: make OneServerSocket an inner classMax Kellermann
2018-10-30event/ServerSocket: make OnAccept() noexceptMax Kellermann
2018-10-30event/ServerSocket: use C++11 initializerMax Kellermann
2018-10-30event/ServerSocket: pass UniqueSocketDescriptor to AddFD()Max Kellermann
2018-10-30event/ServerSocket: add `noexcept`Max Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-08-22system/EPollFD: rename to EpollFDMax Kellermann
2018-08-21net/Resolver: replace with more advanced implementationMax Kellermann
2018-08-20Compiler.h: move to util/Max Kellermann
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