summaryrefslogtreecommitdiff
path: root/src/event/ServerSocket.hxx
AgeCommit message (Expand)Author
2019-03-20event/ServerSocket: runtime error if abstract sockets are unavailableMax 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
2018-10-31*: copyright year 2018Max 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: 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-07-15event/ServerSocket: add method IsEmpty()Max Kellermann
2017-11-10event/ServerSocket: pass UniqueSocketDescriptor by valueMax Kellermann
2017-08-10net/ServerSocket: pass UniqueSocketDescriptor&& to OnAccept()Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-10-28event/ServerSocket: migrate from class Error to C++ exceptionsMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-07-22event/ServerSocket: use AllocatedSocketAddress for OneServerSocket::addressMax Kellermann
2015-03-17*: doxygen fixupsMax Kellermann
2015-02-10net/SocketAddress: light wrapper for struct sockaddrMax Kellermann
2015-02-10event/ServerSocket: remove obsolete typedefMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-11-24event: add API documentationMax Kellermann
2013-11-04event/ServerSocket: open sockets in the order they were configuredMax Kellermann
2013-10-28*: use nullptr instead of NULLMax Kellermann
2013-10-19event/ServerSocket: pass AllocatedPath to AddPath()Max Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-01-30event/ServerSocket: add method GetEventLoop()Max Kellermann
2013-01-30ServerSocket: replace callback with virtual methodMax Kellermann
2013-01-30ServerSocket: expose the classMax Kellermann
2013-01-30ServerSocket: move to libevent.aMax Kellermann