Commit Graph

5 Commits (v1.2.1)

Author SHA1 Message Date
Pierre Ossman da406d0cac Include error code in getaddrinfo() exceptions 5 years ago
Pierre Ossman 9240f0b85c Avoid using insecure variable length arrays 5 years ago
Alex Tanskanen 03639406dc Throw GAIException() for getaddrinfo errors
Created a new subclass of Exception called GAIException() that will
handle error messages from getaddrinfo() instead of letting Exception()
handle it. GAIException() will make use of gai_strerror() to map the
error code to text. On Windows, gai_strerrorW() must be used if the text
is encoded with UTF-8.
5 years ago
Alex Tanskanen 57427d5d33 Make system error messeges in Windows 10 use UTF-8
The previous error messages did not support Unicode characters. This
commit will use UTF-8 encoding to be able to display error messages in
every language.
5 years ago
matt 408c005d3e Initial commit 5 years ago