aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/ServerSocket.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac: always define _GNU_SOURCE on LinuxMax Kellermann2014-03-151-5/+0
| | | | Make sure glibc gives us all features.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* util/Alloc: new library replacing GLib's g_malloc()Max Kellermann2014-01-071-4/+3
|
* event/SocketMonitor: don't close the socket automaticallyMax Kellermann2014-01-061-0/+3
| | | | | | Users now have to call Close() explicitly. This simplifies using the class, as most users have automatic socket management already, and Steal() had to be used often.
* system/Resolver: sockaddr_to_string() returns std::string()Max Kellermann2013-12-041-22/+11
| | | | No GLib memory allocation.
* include cleanup using iwyuMax Kellermann2013-11-281-0/+1
|
* event/ServerSocket: don't abort if IPv6 is not availableMax Kellermann2013-11-041-1/+19
| | | | First check if an IPv6 socket can be created.
* 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