History log of /vbox/src/VBox/NetworkServices/NAT/RTWinPoll.cpp
Revision Date Author Comments Expand
23bcfa32fddbe29a8c4c40d3bcfa4693a555c177 54124 10-Feb-2015 vboxsync

NAT/Network: Add missing Id/@file/copyright headers.

d63549fba7b6f98bad2dbc4e77f65700bc5c0fa3 52285 06-Aug-2014 vboxsync

NAT/Net: Amend r95372 and do return normal poll bits along with POLLERR. While here, use the same convertion macro for FD_CLOSE/POLLHUP too and add logging for WSANETWORKEVENTS::iErrorCode.

01afadc4eadfc04383d20915842d156145cb4c6c 52273 05-Aug-2014 vboxsync

Untabify previous.

e48ce9671873f3ffeb23cdcad2ed6c5754c829ba 52272 05-Aug-2014 vboxsync

NAT Network: WSANETWORKEVENTS::iErrorCode[] elements can be accessed only when corresponding bit is set in WSANETWORKEVENTS::lNetworkEvents, so map each event individually. On errors don't report event's normal poll bit along with POLLERR.

ea70ccc5fe7c393a06495e71d00871a8f28e3223 52271 05-Aug-2014 vboxsync

NAT Network: Successful FD_CLOSE is not accompanied with FD_READ, so convert it to POLLIN too.

d5b5f09d8841828e647de9da5003fda55ca4cd5e 48956 08-Oct-2013 vboxsync

NetworkServices: Whitespace (including tabs!) and svn:keywords cleanups by scm.

a218a3f92594b5f2beb9c8298c6fe6e3a8e502f8 48001 22-Aug-2013 vboxsync

Move proxy sources from Devices/Network/lwip-new/vbox to NetworkServices/NAT where they belong.