aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/ServerSocket.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* event/ServerSocket: fix assertion failureMax Kellermann2013-11-041-1/+1
| | | | Regression from previous commit. D'oh!
* event/ServerSocket: open sockets in the order they were configuredMax Kellermann2013-11-041-3/+3
| | | | Use a std::list which can be appended at the end.
* event/ServerSocket: pass AllocatedPath to AddPath()Max Kellermann2013-10-191-13/+16
|
* Log: new logging library APIMax Kellermann2013-10-021-11/+12
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* system/SocketError: un-inline constructorMax Kellermann2013-09-041-0/+2
| | | | Reduces header dependencies.
* util/Error: new error passing libraryMax Kellermann2013-09-041-41/+35
| | | | Replaces GLib's GError.
* 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
| | | | Fixes assertion failure.
* 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
| | | | Eliminate the C wrappers.
* ServerSocket: move to libevent.aMax Kellermann2013-01-301-0/+485