aboutsummaryrefslogtreecommitdiffstats
path: root/src/system/SocketError.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* system/{Resolver,Socket{Error,Util}}: move to new library libnet.aMax Kellermann2015-02-101-46/+0
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* system/SocketError, ...: use strerror() instead of g_strerror()Max Kellermann2013-12-151-2/+2
| | | | Avoid GLib.
* system/SocketError: un-inline constructorMax Kellermann2013-09-041-0/+22
| | | | Reduces header dependencies.
* util/Error: new error passing libraryMax Kellermann2013-09-041-0/+24
Replaces GLib's GError.