aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/ServerSocket.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* event: add API documentationMax Kellermann2013-11-241-0/+3
|
* event/ServerSocket: open sockets in the order they were configuredMax Kellermann2013-11-041-2/+2
| | | | Use a std::list which can be appended at the end.
* *: use nullptr instead of NULLMax Kellermann2013-10-281-3/+3
|
* event/ServerSocket: pass AllocatedPath to AddPath()Max Kellermann2013-10-191-1/+2
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-7/+6
| | | | Replaces GLib's GError.
* event/ServerSocket: add method GetEventLoop()Max Kellermann2013-01-301-0/+4
|
* ServerSocket: replace callback with virtual methodMax Kellermann2013-01-301-5/+5
|
* ServerSocket: expose the classMax Kellermann2013-01-301-51/+74
| | | | Eliminate the C wrappers.
* ServerSocket: move to libevent.aMax Kellermann2013-01-301-0/+94