Shiqing Fan
|
4dc832e65f
|
Fix the problem that windows xp does not have inet_ntop and inet_pton. Do not use the system provided functions on Windows Vista and above.
This commit was SVN r25111.
|
2011-08-31 12:49:08 +00:00 |
|
Shiqing Fan
|
f43862420c
|
Convert the bad dos line endings to unix style for all windows related files.
This commit was SVN r24137.
|
2010-12-02 12:08:08 +00:00 |
|
Shiqing Fan
|
22666721a5
|
Fix a typo.
This commit was SVN r21584.
|
2009-07-02 08:49:22 +00:00 |
|
Shiqing Fan
|
e46bf10efd
|
Correctly include win32 util header.
This commit was SVN r21343.
|
2009-06-01 19:16:00 +00:00 |
|
Shiqing Fan
|
ed61198423
|
Rewrite inet_ntop and inet_pton with WSAAddressToString and WSAStringToString for Windows. Decrease the minimum requirement for Windows Version.
This commit was SVN r21304.
|
2009-05-27 19:04:59 +00:00 |
|
Shiqing Fan
|
b3c077e112
|
Microsoft doesn't provide inet_pton and inet_ntop APIs on Windows XP, but only on Windows Vista and 2008. So add a stand alone version of inet_pton and inet_ntop functions from ISC.
This commit was SVN r21295.
|
2009-05-27 14:32:30 +00:00 |
|