- 22 Dec, 2020 1 commit
-
-
Rob Swindell authored
A couple of stragglers here, the isalnum() call caught by an MSVC exception.
-
- 06 Dec, 2020 1 commit
-
-
Rob Swindell authored
xp_inet_pton() now sets the socket errno value, doing as instructed by the TODO.
-
- 05 Dec, 2020 1 commit
-
-
Rob Swindell authored
Rename the portable inet_pton() to xp_inet_pton() and define a wrapper macro (for all Widows builds) to use it instead of inet_pton() as not all supported Windows systems (e.g. WinXP) have an inet_pton() implementation. This allows the HAProxy mod to be re-enabled by default without preventing executing on WinXP.
-
- 21 Nov, 2020 5 commits
- 27 Sep, 2020 1 commit
-
-
Rob Swindell authored
Socket error descriptions on Windows can be quite long (e.g. > 128 chars) and include punctuation, so include at the end of logged socket error messages. If FormatMessage() fails on Windows (in socket_strerror()) return the GetLastError() value in the error description.
-
- 16 Aug, 2020 1 commit
-
-
Rob Swindell authored
-
- 09 Aug, 2020 1 commit
-
-
rswindell authored
-
- 08 Aug, 2020 4 commits
- 25 May, 2020 1 commit
-
-
rswindell authored
that support large file offsets (e.g. 64-bit Linux). Considered returning ssize_t (like sendfile does), but opted for off_t. Could be convinced otherwise.
-
- 20 Apr, 2020 1 commit
-
-
rswindell authored
-
- 19 Apr, 2020 2 commits
- 21 May, 2016 1 commit
-
-
rswindell authored
address (family and address value, ignoring ports and other fields).
-
- 26 Aug, 2015 1 commit
-
-
rswindell authored
failed login attempt client IP addresses on Windows.
-
- 22 Aug, 2015 1 commit
-
-
deuce authored
-
- 20 Aug, 2015 1 commit
-
-
deuce authored
(only impacts active FTP transfers via IPv6).
-
- 24 Apr, 2014 2 commits
- 07 Mar, 2014 1 commit
-
-
deuce authored
Win32 make connect() failure an exceptional condition.
-
- 09 Feb, 2014 1 commit
-
-
deuce authored
-
- 08 Feb, 2014 1 commit
-
-
deuce authored
-
- 07 Feb, 2014 2 commits
- 12 Sep, 2013 1 commit
-
-
deuce authored
options.
-
- 04 Sep, 2013 5 commits
- 01 Sep, 2013 3 commits
- 31 Aug, 2013 1 commit
-
-
deuce authored
from a generic struct sockaddr. Add a xpms_add_list() for adding a str_list_t full of host[:port] definitions for when reading a str_list_t from the INI file of interfaces to listen on.
-