aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/ServerSocket.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* system/Resolver: sockaddr_to_string() returns std::string()Max Kellermann2013-12-041-22/+11
* include cleanup using iwyuMax Kellermann2013-11-281-0/+1
* event/ServerSocket: don't abort if IPv6 is not availableMax Kellermann2013-11-041-1/+19
* event/ServerSocket: fix assertion failureMax Kellermann2013-11-041-1/+1
* event/ServerSocket: open sockets in the order they were configuredMax Kellermann2013-11-041-3/+3
* event/ServerSocket: pass AllocatedPath to AddPath()Max Kellermann2013-10-191-13/+16
* Log: new logging library APIMax Kellermann2013-10-021-11/+12
* system/SocketError: un-inline constructorMax Kellermann2013-09-041-0/+2
* util/Error: new error passing libraryMax Kellermann2013-09-041-41/+35
* system/resolver: convert to C++Max Kellermann2013-09-041-1/+1
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-4/+4
* event/ServerSocket: close only sockets that have been openedMax Kellermann2013-02-041-1/+3
* ServerSocket: Initialize length variableUli Schlachter2013-02-041-1/+1
* ServerSocket: replace callback with virtual methodMax Kellermann2013-01-301-12/+7
* ServerSocket: expose the classMax Kellermann2013-01-301-103/+59
* ServerSocket: move to libevent.aMax Kellermann2013-01-301-0/+485