summaryrefslogtreecommitdiff
path: root/src/VBox/NetworkServices/NAT/winutils.h
Commit message (Expand)AuthorAgeFilesLines
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* NetworkServices: scm header guard alignment.vboxsync2019-01-011-3/+3
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* NetworkServices: scm --fix-header-guards. bugref:9344vboxsync2018-12-301-1/+4
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* NetworkServices/NAT: fixed two socket leaks to make Parfait happy (not really...vboxsync2016-11-281-0/+1
* Wrap ws2tcpip.h too.vboxsync2016-07-301-1/+1
* Use the iprt/win/winsock2.h wrapper for winsock2.hvboxsync2016-07-291-1/+1
* Use the iprt/win/windows.h wrapper for Windows.hvboxsync2016-07-291-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* NetworkServices: Updated (C) year.vboxsync2015-06-091-1/+1
* NAT/Network: Add missing Id/@file/copyright headers.vboxsync2015-02-101-0/+17
* scm automatic cleanups.vboxsync2014-12-311-6/+6
* NAT/Net: Add SET_SOCKERRNO() macro. Use it avoid clobbering errno.vboxsync2014-08-061-2/+4
* NAT/Net: convert perror/warn/warnx to DPRINTFs.vboxsync2014-06-101-2/+0
* NAT/Net: Fix previous - provide #include's necessary forvboxsync2014-06-101-1/+4
* NAT/Net: Hide checking for transient errors (EWOULDBLOCK &co) in anvboxsync2014-06-101-0/+19
* NAT/Net: On Windows provide all "Berkeley" WSAE* error codes withvboxsync2014-06-101-0/+57
* NAT/Net: Drop errno redefinition kludge, socket errors are nowvboxsync2014-06-091-17/+0
* NAT/Net: Start untangling errno vs. winsock mess. Don't refer errnovboxsync2014-06-091-0/+4
* NAT/Net: Minor cosmetics in the unix section.vboxsync2014-06-091-2/+4
* NAT/Net: Get rid of inet_ntop(3) (not available on Windows XP). Sincevboxsync2014-06-081-44/+0
* socklen_t is already defined in <ws2tcpip.h>, drop local definition.vboxsync2013-12-101-2/+0
* Redefine a few more socket errno values without WSA prefix. Notevboxsync2013-12-101-7/+12
* Provide CMSG_FIRSTHDR and CMSG_NXTHDR.vboxsync2013-11-281-0/+3
* Provide some cmsghdr compat. CMSG_FIRSTHDR/CMSG_NXTHDR are not yetvboxsync2013-11-281-0/+10
* Provide implementation of inet_ntop(), which is available only sincevboxsync2013-11-281-1/+43
* #include <mswsock.h> for LPFN_WSARECVMSG and friends.vboxsync2013-11-281-0/+1
* NATNetwork: localize windows' headers inclusion.vboxsync2013-10-231-0/+1
* VBoxNetNAT/Win: removes inet_pton's Vista limitation, instead WSAStringToAddr...vboxsync2013-10-101-41/+0
* NetworkServices: Whitespace (including tabs!) and svn:keywords cleanups by scm.vboxsync2013-10-071-10/+10
* Move proxy sources from Devices/Network/lwip-new/vboxvboxsync2013-08-221-0/+146