aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/Error.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* util/Error: use FormatMessage() instead of g_win32_error_message()Max Kellermann2014-12-051-2/+6
|
* util/Error: add method FormatLastError()Max Kellermann2014-07-301-0/+26
|
* util/Error: add SetLastError() overload with "DWORD code" parameterMax Kellermann2014-07-301-2/+7
|
* util/{Domain,Error}: relicense to BSD 2-clauseMax Kellermann2013-12-161-13/+23
|
* system/SocketError, ...: use strerror() instead of g_strerror()Max Kellermann2013-12-151-2/+5
| | | | Avoid GLib.
* util/Error: add method SetLastError()Max Kellermann2013-10-171-0/+16
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-0/+114
Replaces GLib's GError.