summaryrefslogtreecommitdiff
path: root/src/event
AgeCommit message (Expand)Author
2019-04-25event/Call: use std::lock_guardMax Kellermann
2019-04-04event/*, ...: make GetEventLoop() constMax Kellermann
2019-04-04event/MaskMonitor: add `noexcept`Max Kellermann
2019-04-04Merge branch 'v0.21.x'Max Kellermann
2019-04-04event/SocketMonitor: don't cancel if OnSocketReady() returns falseMax Kellermann
2019-04-04event/{Fully,}BufferedSocket: add more API documentationMax Kellermann
2019-04-03client: make GetEventLoop() publicMax Kellermann
2019-03-20event/ServerSocket: runtime error if abstract sockets are unavailableMax Kellermann
2019-03-20event/ServerSocket: add HAVE_UN check to AddAbstract()Max Kellermann
2019-03-20event/ServerSocket, doc, ...: refer to AF_LOCAL as "local socket"Max Kellermann
2019-02-25event/ServerSocket, config/Net: abstract socket supportMax Kellermann
2019-02-05event/Loop: add flag `alive`Max Kellermann
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