You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 | |
|---|---|---|
| .. | ||
| CMakeLists.txt | 5 years ago | |
| Exception.cxx | 5 years ago | |
| Exception.h | 5 years ago | |
| FdInStream.cxx | 5 years ago | |
| FdInStream.h | 5 years ago | |
| FdOutStream.cxx | 5 years ago | |
| FdOutStream.h | 5 years ago | |
| FileInStream.cxx | 5 years ago | |
| FileInStream.h | 5 years ago | |
| HexInStream.cxx | 5 years ago | |
| HexInStream.h | 5 years ago | |
| HexOutStream.cxx | 5 years ago | |
| HexOutStream.h | 5 years ago | |
| InStream.cxx | 5 years ago | |
| InStream.h | 5 years ago | |
| MemInStream.h | 5 years ago | |
| MemOutStream.h | 5 years ago | |
| OutStream.h | 5 years ago | |
| RandomStream.cxx | 5 years ago | |
| RandomStream.h | 5 years ago | |
| TLSException.cxx | 5 years ago | |
| TLSException.h | 5 years ago | |
| TLSInStream.cxx | 5 years ago | |
| TLSInStream.h | 5 years ago | |
| TLSOutStream.cxx | 5 years ago | |
| TLSOutStream.h | 5 years ago | |
| ZlibInStream.cxx | 5 years ago | |
| ZlibInStream.h | 5 years ago | |
| ZlibOutStream.cxx | 5 years ago | |
| ZlibOutStream.h | 5 years ago | |
| types.h | 5 years ago | |